.auth-page {
  background: #f3f7fd;
  color: #0c1e40;
  font-size: 14px;
}

.auth-page .container {
  max-width: 1320px;
}

.auth-header {
  background: #fff;
  box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.15);
  line-height: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  font-family: Inter, Montserrat, sans-serif;
}

.auth-page .auth-header-inner {
  max-width: 1170px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-logo img {
  height: 45px;
  width: auto;
  display: block;
}

.auth-nav {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  white-space: nowrap;
  min-width: 0;
  margin-left: auto;
  margin-right: 16px;
}

.auth-nav-item {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-nav-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.auth-nav a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.auth-nav a:hover {
  color: #06102b;
}

.auth-nav-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 60px;
  padding: 20px 16px;
}

.auth-nav-caret,
.auth-lang-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.auth-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 260px;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: none;
  white-space: normal;
}

.auth-submenu a {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0f172a;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.auth-submenu a:hover {
  color: #fff;
  background: #06102b;
}

.auth-nav-item:hover .auth-submenu,
.auth-nav-item:focus-within .auth-submenu {
  display: block;
}

.auth-submenu-mega {
  width: min(1000px, calc(100vw - 30px));
  min-width: min(1000px, calc(100vw - 30px));
  overflow: visible;
}

.auth-submenu-grid {
  display: grid;
  gap: 0;
  align-items: stretch;
}

.auth-solutions-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.auth-resources-grid {
  grid-template-columns: repeat(4, 1fr);
}

.auth-about-grid {
  grid-template-columns: repeat(3, 1fr);
}

.auth-submenu-col {
  min-height: 260px;
  padding: 40px 24px;
}

.auth-submenu-col:nth-child(even),
.auth-submenu-highlight {
  background: #f5f8fe;
}

.auth-submenu-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0c1e40;
  margin: 0 0 8px;
}

.auth-submenu-col h5 {
  color: #64748b;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.auth-submenu-col p {
  color: #64748b;
  max-width: 280px;
  margin: 16px auto 0;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.auth-submenu-feature {
  background: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.auth-submenu-highlight {
  border-left: 0;
}

.auth-submenu-caption {
  font-size: 13px;
  color: #5a6f8c;
  margin-bottom: 12px;
}

.auth-submenu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: auto !important;
  padding: 10px 16px !important;
  border-radius: 4px;
  background: #ffbe00;
  color: #06102b !important;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
}

.auth-submenu-cta:hover {
  background: #06102b;
  color: #fff !important;
}

.auth-submenu-title {
  justify-content: flex-start;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-align: left !important;
}

.auth-submenu-feature .auth-submenu-title {
  justify-content: center;
  text-align: center !important;
}

.auth-submenu-title:hover {
  color: #06102b !important;
  background: transparent !important;
}

.auth-submenu a.auth-product:hover {
  color: inherit;
  background: transparent;
}

.auth-product-caption {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.auth-product-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.auth-product-cta img {
  margin-right: 8px;
}

.auth-product-cta:hover {
  background: #06102b;
  color: #fff;
}

.auth-solutions-grid .auth-submenu-feature {
  padding: 40px 16px;
}

.auth-solutions-grid .auth-submenu-feature .auth-submenu-title {
  justify-content: flex-start;
  text-align: left !important;
}

.auth-solutions-grid .auth-submenu-feature p {
  max-width: none;
  margin: 16px 0;
}

.auth-feature-illustration {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.auth-solutions-grid .auth-submenu-col:nth-child(2) {
  padding: 40px 0;
}

.auth-solutions-grid .auth-risk-col {
  padding: 40px 0 20px;
}

.auth-risk-intro {
  margin-bottom: 8px;
  padding: 0 16px;
}

.auth-risk-intro .auth-submenu-title {
  text-align: left !important;
}

.auth-risk-intro p {
  max-width: none;
  margin: 16px 0 0;
}

.auth-submenu a.auth-powered-by {
  margin-top: 8px;
}

.auth-submenu a.auth-powered-by:hover {
  background: transparent;
}

.auth-powered-by img {
  display: block;
  height: 50px;
  margin: 0 auto;
}

.auth-lang-menu {
  min-width: 200px;
  right: 0;
  left: auto;
  padding: 8px 16px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.10);
}

.auth-lang-switch {
  position: relative;
}

.auth-lang-switch > summary {
  list-style: none;
  cursor: pointer;
}

.auth-lang-switch > summary::-webkit-details-marker {
  display: none;
}

.auth-lang-switch[open] .auth-lang-menu {
  display: block;
}

.auth-nav-item > .auth-submenu-mega {
  position: fixed;
  top: 60px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.auth-nav-item-right > .auth-submenu-mega {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.auth-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.auth-mobile-nav {
  display: none;
  position: relative;
}

.auth-mobile-nav > details > summary {
  list-style: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 7px 6px;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.auth-mobile-nav > details > summary::-webkit-details-marker {
  display: none;
}

.auth-mobile-nav > details > summary span {
  display: block;
  height: 2px;
  margin-bottom: 6px;
  background: #b7bfc6;
}

.auth-mobile-nav > details > summary span:last-child {
  margin-bottom: 0;
}

.auth-mobile-nav-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 60;
  width: min(92vw, 360px);
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.auth-mobile-nav-panel details {
  border-bottom: 1px solid #eef3fa;
  padding: 6px 0;
}

.auth-mobile-nav-panel details:last-of-type {
  border-bottom: 1px solid #eef3fa;
}

.auth-mobile-nav-panel summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #263b5b;
  padding: 6px 2px;
}

.auth-mobile-nav-panel a {
  display: block;
  font-size: 14px;
  color: #334966;
  text-decoration: none;
  padding: 6px 4px 6px 14px;
}

.auth-mobile-nav-panel > a {
  padding: 10px 4px 6px;
  font-weight: 700;
}

.auth-mobile-nav-panel a:hover {
  color: #0b63b5;
}

.auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 45px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 28.8px;
  text-decoration: none;
  border: 1px solid transparent;
}

.auth-btn-login {
  gap: 8px;
  background: #06102b;
  color: #fff;
  padding: 8px 20px;
}

.auth-btn-login span {
  font-size: 12px;
  line-height: 18px;
}

.auth-btn-login:hover {
  color: #fff;
  background: #06102b;
}

.auth-btn-lang {
  color: #0f172a;
  border-color: #0f172a;
  background: #fff;
  gap: 14px;
  padding: 8px 45px 8px 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.auth-btn-lang img,
.auth-lang-menu img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.auth-btn-lang .auth-lang-caret {
  position: absolute;
  right: 16px;
}

.auth-lang-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 45px;
  padding: 0;
  color: #484646;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.auth-lang-menu a:hover {
  color: #0f172a;
  background: transparent;
}

.auth-hero {
  background-image:
    url('../images/auth/login-background.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 52px 0 0;
}

.auth-panel,
.auth-panel-wide {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(15, 44, 92, 0.16);
}

.auth-panel {
  padding: 42px;
}

.auth-panel-wide {
  padding: 0;
  overflow: hidden;
}

.auth-form-title {
  margin-bottom: 6px;
  color: #04173e;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
}

.auth-subtext {
  margin-bottom: 20px;
  color: #455978;
  font-size: 14px;
}

.auth-subtext a {
  color: #2a98d1;
  font-weight: 600;
  text-decoration: underline;
}

.auth-page .form-control {
  border: 2px solid #b8dcec;
  border-radius: 6px;
  min-height: 40px;
  font-size: 14px;
  box-shadow: none;
}

.auth-page .form-control:focus {
  border-color: #59afd4;
  box-shadow: 0 0 0 2px rgba(83, 165, 207, 0.14);
}

.auth-page .serv-error {
  color: #d7263d;
  margin-top: 5px;
  font-size: 13px;
}

.auth-submit {
  width: 100%;
  height: 44px;
  margin-top: 6px;
  border-radius: 6px;
  border: 0;
  background: #ffc107;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.auth-submit:hover,
.auth-submit:focus {
  background: #f4b100;
}

.auth-login-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.auth-login-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(15, 44, 92, 0.16);
}

.auth-login-grid {
  display: grid;
  grid-template-columns: 47% 53%;
}

.auth-login-right {
  padding: 70px 44px 34px;
}

.auth-login-left {
  padding: 70px 42px 34px;
}

.auth-checklist {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.auth-checklist li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 28px;
  color: #1c2f4f;
  font-size: 15px;
  line-height: 1.55;
}

.auth-checklist li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #7c8ea8;
}

.auth-register-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 34px;
  align-items: start;
}

.auth-visual-stack {
  position: relative;
  min-height: 510px;
}

.auth-visual-stack img {
  width: 100%;
  max-width: 820px;
  border-radius: 8px;
}

.auth-float-note {
  position: absolute;
  left: 6px;
  right: 22%;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 20px rgba(34, 60, 101, 0.18);
  font-size: 14px;
  color: #43597a;
  line-height: 1.35;
}

.auth-note-1 { top: 180px; }
.auth-note-2 { top: 265px; left: 8%; right: 16%; }
.auth-note-3 { top: 350px; right: 20%; }

.auth-reset-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 20px;
  align-items: center;
}

.auth-reset-image {
  text-align: center;
  padding: 30px 20px;
}

.auth-reset-image img {
  width: 72%;
  max-width: 500px;
}

.auth-footer {
  background: #081537;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.auth-footer-art img {
  width: 100%;
  display: block;
  height: auto;
}

.auth-footer-main {
  background: #0f2e62;
}

.auth-footer-badges {
  background: #0b1437;
}

.auth-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.auth-copyright-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.auth-copyright-logo {
  height: 26px;
  width: auto;
}

.auth-copyright p,
.auth-copyright a {
  margin: 0;
  color: #dbe6f6;
  font-size: 13px;
}

.auth-copyright a:hover {
  color: #fff;
}

.auth-page .g-recaptcha {
  transform-origin: left top;
}

.auth-membercheck {
  padding: 72px 0 70px;
  background: linear-gradient(90deg, #173b6e 0%, #0a1b34 100%);
}

.auth-membercheck-inner {
  display: grid;
  grid-template-columns: minmax(430px, 39%) 1fr;
  gap: 70px;
  align-items: center;
}

.auth-membercheck-art {
  min-width: 0;
}

.auth-membercheck-logo {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 0 34px;
}

.auth-membercheck-visual {
  display: block;
  width: 100%;
  max-width: 464px;
}

.auth-membercheck-copy {
  min-width: 0;
}

.auth-membercheck-copy h2 {
  margin: 0 0 34px;
  color: #fff;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 500;
}

.auth-membercheck-copy p {
  margin: 0;
  color: #f2f6ff;
  font-size: 15px;
  line-height: 1.42;
}

.auth-links {
  padding: 34px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 28px;
}

.auth-links h3 {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5f8ff;
}

.auth-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.auth-links li {
  margin-bottom: 7px;
}

.auth-links a {
  color: #dbe6f6;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}

.auth-links a:hover {
  color: #ffc107;
}

.auth-compliance {
  padding: 52px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d1425;
}

.auth-compliance-inner {
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: 88px;
  align-items: center;
}

.auth-compliance-inner p {
  margin: 0;
  color: #eef2fb;
  font-size: 16px;
  line-height: 1.6;
}

.auth-compliance-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 26px 42px;
  align-items: center;
  justify-items: center;
}

.auth-compliance-logos img {
  max-height: 72px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
}

.login-page .auth-hero {
  padding: 78px 0 78px;
}

.login-page #content .container,
.login-page #content.login-form .container {
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
}

.login-page .auth-login-layout {
  grid-template-columns: minmax(430px, 44%) minmax(540px, 56%);
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(15, 44, 92, 0.16);
  max-width: 1240px;
  margin: 0 auto;
}

.login-page .auth-login-left {
  padding: 64px 56px 52px;
}

.login-page .auth-login-right {
  padding: 64px 56px 52px;
  border-left: 2px solid #eef1f5;
}

.login-page .auth-form-title {
  font-size: 38px;
  margin-bottom: 10px;
}

.login-page .auth-subtext {
  font-size: 16px;
  margin-bottom: 30px;
}

.login-page .form-control {
  min-height: 46px;
  font-size: 16px;
}

.login-page .auth-submit {
  height: 48px;
  font-size: 16px;
}

.login-page .auth-checklist li {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.45;
}

.login-page .auth-login-card {
  box-shadow: none;
  border-radius: 0;
}

.login-page .auth-footer {
  margin-top: 0;
}

.register-page .auth-hero {
  padding: 72px 0 72px;
}

.send-reset-page .auth-hero,
.reset-page .auth-hero {
  padding: 70px 0 70px;
}

.register-page #content .container,
.send-reset-page #content .container,
.reset-page #content .container {
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
}

.register-page .auth-register-grid {
  grid-template-columns: minmax(460px, 41%) minmax(580px, 59%);
  gap: 18px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.register-page .auth-panel {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.register-page .auth-panel form {
  max-width: 380px;
}

.register-page .auth-form-title {
  font-size: 38px;
  margin-bottom: 8px;
}

.register-page .auth-subtext {
  font-size: 16px;
  margin-bottom: 22px;
}

.register-page .form-control {
  min-height: 42px;
  font-size: 16px;
}

.register-page .auth-submit {
  height: 48px;
  font-size: 16px;
}

.send-reset-page .auth-panel-wide,
.reset-page .auth-panel-wide {
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(15, 44, 92, 0.16);
  background: rgba(255, 255, 255, 0.98);
}

.send-reset-page .auth-reset-grid,
.reset-page .auth-reset-grid {
  grid-template-columns: minmax(430px, 46%) minmax(520px, 54%);
  gap: 0;
  align-items: center;
}

.send-reset-page .auth-reset-grid > div:first-child,
.reset-page .auth-reset-grid > div:first-child {
  padding: 58px 42px 40px;
}

.send-reset-page .auth-reset-image,
.reset-page .auth-reset-image {
  padding: 22px 26px 22px;
}

.send-reset-page .auth-reset-image img,
.reset-page .auth-reset-image img {
  width: 85%;
  max-width: 560px;
}

.send-reset-page .auth-form-title,
.reset-page .auth-form-title {
  font-size: 38px;
  margin-bottom: 8px;
}

.send-reset-page .auth-subtext,
.reset-page .auth-subtext {
  font-size: 16px;
  margin-bottom: 26px;
}

.send-reset-page .form-control,
.reset-page .form-control {
  min-height: 46px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .auth-nav {
    display: none;
  }

  .auth-mobile-nav {
    display: block;
    order: 3;
  }

  .auth-lang-switch {
    display: none;
  }

  .auth-logo {
    order: 1;
  }

  .auth-actions {
    order: 2;
    margin-left: auto;
  }

  .auth-register-grid {
    grid-template-columns: 380px 1fr;
  }

  .auth-page .auth-header-inner {
    min-height: 78px;
  }

  .auth-actions {
    gap: 8px;
  }

  .auth-btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .auth-btn-login {
    width: 38px;
    padding: 0;
  }

  .auth-btn-login span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .auth-hero {
    padding: 34px 0 52px;
  }

  .auth-panel,
  .auth-panel-wide {
    padding: 28px;
  }

  .auth-login-grid,
  .auth-login-layout,
  .auth-register-grid,
  .auth-reset-grid,
  .auth-membercheck-inner,
  .auth-compliance-inner,
  .auth-copyright-inner {
    grid-template-columns: 1fr;
  }

  .auth-membercheck-inner,
  .auth-compliance-inner {
    gap: 34px;
  }

  .auth-membercheck-visual {
    max-width: 520px;
  }

  .auth-membercheck-copy h2 {
    font-size: 24px;
  }

  .auth-membercheck-copy p {
    font-size: 14px;
  }

  .auth-compliance-logos {
    justify-items: start;
  }

  .auth-login-right {
    padding: 30px 24px 24px;
  }

  .auth-login-left {
    padding: 30px 24px 24px;
  }

  .auth-visual-stack {
    min-height: 300px;
  }

  .auth-float-note {
    position: static;
    margin-top: 10px;
  }

  .login-page .auth-hero {
    padding-top: 28px;
  }

  .register-page .auth-hero,
  .send-reset-page .auth-hero,
  .reset-page .auth-hero {
    padding-top: 30px;
    padding-bottom: 54px;
  }

  .login-page .auth-login-right {
    border-left: 0;
    border-top: 10px solid #eef1f5;
  }

  .send-reset-page .auth-reset-grid,
  .reset-page .auth-reset-grid {
    grid-template-columns: 1fr;
  }

  .send-reset-page .auth-reset-grid > div:first-child,
  .reset-page .auth-reset-grid > div:first-child {
    padding: 34px 24px 24px;
  }

  .register-page .auth-register-grid {
    gap: 24px;
  }

  .auth-links-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 575px) {
  .auth-page .auth-header-inner {
    min-height: 76px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .auth-logo img {
    height: 42px;
  }

  .auth-actions {
    width: auto;
    justify-content: flex-end;
  }

  .auth-form-title {
    font-size: 24px;
  }

  .auth-membercheck {
    padding: 30px 0;
  }

  .auth-membercheck-logo {
    max-width: 280px;
    margin-bottom: 26px;
  }

  .auth-membercheck-copy h2 {
    font-size: 22px;
  }

  .auth-membercheck-copy p {
    font-size: 13px;
  }

  .auth-compliance-inner p {
    font-size: 15px;
  }

  .auth-compliance-logos {
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    gap: 22px;
  }

  .auth-compliance-logos img {
    max-height: 54px;
    max-width: 126px;
  }

  .auth-checklist li,
  .auth-subtext {
    font-size: 14px;
  }

  .auth-page .g-recaptcha {
    transform: scale(0.9);
  }
}
