.login-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef url('/images/new-bgimg.avif') no-repeat center center;
    background-size: cover;
    /* background-image: url('/images/new-bgimg.avif'); */ 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}


.login-box {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.login-footer {
    width: 100%;
    border-top: 1px solid #D2DBDA;
}

.login-logo {
    width: 200px;
    height: auto;
    margin: 10px auto;
    flex: 100%;
}

.card {
    flex: 100%;
    border-radius: 11px;
}

.login-logo {
    width: 200px;
    height: auto;
    margin: 10px auto;
}

.login-footer .nav-link {
    font-size: 11px;
    color: #737373!important;
    margin-right: 5px;
}

.language-select {
    padding: 0px 0px 0px 5px;
    border-radius: 0px !important;
    font-size: 10px;
    height: 20px;
    background: #e9ecef;
}

.login-card-body, .register-card-body {
    background-color: #005075;
    color: #e9ecef;
    border-radius: 10px;
}

.input-group .fas{
    color: #e9ecef;
}