body {
    font-family: 'Amethysta',Georgia,"Times New Roman",serif;
}
.login {
    background: white !important;
}

    .login h1 a {
        color: #990100 !important;
        background-size: 100% !important;
        width: 100%;
    }
    .login a {
        color: #990100 !important;
    }

        .login a:hover, .login a:focus {
            text-decoration: underline !important;
        }

#loginform, #lostpasswordform, #resetpassform {
    background: #990100;
    color: white;
}
.input:focus, #rememberme:focus {
    border-color: #3a3a3a !important;
    box-shadow: 0 0 0 1px #3a3a3a;
}

.dashicons {
    color: #3a3a3a;
}
.button.button-secondary.wp-hide-pw.hide-if-no-js:focus {
    border-color: #3a3a3a;
    box-shadow: 0 0 0 1px #3a3a3a;
}
#wp-submit {
    background: transparent;
    border: white 1px solid;
    letter-spacing: 1px;
}

    #wp-submit:hover {
        letter-spacing: 2px;
    }