.login {
    background-color: #ffd500;
    font-family: 'DINWeb-Light', Arial, Helvetice, sans-serif;
}

body.login h1 a {
    width: 220px;
    background-size: 220px
}

body.login .message, body.login #login_error {
    border-left: 4px solid black;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login form label,
.login #nav a,
.login #backtoblog a {
    color: black;
}

.login #nav a:hover,
.login #backtoblog a:hover{
    color: black;
    text-decoration: underline;
}

.login form .input,
.login input[type="text"] {
    background-color: white;
    border-radius: 3px;
    border-color: #7f7f7f;
    height: auto;
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    padding: 11px 10px 9px 10px;
    font-size: 14px;
    box-shadow: none;
}

.login.wp-core-ui .button.button-large,
.login .button-primary {
    text-shadow: none;
    text-decoration: none;
    padding: 10px 40px;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffd500;
    background-color: black;
    border-color: black;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login .button-primary:hover {
    color: black;
    background-color: #ffd500;
    border-color: black;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login #nav{
    display: none;
}





