
/* CUSTOM LOGIN Styles */

/* Typography
   (update hex values to suit theme)
---------------------------------------- */

body.login {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.login h1 a {
    background-size: contain !important;
    background-position: center center !important;
    height: 90px !important;
    width: 100% !important;
}

body.login #login_error,
body.login .message {
    border-left: 4px solid #000;
}

.login.wp-core-ui .button-primary {
    background: #000;
    border-color: #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

.login.wp-core-ui .button-primary:hover {
    background: #222;
    border-color: #222;
}