body.login {
    background: #0b1a2a !important;
}

/* Logo */
#login h1 a {
    background-size: contain !important;
    background-position: center top !important;

    width: 360px !important;
    height: auto !important;

    padding-top: 190px !important; /* espace pour le logo */
    padding-bottom: 10px !important;

    display: block;
    text-align: center;

    line-height: 1.4;
}
/* Form */
.login form {
    background: #0b1a2a !important;
   
}

/* Labels */
.login label {
    color: #e0b95b !important;
}

/* Inputs */
.login input[type="text"],
.login input[type="password"] {
    background: #091624 !important;
    border: 2px solid #d4af37 !important;
    color: #fff !important;
    border-radius: 8px;
}

/* Button */
.login .button-primary {
    background: linear-gradient(135deg, #d4af37, #a67c00) !important;
    border: none !important;
    color: #1a1a1a !important;
    font-weight: bold;
    border-radius: 10px;
}

/* Links */
.login #nav a,
.login #backtoblog a {
    color: #d4af37 !important;
}
/* 🎨 TEXTE "Bienvenue Sorcier!" */
.login .wp-login-logo a {
    color: #d4af37 !important; /* or principal */
    font-size: 30px !important;
    font-weight: 700;
    text-align: center;
    display: block;

    text-shadow: 0 0 8px rgba(212,175,55,0.5);
}
.login .wp-login-logo {
    margin-bottom: 25px !important;
}

.login .wp-login-logo a {
    margin-top: 10px !important;
    display: block;
}
