/* ==========================================================================
   MÓDULO: RECUPERAÇÃO DE SENHA - ESTILOS VISUAIS
   ========================================================================== */

.recovery-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recovery-input:focus {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.recovery-glow {
    background: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 65%);
}
