body.login {
    background-color: #fff !important;
}

#footer-thankyou a.webgurus_logo {
    display: inline-block;
    background: url(../images/webgurus_footer_logo.png) no-repeat bottom center;
    width: 40px;
    height: 40px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-indent: -9999px;
    outline: none;
    margin-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

body.login p.message {
    border-top: 4px solid #fff !important;
    border-left: 0 !important;
    border-bottom: 4px solid #a8c93c !important;
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

body.login .button-primary,
body.login .button-primary:active {
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

body.login h1 {
    background-color: #333;
}

.login #login_error {
    border-top: 4px solid #fff !important;
    border-left: 0 !important;
    border-bottom: 4px solid #dc3232 !important;
    background-color: #fff;
    color: #dc3232;
    font-weight: 700;
}

body.login h1 a {
    width: 100% !important;
    background-image: url(../images/logo.png) !important;
    background-size: 220px !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px !important;
    margin-bottom: 0;
    margin-top: 20px;
    outline: none !important;
    box-shadow: none !important;
}

.login #nav a:focus,
.login #backtoblog a:focus,
.login h1 a:focus {
    outline: none !important;
    box-shadow: none !important;
}

p#backtoblog {
    display: none;
}

body.login .button-primary {
    background-color: #000 !important;
    border-color: transparent !important;
}

body.login .button-primary:hover {
    background-color: #6d6e71 !important;
}

body.login input {
    box-shadow: none !important;
}

body.login .input:focus {
    box-shadow: 0;
    border-color: #000;
}

body.login form {
    margin-top: 0;
    padding: 45px 24px;
}

.login #backtoblog a,
.login #nav a {
    color: #000;
}

body.login #nav a:hover,
body.login h1 a:hover {
    color: #000;
}

body.login #nav {
    padding: 0 !important;
}