#login {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login {
    background: #FD4517;
}

.login form {
    margin-top: 0px !important;
}

.login label {
    color: #07291C;
}

.login .button-primary {
    background: #07291C;
    border-color: #07291C;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
}

.login .button-primary:hover,
.login .button-primary:focus {
    background: #FD4517;
    border-color: #FD4517;
    color: #fff;
}

.notice.message,
.login .notice-error {
    border-left-color: #07291C;
}

.login #nav {
    margin: 10px 0px 0 0;
    text-align: center;
}

.login #backtoblog {
    padding: 0;
}

.login #backtoblog a {
    width: 100%;
    display: block;
    margin: 0;
    border: 1px solid #07291C;
    padding: 10px 0 !important;
    text-align: center;
    background: transparent;
    border-color: #07291C;
    color:  #07291C;

}

.login #backtoblog a:hover {
    background: #07291C;
    border-color: #07291C;
    color: white;
}

.login .wp-login-log-in,
.login .privacy-policy-page-link a,
.login .wp-login-lost-password {
    color: white !important;
}

.wp-core-ui .button-secondary.wp-hide-pw {
    color:  #07291C;
}


.login .privacy-policy-page-link {
    text-align: center;
    width: 100%;
    margin: 1em 0 2em;
}