.auth-card h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 45px;
  color: #0f172a;
  text-align: center;
  letter-spacing: 0.5px;
}

.auth-card {
  text-align: left;
}

.form-group label {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 14px;
}

.subtitle {
  color: #64748b;
  margin-bottom: 30px;
  margin-top: -25px;
  font-size: 18px;
  text-align: center;
}

.auth-footer {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
  text-align: center;
}

.auth-link-text {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 12px;
}

.auth-link {
  color: var(--primary-color);
  font-weight: 700;
  margin-left: 5px;
  text-decoration: none;
}

.auth-link:hover {
  text-decoration: underline;
}

.field-hint {
  display: block;
  font-size: 1rem;
  opacity: 0.8;
  margin-top: 8px;
}

.input-with-icon {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #94a3b8;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.toggle-password:hover {
  color: var(--primary-color);
}

.terms {
  margin-top: 24px;
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.5;
  text-align: center;
}
