.login h1 a { 
 background-image: url('logo_login_perlipopette.png');     background-size: 120px;    height: 130px;    width: 145px;
}

.login #login_error, .login .message, .login .success {border-left: 4px solid #1f667c;}
.login .button-primary {    background: #e0e05d;
    border-color: #e0e05d #e0e05d #e0e05d;
    box-shadow: 0 1px 0 #e0e05d;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #e0e05d, 1px 0 1px #e0e05d, 0 1px 1px #e0e05d, -1px 0 1px #e0e05d; color:#333}


 .login .button-primary:hover {
    background: #1f667c;
    border-color: #1f667c #1f667c #1f667c;
    box-shadow: 0 1px 0 #1f667c;
    color: #fff;
    text-decoration: none;
    text-decoration: none;
    text-shadow: 0 -1px 1px #1f667c, 1px 0 1px #1f667c, 0 1px 1px #1f667c, -1px 0 1px #1f667c; color:#fff
}



.login a {color:#1f667c}

.login a:hover {color:#347489}


.login #backtoblog a, .login #nav a {color:#1f667c}
.login #backtoblog a:hover, .login #nav a:hover {color:#347489}