body{
    background-image: url(../assets/media/icons/ilogin.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;  
}

.card-login {
    max-width: 517px;
    width: 90%;
    height: 690px;
    border-radius: 23px;
    background: #FFF;
    margin: auto auto auto 5%;
}

.div-header-img-login{
    display: flex;
    align-items: center;
    flex-flow: column;
    color: #142340;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.div-header-img-login img{
    width: 139px;
    height: 136px;
    margin: 30px 0px 16px 0px; 
}

select:required:invalid {
  color: gray;
}

option[value=""] {
  display: none;
}


.kt-login__container {
    width:auto !important;
}

#formLogin{
    width: 334px;
    margin: 40px auto 0px auto;
}

.form-group{
    color: #142340;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px !important;
}

.form-control{
    border-radius: 7px !important;
    border: 1px solid #B7B7B7 !important;
    background: rgba(249, 249, 249, 0.40) !important;
    margin-top: 5px;
}

#btnLogin {
    width: 168px;
    height: 38px;
    border-radius: 18px;
    background: #25468B;
    border: none;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div-btn-login{
    text-align: center;
    margin-top: 43px;
}

.btnLogin{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div-btn-recover{
    text-align: center;
    margin-top: 15px;
    
}

.div-btn-recover-login {
    text-align: center;
    margin-top: 15px;
}

.btnRecover{
    background: #fff;
    border: none;
    color: #0099E9;
    text-decoration: underline;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.div-powered{
    text-align: center;
    margin-top: 45px;
}

#lblPowered{
    color: #B7B7B7;
    font-size: 12px;
}

.div-app-link{
    display: block;
    position:absolute;
    bottom: 40px;
    right: 50px;
}

#input_img {
    position: absolute;
    bottom: 1.2rem;
    right: 5px;
    width: 19px;
    height: 19px;
}

#div-main-recover{
    display:none;
    height: 350px;
}

#btnRecover {
    width: 168px;
    height: 38px;
    border-radius: 18px;
    background: #25468B;
    border: none;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}