:root {
    font-family: Inter, sans-serif !important;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif !important;
    }
}
body {
    font-family: Inter, sans-serif !important;
    background-color: #F5F5F5 !important;
    background-size: cover !important;
    color: #19274B;
}

.login-container img{
    width: 128px;
}
.info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-page{
    /*background: url("../images/background_login.png") no-repeat fixed center;*/
    background-color: #F5F5F5 !important; 
    min-height: 100vh;
    align-items: center;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}
.login-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.website_title{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px;
}
.website_title p:first-child{
    font-weight: 700;
    font-size: 2rem;
    color: white;
    margin-block-end: 0;
    margin-bottom: 12px;
    line-height: 1;
    font-family: "Source Serif Pro", serif;
}
.website_title p:last-child{
    font-weight: 400;
    font-size: 1.25rem;
    color: white;
    margin-block-end: 0;
    margin-bottom: 0;
}

.login-box{
    padding: 20px;
    border-radius: 10px;
    /*border: 2px solid rgba(21, 112, 239, 1);*/
    width: 466px;
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}
.login-box .text-danger{
    color:rgba(247, 82, 82, 1) !important;
    font-size: 0.875rem !important;
    line-height: 20px !important;
    margin-top: 6px !important;
    display: block;
}
.login-box-msg{
    font-weight: 700;
    font-size: 2rem;
    line-height: 55px;
    text-align: center;
    padding-bottom: 16px;
}
.form-title{
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 6px;
}
.icheck-primary label{
    font-weight: 400 !important;
    font-size: 0.875rem;
    line-height: 20px;
}

.login-box .form-group:nth-of-type(1){
    margin-bottom: 16px!important;
}
.login-box .form-group:nth-of-type(2){
    margin-bottom: 12px!important;
}

.icheck-primary label:before{
    border-radius: 4px !important;
}
.icheck-primary>input:first-child:checked+label::before{
    background-color: rgba(21, 112, 239, 1) !important;
    border-color: rgba(21, 112, 239, 1) !important;
}

.nav-box{
    margin-bottom: 14px;
}
.icheck-danger{
    margin: 0 !important;
}
.login-btn{
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}
.forgot-password{
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
}
.input-container{
    display: flex;
    align-items: center;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 5px;
    padding: 10px 16px;
    gap:8px;
}
.input-container--error{
    border: 1px solid rgba(247, 82, 82, 1);
}
.input-container .form-control{
    padding: 0;
    border:none;
    outline: none;
    height: 20px;
}

.form-control{
    font-size: 0.875rem;
}
.input-container i{
    color:rgba(102, 112, 133, 1);
}

.form-control[type=password].no-reveal-password::-ms-reveal,
.form-control[type=password].no-reveal-password::-ms-clear {
    display: none;
}

@media (max-width: 780px) {
    .login-page{
        min-height: auto;
    }
    .login-container img{
        width: 90px;
    }
    .website_title{
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .login-container{
        width: 100%;
        padding: 10px 16px;
    }
    .login-box{
        width: 100%;
        padding: 24px 20px;
        margin-top: 0!important;
    }
    .login-box-msg{
        font-size: 1.4rem;
        line-height: 1;
    }

    .login-box .form-group{
        margin-bottom: 16px;
    }

    .website_title p:first-child{
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .website_title p:last-child{
        font-size: 1rem;
    }
    .nav-box{
        margin-bottom: 20px;
    }
    .login-box .form-group:nth-of-type(2){
        margin-bottom: 8px!important;
    }
}

@media only screen and (max-width: 932px) and (orientation: landscape) {
    .login-page{
        padding: 0 10px;
    }
    .login-container{
        flex-direction: row;
        gap: 20px;
    }
    .login-box{
        width: 70%;
        padding: 16px 20px;
    }
    .nav-box{
        margin-bottom: 8px;
    }
    .login-box .form-group:nth-of-type(1) {
        margin-bottom: 8px !important;
    }
    .input-container{
        padding: 8px 16px;
    }
    .login-btn{
        padding-top: 6px;
        padding-bottom: 6px;
    }
}
.positionEye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 9999;
}
.font-size-12{
    font-size: 12px !important;
}
.p-l-3{
    padding-left: 3px !important;
}


.input-container:has(.input-validation-error){
    border: 1px solid rgba(247, 82, 82, 1) !important;
}

.back-container{
    font-style: italic;
    font-size: 0.875rem !important;
}





