        /* Estilos específicos de login */
        .forgot-password {
            text-align: right;
            margin-top: 10px;
        }

        .forgot-password a {
            color: #64748b;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: color 0.2s;
        }

        .forgot-password a:hover {
            color: #1a202c;
        }

        .google-btn:hover:not(:disabled) {
            background: rgba(249, 250, 251, 0.95);
            border-color: rgba(156, 163, 175, 0.8);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .google-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
