root {
    --text-primary: #201F23;
    --secondary-darker: #000000;
    --Radius-4: 4;
    --components-alert-warning-background: #FFEDE4;
    --components-alert-warning-color: #EF6C00;
    --text-secondary: #201F23 · 60%;
    --neutral-light: #DFDEE3;
    --common-white-main: #FFFFFF;
    --Theme-White: #FFF;
    --action-active: #000000 · 56%;
    --Radius-20: 20;
    --primary-main: #006CD1;
    --primary-contrast: #FFFFFF;
    --components-input-outlined-enabledBorder: #9B99A3 · 35%;
    --components-alert-error-background: #FDEDED;
    --components-alert-error-color: #5F2120;
    --secondary-dark: #201F23;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    background: url(../../img/login_bg_new.jpg) lightgray 50% / cover no-repeat;
}

@media (min-width: 650px) and (max-width: 1050px) {
    body {
        background: url(../../img/login_bg_new.jpg) lightgray 50% / cover no-repeat;
        padding: 24px;
        width: 100%;
        min-width: unset;
        position: absolute;
        bottom: -1px;
        display: flex;
        height: unset;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 65px;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 650px) {

    body {
        background: url(../../img/login_bg_new.jpg) lightgray 50% / cover no-repeat;
        display: flex;
        height: unset;
        padding: 0 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 65px;
        width: 100%;
        min-width: unset;
    }
}

.background-image {
    background: var(--secondary-darker, #000);
    display: flex;
    opacity: 0.4;
    mix-blend-mode: multiply;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

select, p, a, span, button, li, legend{
    line-height: 1.5;
}

.container {
    display: flex;
    max-width: 442px;
    padding: 32px 32px 48px 32px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;

    border-radius: 16px;
    border: 1px solid var(--neutral-light, #DFDEE3);
    background: var(--common-white-main, #FFF);

    /* elevation/9 */
    box-shadow: 0 3px 16px 2px rgba(93, 102, 112, 0.10), 0 9px 12px 1px rgba(93, 102, 112, 0.14), 0 5px 6px -3px rgba(93, 102, 112, 0.20);
}

.form-forgot-password {
    width: 500px;
    min-height: 335px;
    padding: 50px;
}
.form-reset-password {
    width: 700px;
    padding: 50px;
}

#login_form {
    padding: 50px;
    border-right: 1px solid #e0e0e0;
}

#login_form h1 {
    margin-bottom: 25px;
}

#login_form .remember_me_label{
    margin: 5px;
}
#login_form .has-switch {
    float: right;
}
#login_form .has-switch span {
    line-height: normal;
}

.login-button {
    color: var(--primary-contrast, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1.46px;
    text-transform: uppercase;
}

.login-btn-text {
    color: var(--primary-contrast, #FFF);
    margin: 0;
    display: flex;
    gap: 8px;
}

.copyright {
    width: 414px;
    left: 542px;
    bottom: 24px;
    color: var(--Theme-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.17px;
}

.login-btn-text svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.logo-container {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.logo {
    width: 180px;
    height: 33.923px;
    aspect-ratio: 180.00/33.92;
}

.text-center {
    color: #201F23;
    font-size: 24px;
    font-weight: 600;
    line-height: 133%;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
}

.title {
    align-self: stretch;
    color: var(--text-primary, #201F23);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 133.4%; /* 32.016px */
    margin-left: 6%;
    margin-right: 6%;
}

.title-expired-password {
    align-self: stretch;
    color: var(--text-primary, #201F23);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 133.4%; /* 32.016px */
}

.text-description {
    align-self: stretch;
    color: var(--text-secondary, rgba(32, 31, 35, 0.60));
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.15px;
}

.form-label {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #707A7F;
    font-family: 'Barlow-Bold', 'Barlow', serif;
}

input {
    margin-bottom: 20px;
}

.login_footer {
    width: 414px;
    position: absolute;
    bottom: 24px;

    color: var(--Theme-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* typography/body3 Regular (body small) */
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.17px;
}

.login_footer p,
.login_footer a,
.login_footer span,
.login_footer label {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.17px;
    line-height: 160%;
    font-weight: 400;
}

.info_text p {
    margin-bottom: 5px;
}

.login_footer .info_text span {
    margin-right: 24px;
}

.language-label {
    margin: 12px 10px;
    float: left;
}

.language-select {
    border-width: 0px;
    width: 150px;
    height: 35px;
    background: inherit;
    background-color: rgba(0, 0, 0, 0.26);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Barlow', serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-align: left;
    padding: 10px;
}

.language-select img {
    transform: rotate(180deg);
    float: right;
}

.dropdown-menu.show {
    border-width: 0px;
    position: absolute;
    background: inherit;
    background-color: rgba(0, 0, 0, 0.36);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Barlow', serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-align: left;
    min-width: 150px;
}

.notice-message {
    font-size: 16px;
    font-weight: bold;
    color: #2196F3;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #2196F3;
}

.login-button-container {
    display: flex;
    padding: 8px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: var(--Radius-20, 20px);
    background: var(--primary-main, #006CD1);
}

.page-wrapper {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
    z-index: 100;
    opacity: 1;
}


.login_main_content {
    display: flex;
    max-width: 442px;
    padding: 32px 32px 48px 32px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 16px;
}

.success-container {
    display: flex;
    padding: 6px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    background: #EDF7ED;
}

.success-message {
    align-self: stretch;
    color: #1E4620;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.17px;
}

.success-container {
    display: flex;
    padding: 6px 16px;
    align-items: flex-start;
    align-self: stretch;
}

.errors-container {
    display: flex;
    padding: 6px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--Radius-4, 4px);
    background: var(--components-alert-warning-background, #FFEDE4);
    width: 100%;
}

.error-message {
    display: flex;
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.error-message p {
    align-self: stretch;
    color: var(--components-alert-warning-color, #EF6C00);
    font-feature-settings: 'liga' off, 'clig' off;

    /* typography/body2 (Body Regular) */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.17px;

    margin: 0;
}

.icon-container {
    display: flex;
    padding: 7px 12px 7px 0;
    align-items: flex-start;
}

.icon-container svg {
    flex: 1 0 0;
    align-self: stretch;
}

.content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.forgot-password-title {
    align-self: stretch;
    color: #201F23;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Montserrat-SemiBold', serif;
    font-size: 24px;
    font-style: normal;
    line-height: 133.4%;
}

.forgot-password-text {
    align-self: stretch;
    color: rgba(32, 31, 35, 0.60);
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
}

.back-button {
    display: flex;
    padding: 8px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: var(--Radius-20, 20px);
}

.back-button-text {
    color: var(--secondary-dark, #201F23);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1.46px;
    text-transform: uppercase;
}

.submit-button {
    display: flex;
    padding: 8px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: var(--Radius-20, 20px);
    background: var(--primary-main, #006CD1);
    border: none;
}

.submit-button-text {
    color: var(--primary-contrast, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1.46px;
    text-transform: uppercase;
}

.buttons-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.username-input {
    display: flex;
    padding: 16px 0;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #DFDEE3;
    background: #FFF;
    box-shadow: 0 3px 16px 2px rgba(93, 102, 112, 0.10), 0 9px 12px 1px rgba(93, 102, 112, 0.14), 0 5px 6px -3px rgba(93, 102, 112, 0.20);
}

.input-container {
    display: flex;
    padding: 0 12px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--components-input-outlined-enabledBorder, rgba(155, 153, 163, 0.35));
}

.input-container input {
    display: flex;
    padding: 16px 0;
    align-items: center;
    align-self: stretch;
    margin: 0;
    outline: none;
    border: none;
}

.input-container input:focus, .input-container textarea:focus {
    outline: none;
    border: none;
}

.input-container label {
    background: var(--common-white-main, #FFF);
    position: absolute;
    top: -6px;
    color: var(--action-active, rgba(0, 0, 0, 0.56));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.15px;
    z-index: 2;
}

.form-forgot-password .error-container {
    display: flex;
    padding: 6px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    background: #FDEDED;
}

.error-container .error-message {
    color: #5F2120;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.17px;
    align-self: stretch;
    text-align: left;
}

.form-forgot-password .row {
    margin-left: 0;
}

.error-container .bi {
    color: #D32F2F;
    display: flex;
    padding: 7px 12px 7px 0;
    align-items: flex-start;
}

.reset-password-title {
    align-self: stretch;
    color: #201F23;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Montserrat-SemiBold', serif;
    font-size: 24px;
    font-style: normal;
    line-height: 133.4%;
}

.reset-password-text {
    align-self: stretch;
    color: rgba(32, 31, 35, 0.60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    text-align: left;
}

.send-button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.send-button {
    display: flex;
    width: 220px;
    padding: 8px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: var(--Radius-20, 20px);
    background: var(--primary-main, #006CD1);
    border: none;
}

.send-button-text {
    color: var(--primary-contrast, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1.46px;
    text-transform: uppercase;
}

.reset-password-container {
    display: flex;
    text-align: center;
}

.reset-password-container .logo-container {
    width: 100%;
}

.error-container {
    display: flex;
    padding: 6px 16px;
    align-items: flex-start;
    align-self: stretch;

    border-radius: var(--Radius-4, 4px);
    background: var(--components-alert-error-background, #FDEDED);
}

.error-message {
    align-self: stretch;
    color: var(--components-alert-error-color, #5F2120);
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.17px;
}

.error-message li {
    color: var(--components-alert-error-color, #5F2120);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.17px;
}
