/**
 * Login Branding — Escuelas de Aviación
 * ────────────────────────────────────────
 * Estilos del panel de login personalizado (/esavi).
 * Cargado por: includes/security/custom-login.php
 */

body.login {
    background-color: #112d4e;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 20px;
}

#login {
    width: 320px;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 10;
}

body.login h1 a {
    background-image: url('/wp-content/uploads/2024/05/logo-solo-blanco.png');
    background-size: contain;
    width: 100%;
    height: 80px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    display: block;
}

body.login form {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 40px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

body.login label {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

body.login input[type="text"],
body.login input[type="password"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    height: 45px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}

body.login .button-primary {
    background: #0d4187;
    border-color: #0d4187;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    float: none;
}

body.login .button-primary:hover {
    background: #0a3268;
    border-color: #0a3268;
}

.login #nav,
.login #backtoblog {
    padding: 10px 0 0;
    text-align: center;
    margin: 0;
}

.login #nav a,
.login #backtoblog a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: color 0.3s;
    text-decoration: none;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: #ffffff !important;
}

.language-switcher,
.wpml-login-ls,
#login + .language-switcher {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    clear: both;
    display: block;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    float: none !important;
}
