 .alert-error a, .alert-success a {
            color: #fff;
            text-decoration: underline;
            font-weight: bold;
        }
        .alert-error a:hover, .alert-success a:hover {
            color: #ffd700;
        }
        .security-questions {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .security-questions p {
            margin: 5px 0;
            color: #666;
            font-size: 14px;
        }
        .reset-info {
            text-align: center;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        .reset-info p {
            margin: 5px 0;
            font-size: 14px;
        }