body.login {
    background-color: white;
}

body.login form#loginform {
    border: none;
    box-shadow: none;
}

body.login div#login h1 a {
    background-image: url(<?php echo $logoImage; ?>);
    background-size: 100%;
    width: 100%;
}

body.login input#wp-submit {
    clear: both;
    width: 100%;
    margin-top: 30px;
    background-color: #f4702e !important;
    border-width: 0;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

body.login #backtoblog {
    display: none;
}


body.login #nav {
    display: none;
}

body.login div#ga_lost_password {
    float: right;
    font-size: 14px;
}

body.login a {
    text-decoration: none;
    color: inherit;
    line-height: 21px;
}
