/* Sauz Tiger - Auth page styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Auth-specific overrides and enhancements */
.bg-auth-form {
  width: 100%;
}

.bg-auth-form .form-control,
.bg-auth-form .form-select {
  padding: 12px 14px;
  font-size: 0.95rem;
  border-radius: 10px;
}

.bg-auth-form .input-group-text {
  padding: 12px 14px;
  border-radius: 10px 0 0 10px;
}

.bg-auth-form .btn {
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 10px;
}

.bg-auth-form .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-radius: 6px;
}

.bg-auth-form .form-check-label {
  font-size: 0.85rem;
  color: var(--bg-gray-600);
}

.bg-auth-foot {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--bg-gray-100);
}

.bg-auth-foot a {
  color: var(--bg-blue-600);
  font-weight: 600;
  text-decoration: none;
}

.bg-auth-foot a:hover {
  color: var(--bg-blue-500);
  text-decoration: underline;
}
