.account-login-page header,
.account-register-page header,
.account-forgotten-page header{
    display: none;
}
#account-login,
#account-register,
#account-forgotten{
    height: 100vh;
    background-size: cover;
    background: #313846;
}
#account-login .breadcrumb a,
#account-register .breadcrumb a,
#account-forgotten .breadcrumb a{
    color: white;
}
#account-login .login-col,
#account-register .register-col,
#account-forgotten .forgotten-col{
    height: 100vh;
    background: white;
    display: flex;
    align-items: center;
}
#account-login .login-col .well,
#account-register .register-col .well,
#account-forgotten .forgotten-col .well{
    background: white;
    border: none;
    width: 100%;
}

@media(max-width:767px){
    #account-login,
    #account-register,
    #account-forgotten{
        height: 100%;
    }
    #account-login .login-col,
    #account-register .register-col,
    #account-forgotten .forgotten-col{
        height: 100%;
        min-height: 100vh;
    }
    .account-login-page ul.breadcrumb,
    .account-register-page ul.breadcrumb,
    .account-forgotten-page ul.breadcrumb{
        margin-bottom: 0;
    }
}