.login h1 a {
    background-image: url("images/logo.png");
    -webkit-background-size: 280px 101px;
    background-size: 280px 101px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #999;
    height: 101px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 280px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.login a {
    color: #222222;
}
.login a:active,
.login a:focus,
.login a:hover {
    color: #333333;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #e00011;
    border-color: #e00011;
    -webkit-box-shadow: inset 0 1px 0 rgba(224, 0, 17, 0.6);
    box-shadow: inset 0 1px 0 rgba(224, 0, 17, 0.6);
    color: #fff;
}
.wp-core-ui .button-primary {
    background: #e00011;
    border-color: #e00011;
    -webkit-box-shadow: inset 0 1px 0 rgba(224, 0, 17, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 rgba(224, 0, 17, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #bb0010, 1px 0 1px #bb0010, 0 1px 1px #bb0010, -1px 0 1px #bb0010;
}

input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
    border-color: #222222;
    box-shadow: none;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: #777;
}
.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: #777;
}
