     /* یک استایل کوچک برای تنظیم ارتفاع فرم فراموشی رمز */
        .main {
            height: auto; /* ارتفاع خودکار بر اساس محتوا */
            padding: 40px 0; /* کمی فاصله از بالا و پایین */
        }
        /* استایل اختصاصی برای دکمه بازگشت */
        .back-link {
            text-align: center;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
        .back-link .submit-btn {
            background: transparent;
            border: 2px solid #fff;
            display: contents;
        }
        .back-link .submit-btn:hover {
            background: #fff;
            color: var(--primary-color);
        }

        /* این کلاس برای پیام خطا از auth.css ارث‌بری می‌کند */
        .error-message.custom-style {
            background: antiquewhite;
            color: red;
            border: 2px dotted red;
            filter: drop-shadow(2px 4px 6px grey);
            margin-top: 20px;
            margin-bottom: 20px;
            padding: 15px;
        }
        .tab-label .ddd{
cursor: default;   
text-align: center;
        }
        .submit-btn .ccc{
            
            background: linear-gradient(45deg, #bababa, #bababa);
        }

