.elementor-11847 .elementor-element.elementor-element-4fdbc856{--display:flex;--min-height:0px;}.elementor-11847 .elementor-element.elementor-element-23151ec2{width:100%;max-width:100%;}.elementor-11847 .elementor-element.elementor-element-23151ec2.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for container, class: .elementor-element-4fdbc856 */.login-card {
  max-width: 420px;
  margin: 80px auto;
  background: #fff;
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  text-align: center;
}

.login-card h2 {
  color: #e60000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.login-card .btn-login {
  width: 100%;
  background: #ff0d0d;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.login-card input {
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 0 16px;
  margin-bottom: 18px;
}/* End custom CSS */
/* Start custom CSS *//* تنظیم کلی صفحه برای وسط‌چین کردن فرم */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f7f9; /* یک خاکستری بسیار ملایم */
    font-family: 'Vazirmatn', Tahoma, sans-serif;
}

/* استایل کانتینر اصلی فرم */
.login-form-container {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #eef2f5;
}

/* لوگوی آذرفرآیند */
.logo-container {
    margin-bottom: 30px;
}
.logo-container img {
    max-width: 180px;
}

/* لیبل شماره تلفن */
.form-label {
    display: block;
    text-align: right;
    color: #0d4278; /* رنگ آبی سازمانی */
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* فیلد ورودی شماره */
input[type="tel"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #eef2f5;
    border-radius: 15px;
    font-size: 16px;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
}

input[type="tel"]:focus {
    border-color: #0d4278;
}

/* دکمه اصلی (دریافت کد) */
.btn-primary {
    background-color: #f25e22; /* رنگ نارنجی سازمانی */
    color: white;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 12px;
    transition: 0.3s;
}
.btn-primary:hover {
    background-color: #d14d1a;
}

/* دکمه دوم (ورود با رمز عبور) */
.btn-secondary {
    background-color: #f4f6f8;
    color: #0d4278; /* آبی سازمانی */
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 15px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-secondary:hover {
    background-color: #e5e9ed;
}

/* متن پایین (Verified by) */
.footer-text {
    margin-top: 25px;
    font-size: 12px;
    color: #8899a6;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
@media (max-width: 480px) {
    .login-form-container {
        padding: 20px;
        border-radius: 20px;
        margin: 10px;
    }
}/* End custom CSS */