/* CSS extraído de login_admin.html */

/* Estilos específicos para el login de administrador */
.admin-badge {
    background: linear-gradient(135deg, #dc3545, #a71e2a);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

#titulo-formulario {
    color: #dc3545 !important;
}

.admin-icon {
    color: #dc3545;
    margin-right: 8px;
}

#boton-enviar {
    background: linear-gradient(135deg, #f3a734, #e3c324) !important;
}

#boton-enviar:hover {
    background: linear-gradient(135deg, #a71e2a, #842029) !important;
}

.security-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #856404;
}

.security-notice strong {
    color: #dc3545;
}
