﻿body {
  font-family: 'Vazirmatn', sans-serif;
  /* background: linear-gradient(135deg, #e0f7fa, #f1f8e9); /* رنگ پاستیلی آرامش‌بخش سایت روانشناسی */
}

.exam-access-card {
  background-color: #ffffffcc; /* کمی شفاف */
  /*max-width: 420px;*/
  width: 100%;
  transition: all 0.3s;
}

.exam-access-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.register-form {
  max-width: 480px;
  margin: 5px auto;
  border-radius: 12px;
}
.icon-wrapper {
  font-size: 3.5rem;
  color: #4db6ac; /* رنگ اصلی سایت */
}

.nav-tabs .nav-link {
  border-radius: 1rem;
  margin: 0 0.25rem;
  color: #555;
}

.nav-tabs .nav-link.active {
  background-color: #4db6ac;
  color: #fff;
}

.form-control {
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
}

.btn-primary {
  background-color: #4db6ac;
  border: none;
  border-radius: 0.75rem;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #399387;
}

.btn-success {
  background-color: #81c784;
  border: none;
  border-radius: 0.75rem;
  transition: all 0.3s;
}

.btn-success:hover {
  background-color: #66bb6a;
}

p.text-info {
  font-size: 0.9rem;
}

.exam-access-page {
  background-color: #f8f9fa; /* رنگ ملایم پس‌زمینه */
  padding: 1rem;
}

.exam-access-card {
  max-width: 420px; /* محدودیت عرض کارت */
  width: 100%;
  background: #fff;
  overflow-y: auto; /* اگر محتوا زیاد شد، اسکرول فقط روی کارت بیاد */
  max-height: 90vh; /* کارت از ارتفاع صفحه بیشتر نشه */
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.captcha-img {
  height: 49px;
  width: auto;
}
#captchaInput::placeholder {
  font-size: 12px !important;
}
.google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.google-btn img {
  width: 30px;
  margin-right: 10px;
}

.google-btn:hover {
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .register-form {
    max-width: 375px;
    margin: 64px auto;
    padding: 16px !important;
  }
}
