/* /static/css/features/register.css */
.modal-hidden {
    display: none;
}

/* Гарантувати видимість CAPTCHA */
.cf-turnstile {
  display: block !important;
  visibility: visible !important;
  min-height: 65px; /* Висота віджета Cloudflare Turnstile */
  margin: 10px 0;
}

/* Стилі для форми реєстрації */
.login-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

.hidden {
  display: none;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-primary:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
