#login h1 a, .login h1 a {
    background-image: url(./assets/img/logo.png);
    height:95px;
    width:320px;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:320px;
    padding-bottom: 30px;
}
body.login {
    background-color:#FFF;
    
}
body.login #nav a {
    color:#55873f;  font-size:11px;
}
body.login #backtoblog a {
    color:#55873f; font-size:11px;
}

.wp-core-ui .button-primary {
 
    background:#55873f; 
    border:none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;

}
.wp-core-ui .button-primary:hover {
    background:#55873f;
   
}
#wp-auth-check-wrap #wp-auth-check {
    background:transparent !important;
}

.login .privacy-policy-page-link .privacy-policy-link {
    font-size:12px !important; color:#55873f !important; opacity:0.7 !important;
}

.login .privacy-policy-page-link .privacy-policy-link:hover {
    opacity:1 !important;
}


