﻿/* ==============================================
   OLVIDAR CONTRASEÑA — estilos extra sobre Style_Login.css
   ============================================== */

.th-info-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #fce4ec 0%, #f3e5f5 100%);
    border: 1px solid rgba(233, 30, 140, 0.15);
    border-radius: 12px;
    margin-bottom: 1.25rem;
    font-size: 0.83rem;
    color: #6b6b8a;
    animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

    .th-info-box i {
        color: #e91e8c;
        flex-shrink: 0;
    }
