#login h1,
#login #backtoblog,
/* #login #nav, */
#login #login_error,
#login .privacy-policy-page-link,
#login .pw-weak,
#login .message,
#login .forgetmenot,  
#login .wp-hide-pw {
    display: none !important;
}

#login a {
    color: white;
}

#pre-content {
    text-align: center;
    padding-top: 10vh;
}

#login {
    max-width: 400px;
    width: 80vw;
    padding-top: 10vh;
    margin: auto;
}

.home {
    font-family: PT Sans, Roboto, sans-serif;
    font-size: 1.5em;
}

#pass-strength-result {
    width: 100%;
}

#login input[type="password"],
#login input[type="text"] {
    font: inherit;
    width: 100%;
    border: 1px solid WHITE;
    margin: 0;
    display: block;
    padding: 10px;
    min-width: 0;
    background: none;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0 !important;
    color: white;
}

#login input[type="submit"] {
    background: WHITE;
    font: inherit;
    width: 100%;
    border: 1px solid WHITE;
    margin: 0;
    display: block;
    padding: 10px;
    min-width: 0;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0 !important;
    text-align: center;
    cursor: pointer;
}

#login .user-pass-wrap {
    margin: 30px 0px 40px 0px;
}

body {
    background-color: #000 !important;
    color: white !important;
}