body.login {
    background-color: #3498DB!important;
    /* color: white!important; */
}
body #login {
    width: 80%;
    max-width: 400px;
}

body.login h1 a {
    background-image: url(../img/logo.png);
    background-size: 260px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    height: 100px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 260px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: #fff;
}
.login #backtoblog a:hover,
.login #nav a:hover {
    text-decoration: underline;
    color: #fff;
}