html body {
    background-color: #fff !important;
}

.login-form {
    background-color: #f1f1f1 !important;
    color: black !important;
}

.login-form input[type=text], .login-form input[type=password], .login-form input[type=email] {
    background: #fff !important;
    border: #eaeaea !important;
    color: black !important;
}


#ForgotPassword a, .login-form i{
    color: rgba(0,0,0,0.48) !important;
}

.login-form > ul {
    display: none;
}

#LoginForm_LoginForm_Tab h3 {
    display: none;
}

.login-form input[type=submit], .login-form input[type=button] {
    background: #304296 !important;
    color: white !important;
}

.google-login {
    min-width: 256px;
    height: 48px;
    background: white;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08);
    padding: 0 8px 0 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.google-login span {
    font-weight: 500;
    flex: 1;
}

.google-login:not(:first-child) {
    margin-top: 12px;
}

.google-login img {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    overflow: hidden;
}

#login-brand {
    height: 196px;
    margin-bottom: 32px;
}

#LoginForm_LoginForm_Tab .btn-toolbar {
    margin-top: 24px;
}