/* 
    Created on : 9/01/2019, 5:18:31 PM
    Author     : LittleMonkey LTD
*/

.splash-login-container {
    height: calc(100%);
    width: calc(100%);
}

#splash-login-bg,
#splash-login-fg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.splash-login-fg {
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.splash-login-fg img {
    max-height: 100%;
    height: 100%;
}

#CustomMemberLogin_LoginForm input:invalid,
#CustomMemberLogin_LoginForm textarea:invalid {
    box-shadow: none !important;
}