html {
    height: 100%;
    position: relative;
}

body {
    font-family: 'Kanit', sans-serif;
}

.dropdown-language a,
.dropdown-language ul li a
 {
    font-size: 14px !important;
}

@media only screen and (max-width: 360px) {

    /* For mobile */
    .container {
        width: 100%;
        height: 754px;
        border: 1px solid #F1F1F180;
        padding: 20px;
    }

    .form-control,
    .btn {
        width: 100% !important;
    }

    .footer {
        position: absolute;
        bottom: -2rem !important;
        width: auto !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.1px;
    }


}

.container {
    width: 375px;
    height: 100vh;
    border: 1px solid #F1F1F180;
    padding: 20px;

}

.form-control {
    margin-top: 20px !important;
}


.header-choose h4 {
    color: var(--text-color-text-800, #323232);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.container h6 {
    color: var(--text-color-text-800, #323232);
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
}

#loginForm {
    margin-top: 27px;
}

#loginForm p {
    display: flex;
    color: #5A5A5A;
    font-size: 14px;
    text-decoration-line: none;
}

#loginForm p strong {
    color: #EB0A1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

.forgot-text a {
    color: #5A5A5A;
    font-size: 14px;
    text-decoration-line: none;
}

.input-password {
    margin-top: 20px;
}
.login-container input::placeholder {
    color: var(--text-color-text-500, #5A5A5A);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}


.btn-login,
.btn-login:hover {
    display: flex;
    width: 343px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--primary-color-red-primary-500-main-color, #EB0A1E);
    color: #FFFFFF;
    font-size: 14px;
}

.language-header select {
    border: none !important;
}

.dropdown a {
    text-decoration: none;
    color: #323232;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 343px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}
/* 
.logo-toyota {
    margin-bottom: 100px !important;
} */