body {
    background-color: #c5c5c5;
}
/*LOGO SIZE + URL IMG*/
#login h1 a {
    background-image: url("https://huissier.webipro.eu/wp-content/uploads/logo-blanc-uai-258x67.png") !important; 
    background-size: 250px !important;   
    width: 300px; 
    height: 130px;
}

/*Url mdp perdu + Retour vers site */
.login #backtoblog a, .login #nav a {
    color:#777777 !important;
}

a {
    color:#777777 !important;
}


/*Hover URL mdp Perdu + Retour vers site */
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover, a:hover {
    color : #484848 !important;
}

/*Sizing login*/
.login-form {
    padding-bottom: 26px;
}

/*Changement couleur input text*/
input[type="text"]:focus, input[type="password"]:focus {
    border-color:#3574b9;
    box-shadow: 0 0 2px rgba(53, 117, 185, 0.897);
}
/*Changement couleur text-input*/
.login form .input, .login input[type="text"] {
    color : #3574b9 ;
}

/*Styling + Hover boutton connexion*/
.wp-core-ui .button-primary {
    background: #a42c38;
    border-color: #a42c38;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    width:100%;
    margin-top: 20px;
    height: 40px;
}

.wp-core-ui .button-primary:hover {
    background: #8a1621;
    border-color: #8a1621;
    color:#fff;
}