.login h1 a {
    background-image: url(./logopodium.png) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    height: 140px !important;
    width: 100% !important;
}


#loginform .wp-core-ui .button-primary {
	border-color: #404040;
}

/* Les champs de saisie */
#loginform .input {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #505050;
}


/* ==========================================================================
   4. Personnaliser le bouton et les liens
   ========================================================================== */

/* Le bouton "Se connecter" */
.wp-core-ui .button-primary {
    background: #be1e1e !important; /* Votre rouge */
    border-color: #a41a1a !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.wp-core-ui .button-primary:hover {
    background: #a41a1a !important; /* Un rouge plus foncé au survol */
    border-color: #8a1616 !important;
}

/* Les liens sous le formulaire ("Mot de passe oublié ?", "← Retour au site") */
#nav a,
#backtoblog a {
    color: #cccccc !important;
}

#nav a:hover,
#backtoblog a:hover {
    color: #be1e1e !important; /* Les liens passent en rouge au survol */
}