/* Giriş / kayıt — betpark1511.com Auth düzeni */

:root {
  --auth-yellow: #f3ea29;
  --auth-green: #336154;
}

/* ——— GİRİŞ SAYFASI (referans ekran görüntüsü) ——— */

.Auth--login {
  padding: 1.75rem 1rem 2rem;
}

.Auth--login .Auth__layout.bg-darkest-navy-blue {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  max-width: 420px;
  margin: 0 auto;
}

.Auth--login .Auth__main {
  padding: 0;
  background: transparent !important;
  width: 100%;
  max-width: 100%;
}

.Auth--login .Auth__form {
  background: transparent !important;
}

.Auth--login .Form__field {
  margin-bottom: 1.1rem;
}

.Auth--login .Form__field--submit {
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
}

.Auth--login .Form__label--desktop {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--auth-yellow) !important;
  line-height: 1.2;
}

.Auth--login .Form__control-wrapper > .icon-user-line,
.Auth--login .Form__control-wrapper > .icon-key-line {
  display: none;
}

.Auth--login .Form__control.register-input,
.Auth--login .register-input {
  width: 100%;
  height: 44px !important;
  max-height: 44px;
  line-height: normal;
  padding: 0 14px;
  border: none;
  border-radius: 6px;
  background: #fff !important;
  color: #222 !important;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow: none;
}

.Auth--login .register-input::placeholder {
  color: #9a9a9a;
}

.Auth--login .login-forgot {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

.Auth--login .login-forgot a {
  color: var(--auth-yellow);
  font-weight: 600;
  text-decoration: none;
}

.Auth--login .login-forgot a:hover {
  text-decoration: underline;
}

.Auth--login .cf-fake-turnstile {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.Auth--login .cf-fake-turnstile-inner {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  min-height: 62px;
  padding: 10px 14px;
}

.Auth--login .cf-fake-checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
}

.Auth--login .cf-fake-turnstile.is-verified .cf-fake-checkmark {
  background: #2ecc40;
}

.Auth--login .cf-fake-status {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.Auth--login .cf-fake-turnstile.is-verified .cf-fake-status {
  color: #222;
  font-weight: 500;
}

.Auth--login .button--primary {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 50px;
  background: var(--auth-yellow) !important;
  color: #000 !important;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}

.Auth--login .button--primary:hover,
.Auth--login .button--primary:focus {
  background: #e8df20 !important;
  color: #000 !important;
}

.Auth--login .login-link {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.Auth--login .login-link a {
  color: var(--auth-yellow);
  font-weight: 600;
  text-decoration: none;
}

.Auth--login .login-link a:hover {
  text-decoration: underline;
}

.Auth--login .login-error-msg {
  margin-bottom: 1rem;
  border-radius: 6px;
}

/* ——— KAYIT SAYFASI ——— */

.Auth--register {
  padding: 1.5rem 0 2.5rem;
}

.Auth--register .Auth__layout.bg-darkest-navy-blue {
  background-color: #11181f !important;
  border-radius: 8px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.Auth-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1.25rem 0.75rem;
}

.Auth-header .icon-profile {
  width: 52px;
  height: 52px;
  color: #89d64a;
  flex-shrink: 0;
}

.Auth-header__title h1 {
  margin: 0 0 0.2rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #89d64a !important;
}

.Auth-header__title .description {
  margin: 0;
  font-size: 0.9rem;
  color: #9aa3b8 !important;
}

.Auth__layout > .row {
  margin-left: 0;
  margin-right: 0;
}

.Auth__main {
  padding: 0 1.25rem 1.75rem;
}

.Auth__form .Form__field {
  margin-bottom: 1rem;
}

.Auth__form .Form__control-wrapper {
  position: relative;
}

.Auth__form .Form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #c5cad8;
}

.Auth--register .register-card {
  border-radius: 10px 10px 0 0;
  background-color: #cfd6dc;
  border: none;
  overflow: hidden;
}

.Auth--register .card-info-header {
  background-color: #293043;
  color: #fff;
  font-weight: 600;
  padding: 10px 14px;
}

.Auth--register .register-input {
  height: 45px !important;
  line-height: normal;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 0 10px;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .Auth--login {
    padding: 1.25rem 12px 1.5rem;
  }

  .Auth--login .Auth__layout {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .Auth--login .Form__label {
    font-size: 14px;
  }

  .Auth--login .button--primary {
    min-height: 48px;
    font-size: 15px;
  }

  .Auth__layout > .row > .col-md-4:first-child,
  .Auth__layout > .row > .col-md-4:last-child {
    display: none;
  }

  .Auth--register .Auth__main.col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .Auth--register .Auth__main {
    padding: 0 1rem 1.5rem;
  }
}
