.tna-login-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 122, 63, 0.22), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(17, 145, 70, 0.18), transparent 26%),
    linear-gradient(135deg, #eef7f2 0%, #f7fbff 46%, #fff4ed 100%) !important;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.tna-login-wrapper,
.tna-login-page,
.login-section {
  min-height: 100vh;
}

.login-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 18px;
}

.login-section > .container,
.login-section > div {
  width: 100%;
}

.login-section .row {
  margin: 0;
}

.login-section .col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.tna-login-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.tna-login-brand .login-logo {
  width: 154px !important;
  max-width: 42vw;
  filter: drop-shadow(0 10px 22px rgba(23, 32, 51, 0.14));
}

.tna-login-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  width: min(1110px, 94vw);
  min-height: 610px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(23, 32, 51, 0.18);
  overflow: hidden;
}

.tna-login-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 610px;
  padding: 46px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #07852b 0%, #0d7f70 42%, #ff5a1f 100%);
  color: #fff;
}

.tna-login-visual::before,
.tna-login-visual::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
}

.tna-login-visual::before {
  top: 92px;
}

.tna-login-visual::after {
  bottom: -72px;
}

.tna-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  transform: rotate(-25deg);
}

.tna-orbit-one {
  width: 250px;
  height: 78px;
  left: -70px;
  bottom: 76px;
}

.tna-orbit-two {
  width: 160px;
  height: 54px;
  right: -34px;
  top: 92px;
}

.tna-stars span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.6);
}

.tna-stars span:nth-child(1) { top: 78px; left: 24%; }
.tna-stars span:nth-child(2) { top: 142px; right: 22%; width: 7px; height: 7px; }
.tna-stars span:nth-child(3) { bottom: 210px; left: 14%; }
.tna-stars span:nth-child(4) { bottom: 112px; right: 16%; width: 8px; height: 8px; }
.tna-stars span:nth-child(5) { top: 252px; left: 48%; width: 4px; height: 4px; }

.tna-rocket-scene {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 210px;
  height: 290px;
  transform: translateX(-50%);
}

.tna-rocket {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 86px;
  height: 178px;
  border-radius: 48px 48px 18px 18px;
  background: linear-gradient(90deg, #f7fbff, #d8e5ee);
  box-shadow: 0 20px 40px rgba(23, 32, 51, 0.2);
  transform: translateX(-50%);
}

.tna-rocket::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -52px;
  width: 0;
  height: 0;
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  border-bottom: 66px solid #ff6c3c;
  transform: translateX(-50%);
}

.rocket-window {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 42px;
  height: 48px;
  border: 7px solid #b6a8ff;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(135deg, #2f8cff, #5c36c9);
  transform: translateX(-50%);
}

.rocket-fin {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 58px;
  background: #ff6c3c;
}

.rocket-fin-left {
  left: -28px;
  border-radius: 18px 0 0 18px;
  transform: skewY(-22deg);
}

.rocket-fin-right {
  right: -28px;
  border-radius: 0 18px 18px 0;
  transform: skewY(22deg);
}

.rocket-fire {
  position: absolute;
  left: 50%;
  bottom: -104px;
  width: 42px;
  height: 112px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(#ffe36f, #ff7a3f 58%, rgba(255, 90, 31, 0));
  filter: drop-shadow(0 0 20px rgba(255, 126, 57, 0.7));
  transform: translateX(-50%);
}

.tna-visual-copy {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  padding: 28px 28px 30px;
  border-radius: 22px;
  background: rgba(12, 31, 34, 0.34);
  backdrop-filter: blur(4px);
}

.tna-visual-copy h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tna-visual-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.tna-login-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  min-height: 610px;
  margin: 0 !important;
  padding: 56px 66px !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left;
}

.tna-login-card .title {
  margin: 0;
  color: #12321f;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.tna-login-subtitle {
  margin: 8px 0 34px;
  color: #7a8493;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.tna-login-card .form-group {
  position: relative;
  margin-bottom: 22px;
}

.tna-field i {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 2;
  color: #07852b;
  font-size: 20px;
  transform: translateY(-50%);
}

.tna-login-card .form-control {
  width: 100%;
  height: 62px;
  padding: 0 20px 0 58px;
  border: 0;
  border-left: 5px solid #07852b;
  border-radius: 10px;
  background: #fff;
  color: #152033;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.12);
}

.tna-login-card .form-control::placeholder {
  color: #929baa;
  font-style: italic;
  font-weight: 600;
}

.tna-login-card .form-control:focus {
  border-left-color: #ff5a1f;
  box-shadow: 0 14px 32px rgba(255, 90, 31, 0.16), 0 0 0 3px rgba(255, 90, 31, 0.1);
}

.tna-captcha-row {
  display: grid;
  grid-template-columns: 116px 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.tna-captcha-row .captcha-input {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 58px;
  border-radius: 10px;
  background: #eaf6ee url("../captcha/captcha_code.php") no-repeat center center;
  border: 1px solid #cbe7d3;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tna-captcha-row .captcha-input img,
.tna-captcha-row .captcha-input svg {
  max-width: 100%;
  height: auto;
}

.tna-captcha-row .captcha-reload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f4fbf6;
  color: #07852b;
  cursor: pointer;
}

.tna-captcha-row #topcaptcha {
  height: 58px;
  padding-left: 18px;
  border-left-width: 3px;
}

.remember-checkbox {
  gap: 14px;
  color: #3b4453;
  font-size: 15px;
  font-weight: 700;
}

.remember-checkbox .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.remember-checkbox .form-check-input {
  width: 18px;
  height: 18px;
  accent-color: #07852b;
}

.remember-checkbox a {
  color: #163b25;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#loginme.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 178px;
  height: 58px;
  margin-top: 10px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #07852b, #04641f);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(7, 133, 43, 0.28);
}

#loginme.btn-theme:hover,
#loginme.btn-theme:focus {
  background: linear-gradient(135deg, #ff6a31, #e9460f);
  box-shadow: 0 18px 34px rgba(255, 90, 31, 0.3);
  transform: translateY(-1px);
}

#forgotpass.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 178px;
  height: 58px;
  margin-top: 8px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #07852b, #04641f);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(7, 133, 43, 0.28);
}

#forgotpass.btn-theme:hover,
#forgotpass.btn-theme:focus {
  background: linear-gradient(135deg, #ff6a31, #e9460f);
  box-shadow: 0 18px 34px rgba(255, 90, 31, 0.3);
  transform: translateY(-1px);
}

.tna-forgot-stage {
  min-height: 540px;
}

.tna-forgot-stage .tna-login-visual,
.tna-forgot-stage .tna-login-card {
  min-height: 540px;
}

.tna-login-link h6 {
  margin: 0;
  color: #3b4453;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.tna-login-link a {
  color: #07852b;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.customerSupp {
  display: none;
}

.text-center > a[download] {
  display: inline-flex;
  justify-content: center;
  margin-top: 18px;
}

.text-center > a[download] img {
  width: 184px !important;
  max-width: 52vw;
}

@media (max-width: 991px) {
  .login-section {
    padding: 24px 14px;
  }

  .tna-login-stage {
    grid-template-columns: 1fr;
    width: min(560px, 94vw);
    min-height: 0;
  }

  .tna-login-visual {
    min-height: 260px;
    padding: 30px;
  }

  .tna-rocket-scene {
    top: 42px;
    transform: translateX(-50%) scale(0.72);
  }

  .tna-visual-copy {
    padding: 20px;
  }

  .tna-visual-copy h1 {
    font-size: 28px;
  }

  .tna-visual-copy p {
    font-size: 14px;
  }

  .tna-login-card {
    min-height: 0;
    padding: 36px 30px 40px !important;
  }

  .tna-forgot-stage .tna-login-visual,
  .tna-forgot-stage .tna-login-card {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .login-section {
    align-items: flex-start;
    padding: 18px 10px 24px;
  }

  .tna-login-brand .login-logo {
    width: 124px !important;
  }

  .tna-login-stage {
    width: 100%;
    border-radius: 18px;
  }

  .tna-login-visual {
    min-height: 190px;
    padding: 20px;
  }

  .tna-rocket-scene {
    top: 10px;
    transform: translateX(-50%) scale(0.54);
    opacity: 0.78;
  }

  .tna-visual-copy {
    padding: 16px;
    border-radius: 16px;
  }

  .tna-visual-copy h1 {
    font-size: 24px;
  }

  .tna-login-card {
    padding: 28px 16px 32px !important;
  }

  .tna-login-card .title {
    font-size: 27px;
  }

  .tna-login-subtitle {
    margin-bottom: 24px;
  }

  .tna-login-card .form-control {
    height: 56px;
    padding-left: 52px;
    font-size: 14px;
  }

  .tna-field i {
    left: 18px;
    font-size: 18px;
  }

  .tna-captcha-row {
    grid-template-columns: 1fr 38px;
  }

  .tna-captcha-row #topcaptcha {
    grid-column: 1 / -1;
  }

  .remember-checkbox {
    align-items: flex-start !important;
    flex-direction: column;
  }
}
