/* Background */
body.login {
    background-color: #fbf4f0;
    font-family: system-ui, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.login input[type=checkbox] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    border: none;
}
body.login input[type=submit] {
    border-radius: 35px;
    overflow: hidden;
    background-color: #ed6b6b;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 20px 15px 20px !important;
    font-weight: 700;
    text-decoration: none;
    border: none;
    line-height: 1.2 !important;
    margin-top: 20px;
    float: none;
    width: 100%;
}

.login form .input, 
.login input[type=password], 
.login input[type=text] {
    border: none;
    border-radius: 35px; 
    padding-left: 20px;
}

/* Conteneur */
#login {
    background: #F3A7B9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    margin: 0;
}

.login form {
    color: #262D67;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin:  0;
}

/* Logo */
.login h1 a {
    background-image: url('../assets/home-logo-safer.svg'); /* optionnel */
    background-size: contain;
    width: 250px;
    height: 120px;
}

/* Bouton */
.wp-core-ui .button-primary {
    background: #0f172a;
    border: none;
    border-radius: 8px;
}

.wp-core-ui .button-primary:hover {
    background: #020617;
}

/* Footer custom */
.custom-login-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #94a3b8;
}

/* Supprimer mot de passe oublié */
.login #nav {
    display: none;
}

/* Supprimer retour au site */
.login #backtoblog {
    display: none;
}