#_login-status-wrapper {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#_login-form label, #_pwreset-form label {
    font-size:smaller;
    text-transform: uppercase;
}

#_login-form input, #_pwreset-form input {
    margin: 5px 0;
}

#_login-error, #_registration-error, #_pwreset-error {
    color:red;
    text-align:center;
    margin:15px 0;
    line-height: normal;
}

#_registration-success,  #_registration-failure, #_pwreset-success, #_pwreset-failure {
    margin: 5px 0;
    text-align:center;
}

#_login-password-hint {
    font-size:smaller;
    text-align: center;
    margin: 10px 0px 15px 0px;
    color: var(--linkcolor);
}

#_login-password-hint a {
    color: var(--linkcolor);
}

#_user_login {
    display: block;
}

#_user_login:before {
    white-space: pre;
    content: ' ';
    display: block;
}

#_user_password {
    display: block;
}

#_user_password:before {
    white-space: pre;
    content: ' ';
    display: block;
}

#_preserve_login_wrapper {
    display: block;
}

#_login-submit {
    display: block;
}

#_login-submit:before {
    white-space: pre;
    content: ' ';
    display: block;
}
