#main-login
{
    background: #F5F5F5;
}

#login-content > div {
    background: #FFFFFF;
}

#login-content input {
    background: #F5F5F5;
}

#show-pwd {
    cursor: pointer;
}

#popupRequestResetPassword {
    background: initial!important;
}


#my-overlay {
    left: 0 !important;
    top: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    /* background-color: rgba(0,0,0,0.9) !important; */
    cursor: pointer !important;
    visibility: visible !important;
    transition: visibility 0s, opacity 0.4s linear !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: wait !important;
}

    #my-overlay i.fa.fa-spinner.fa-spin,
    .spinner-big {
        font-size: 100px !important;
    }

    #my-overlay i {
        color: #22377F;
    }
