html, body {
    /* background-color: #F2F4F9 !important; */
    background-image: url('/img/login-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.d-flex.bgi-size-contain.bgi-attachment-fixed {
    background-color: rgba(0,0,0,0.25);
}

#form_login .form-control.form-control-lg.form-control-solid {
    background-color: #F7F8FA;
    border-radius: 0;
}
.form_loginWrapper {
    border-radius: 4px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
}

#kt_sign_in_submit:hover,
#kt_sign_in_submit {
    font-size: 18px;
    color: #FEDE22;
    background-color: #040C2E !important;
    border-radius: 0;
}

#email,
#company_code {
    line-height: 18px;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

#email:focus,
#company_code:focus,
#email:active,
#company_code:active,
#email:hover,
#company_code:hover {
    border: 1px solid #696E82;
}