/* BuyDomainName.in WHMCS shell parity layer. */
:root {
  --bdn-font: "Open Sans", open-sans, "Helvetica Neue", Helvetica, sans-serif;
  --bdn-header: #212a2f;
  --bdn-teal: #16475f;
  --bdn-gold: #fce1aa;
  --bdn-ink: #111820;
  --bdn-text: #3d454d;
  --bdn-muted: #68767d;
  --bdn-line: #e5eaed;
  --bdn-page-max: 1380px;
}

html,
body {
  margin: 0;
  color: var(--bdn-text);
  background: #ffffff;
  font-family: var(--bdn-font) !important;
  font-size: 13px;
  line-height: 1.692;
  letter-spacing: 0 !important;
}

body *,
body *::before,
body *::after {
  letter-spacing: 0 !important;
}

button,
input,
select,
textarea {
  font-family: var(--bdn-font) !important;
}

a {
  color: inherit;
}

section#header,
body .bdn-whmcs-site-header {
  position: relative;
  z-index: 40;
  min-height: 82px;
  padding: 0 !important;
  color: #ffffff;
  background: var(--bdn-header) !important;
  border: 0 !important;
  box-shadow: none !important;
}

section#header .container,
section#footer .container,
#main-body > .container {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 1440px) {
  section#header .container,
  section#footer .container,
  #main-body > .container {
    width: var(--bdn-page-max) !important;
  }
}

.bdn-whmcs-strip {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 5;
  height: 22px !important;
  min-height: 22px !important;
  background: transparent !important;
  border: 0 !important;
  pointer-events: none;
}

.bdn-whmcs-strip .container {
  height: 22px !important;
  min-height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.bdn-whmcs-strip span {
  display: none !important;
}

.bdn-whmcs-strip a {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  pointer-events: auto;
}

section#header .wdes-header,
body .bdn-whmcs-site-header .wdes-header {
  height: 82px !important;
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px;
  padding: 0 !important;
}

section#header #main-menu,
body .bdn-whmcs-site-header #main-menu {
  display: none !important;
}

section#header .logo,
body .bdn-whmcs-site-header .bdn-whmcs-logo {
  width: 286px !important;
  height: 82px !important;
  min-width: 286px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff;
  text-decoration: none !important;
}

section#header .logo img,
body .bdn-whmcs-site-header .bdn-whmcs-logo img {
  width: 286px !important;
  max-width: 286px !important;
  max-height: 50px !important;
  display: block;
  object-fit: contain;
}

section#header .top-nav,
body .bdn-whmcs-site-header .top-nav {
  min-height: 82px;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 27px !important;
  list-style: none !important;
}

section#header .top-nav > li,
body .bdn-whmcs-site-header .top-nav > li {
  margin: 0 !important;
  padding: 0 !important;
}

section#header .top-nav > li:not(.bdn-clientarea-link):not(.bdn-header-cart-link),
body .bdn-whmcs-site-header .top-nav > li:not(.bdn-clientarea-link):not(.bdn-header-cart-link) {
  display: none !important;
}

section#header .top-nav > li > a,
body .bdn-whmcs-site-header .top-nav > li > a,
section#header .top-nav > li.bdn-clientarea-link > a,
section#header .top-nav > li.bdn-header-cart-link > a {
  width: auto !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

section#header .top-nav > li > a:hover,
section#header .top-nav > li > a:focus,
body .bdn-whmcs-site-header .top-nav > li > a:hover,
body .bdn-whmcs-site-header .top-nav > li > a:focus {
  color: var(--bdn-gold) !important;
  background: transparent !important;
}

section#header .top-nav i,
body .bdn-whmcs-site-header .top-nav i {
  color: #f2d791;
  font-size: 20px;
}

.bdn-transfer-primary-nav,
.bdn-transfer-sub-nav {
  display: none !important;
}

body.bdn-transfer-page .bdn-transfer-primary-nav {
  min-height: 42px;
  display: block !important;
  color: #ffffff;
  background: var(--bdn-header);
}

body.bdn-transfer-page .bdn-transfer-primary-nav .container {
  height: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  gap: 42px;
}

body.bdn-transfer-page .bdn-transfer-primary-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

body.bdn-transfer-page .bdn-transfer-primary-nav a:hover,
body.bdn-transfer-page .bdn-transfer-primary-nav a:focus {
  color: var(--bdn-gold);
}

#main-body {
  padding: 0 !important;
  background: #ffffff !important;
}

#main-body .main-content {
  min-height: 560px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.header-lined,
.main-content .header-lined {
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: var(--bdn-ink);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-lined h1 {
  margin: 0;
  color: var(--bdn-ink);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.btn,
.btn-primary,
.btn-success,
.btn-default,
.btn-secondary,
.btn-add-to-cart {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 40px;
  border-radius: 3px;
  font-family: var(--bdn-font) !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.btn::before,
.btn-primary::before,
.btn-success::before,
.btn-default::before,
.btn-secondary::before,
.btn-add-to-cart::before {
  content: "";
  position: absolute;
  inset: -70% auto -70% -70px;
  z-index: 0;
  width: 44px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  pointer-events: none;
}

.btn:hover::before,
.btn:focus::before,
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-success:hover::before,
.btn-success:focus::before,
.btn-default:hover::before,
.btn-default:focus::before,
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-add-to-cart:hover::before,
.btn-add-to-cart:focus::before {
  opacity: 1;
  animation: bdnButtonShimmer 0.85s ease both;
}

.btn > *,
.btn-primary > *,
.btn-success > *,
.btn-default > *,
.btn-secondary > *,
.btn-add-to-cart > * {
  position: relative;
  z-index: 2;
}

@keyframes bdnButtonShimmer {
  from {
    left: -70px;
  }
  to {
    left: calc(100% + 70px);
  }
}

.bdn-whmcs-footer {
  margin-top: 0;
  padding: 58px 0 0;
  color: #d5e2e6;
  background: var(--bdn-header) !important;
  border: 0 !important;
}

.bdn-whmcs-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, minmax(150px, 1fr));
  gap: 54px;
  padding-bottom: 54px;
}

.bdn-whmcs-footer-brand img {
  width: 306px;
  max-width: 100%;
  display: block;
  margin-bottom: 22px;
}

.bdn-whmcs-footer p {
  max-width: 390px;
  margin: 0;
  color: #c6d4d8;
  font-size: 14px;
  line-height: 1.6;
}

.bdn-whmcs-footer h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.bdn-whmcs-footer a {
  display: block;
  margin: 0 0 10px;
  color: #c9d8dd;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.bdn-whmcs-footer a:hover,
.bdn-whmcs-footer a:focus {
  color: var(--bdn-gold);
}

.bdn-whmcs-footer-bottom {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #bfcdd2;
}

.bdn-whmcs-footer-bottom p,
.bdn-whmcs-footer-bottom a {
  margin: 0;
  font-size: 13px;
}

.bdn-whmcs-footer .wdes-back-to-top {
  color: #ffffff;
}

body.wdes-page-login #main-body,
body.wdes-page-register #main-body,
body.wdes-page-pwreset #main-body {
  min-height: 640px;
  padding: 70px 0 82px !important;
  background: #f6f8f9 !important;
}

body.wdes-page-login #main-body .main-content,
body.wdes-page-register #main-body .main-content,
body.wdes-page-pwreset #main-body .main-content {
  min-height: 0;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

.wdes-wrap-login {
  width: min(100%, 520px);
  margin: 0 auto !important;
  padding: 0 !important;
}

.wdes-wrap-login > .logo,
.wdes-wrap-register > .logo,
.wdes-wrap-pwreset > .logo {
  display: none !important;
}

.wdes-wrap-login .logincontainer {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 46px 44px 38px !important;
  background: #ffffff !important;
  border: 1px solid #d8e0e4 !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.12) !important;
}

.wdes-wrap-login .header-lined {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px !important;
  text-align: left !important;
}

.wdes-wrap-login .header-lined small {
  order: -1;
  display: block;
  margin: 0 0 9px !important;
  color: var(--bdn-muted) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.wdes-wrap-login .header-lined h1 {
  margin: 0 !important;
  color: #000000 !important;
  font-size: 34px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

.wdes-wrap-login .form-group {
  margin-bottom: 20px !important;
}

.wdes-wrap-login label {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 8px !important;
  color: #334047 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.wdes-wrap-login .wdes-btn-forget,
.wdes-wrap-login .wdes-register {
  color: #16475f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.wdes-wrap-login .form-control {
  width: 100% !important;
  height: 52px !important;
  padding: 0 14px !important;
  color: #111820 !important;
  background: #ffffff !important;
  border: 1px solid #94a0a6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 52px !important;
  font-weight: 400 !important;
}

.wdes-wrap-login .form-control:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(22, 71, 95, 0.12) !important;
}

.wdes-wrap-login .checkbox {
  margin: 6px 0 24px !important;
}

.wdes-wrap-login .checkbox label {
  display: inline-flex !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  color: #4f5c63 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.wdes-wrap-login input[type="checkbox"] {
  margin: 0 !important;
}

.wdes-wrap-login #login,
.wdes-wrap-login .btn-primary {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 20px !important;
  padding: 0 24px !important;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.wdes-wrap-login #login:hover,
.wdes-wrap-login #login:focus,
.wdes-wrap-login .btn-primary:hover,
.wdes-wrap-login .btn-primary:focus {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border-color: var(--bdn-gold) !important;
}

.wdes-wrap-login .wdes-register {
  display: block !important;
  margin: 0 !important;
  text-align: center !important;
}

@media (max-width: 991px) {
  section#header .container,
  section#footer .container,
  #main-body > .container {
    width: calc(100% - 30px) !important;
  }

  section#header,
  body .bdn-whmcs-site-header {
    min-height: auto;
  }

  section#header .wdes-header,
  body .bdn-whmcs-site-header .wdes-header {
    height: auto !important;
    min-height: 76px !important;
    flex-wrap: wrap !important;
    padding: 12px 0 !important;
  }

  .bdn-whmcs-strip {
    display: none !important;
  }

  section#header .logo,
  body .bdn-whmcs-site-header .bdn-whmcs-logo {
    width: 230px !important;
    min-width: 230px !important;
    height: 56px !important;
  }

  section#header .logo img,
  body .bdn-whmcs-site-header .bdn-whmcs-logo img {
    width: 230px !important;
    max-width: 230px !important;
  }

  section#header .top-nav,
  body .bdn-whmcs-site-header .top-nav {
    min-height: 42px;
    gap: 18px !important;
  }

  body.bdn-transfer-page .bdn-transfer-primary-nav .container {
    height: auto !important;
    min-height: 42px !important;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .bdn-whmcs-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (max-width: 640px) {
  section#header .wdes-header,
  body .bdn-whmcs-site-header .wdes-header {
    display: block !important;
  }

  section#header .top-nav,
  body .bdn-whmcs-site-header .top-nav {
    justify-content: flex-start !important;
    min-height: 36px;
  }

  .bdn-whmcs-footer-grid {
    grid-template-columns: 1fr;
  }

  .wdes-wrap-login .logincontainer {
    padding: 34px 24px 30px !important;
  }

  .bdn-whmcs-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }
}

/* Production pass: real support strip, visible header actions, and cleaner auth pages. */
section#header,
body .bdn-whmcs-site-header {
  min-height: 106px !important;
  color: #ffffff !important;
  background: var(--bdn-header) !important;
}

.bdn-whmcs-strip {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  height: 30px !important;
  min-height: 30px !important;
  display: block !important;
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border-bottom: 1px solid rgba(17, 24, 32, 0.16) !important;
  pointer-events: auto !important;
}

.bdn-whmcs-strip .container {
  height: 30px !important;
  min-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #000000 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.bdn-whmcs-strip span {
  display: inline !important;
}

.bdn-whmcs-strip a {
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}

section#header .wdes-header,
body .bdn-whmcs-site-header .wdes-header {
  height: 76px !important;
  min-height: 76px !important;
  gap: 24px !important;
}

section#header .logo,
body .bdn-whmcs-site-header .bdn-whmcs-logo {
  height: 76px !important;
  min-width: 286px !important;
}

section#header .logo img,
body .bdn-whmcs-site-header .bdn-whmcs-logo img {
  width: 286px !important;
  max-width: 286px !important;
  max-height: 50px !important;
}

section#header .top-nav,
body .bdn-whmcs-site-header .top-nav {
  min-height: 76px !important;
  gap: 12px !important;
}

section#header .top-nav > li.bdn-clientarea-link > a,
section#header .top-nav > li.bdn-header-cart-link > a,
body .bdn-whmcs-site-header .top-nav > li.bdn-clientarea-link > a,
body .bdn-whmcs-site-header .top-nav > li.bdn-header-cart-link > a {
  min-width: 128px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

section#header .top-nav > li.bdn-header-cart-link > a,
body .bdn-whmcs-site-header .top-nav > li.bdn-header-cart-link > a {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border-color: var(--bdn-gold) !important;
}

section#header .top-nav > li.bdn-clientarea-link > a:hover,
section#header .top-nav > li.bdn-clientarea-link > a:focus,
body .bdn-whmcs-site-header .top-nav > li.bdn-clientarea-link > a:hover,
body .bdn-whmcs-site-header .top-nav > li.bdn-clientarea-link > a:focus {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border-color: var(--bdn-gold) !important;
}

section#header .top-nav > li.bdn-header-cart-link > a:hover,
section#header .top-nav > li.bdn-header-cart-link > a:focus,
body .bdn-whmcs-site-header .top-nav > li.bdn-header-cart-link > a:hover,
body .bdn-whmcs-site-header .top-nav > li.bdn-header-cart-link > a:focus {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

section#header .top-nav > li.bdn-clientarea-link > a i,
section#header .top-nav > li.bdn-header-cart-link > a i,
body .bdn-whmcs-site-header .top-nav > li.bdn-clientarea-link > a i,
body .bdn-whmcs-site-header .top-nav > li.bdn-header-cart-link > a i {
  color: currentColor !important;
  font-size: 17px !important;
}

body.wdes-page-login #main-body,
body.wdes-page-register #main-body,
body.wdes-page-pwreset #main-body {
  min-height: calc(100vh - 106px) !important;
  padding: 64px 0 84px !important;
  background: #f6f8f9 !important;
}

body.wdes-page-register #main-body .main-content,
body.wdes-page-pwreset #main-body .main-content {
  min-height: 0 !important;
  display: block !important;
  padding: 0 !important;
}

body.wdes-page-register .header-lined,
body.wdes-page-pwreset .header-lined {
  width: min(100%, 920px) !important;
  margin: 0 auto 24px !important;
}

body.wdes-page-register .header-lined h1,
body.wdes-page-pwreset .header-lined h1 {
  color: #000000 !important;
  font-size: 34px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

body.wdes-page-register .main-content > form,
body.wdes-page-register .main-content #registration,
body.wdes-page-register .main-content .panel,
body.wdes-page-pwreset .main-content > form,
body.wdes-page-pwreset .main-content .logincontainer {
  width: min(100%, 920px) !important;
  margin: 0 auto !important;
  padding: 40px 42px !important;
  color: var(--bdn-text) !important;
  background: #ffffff !important;
  border: 1px solid #d8e0e4 !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.12) !important;
}

body.wdes-page-register .sub-heading,
body.wdes-page-pwreset .sub-heading {
  margin: 30px 0 16px !important;
  padding: 0 0 10px !important;
  color: #000000 !important;
  border-bottom: 1px solid var(--bdn-line) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

body.wdes-page-register .sub-heading span,
body.wdes-page-pwreset .sub-heading span {
  padding: 0 !important;
  color: #000000 !important;
  background: transparent !important;
}

body.wdes-page-register label,
body.wdes-page-pwreset label {
  color: #334047 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.wdes-page-register .form-control,
body.wdes-page-register input[type="text"],
body.wdes-page-register input[type="email"],
body.wdes-page-register input[type="password"],
body.wdes-page-register input[type="tel"],
body.wdes-page-register select,
body.wdes-page-pwreset .form-control,
body.wdes-page-pwreset input[type="text"],
body.wdes-page-pwreset input[type="email"],
body.wdes-page-pwreset input[type="password"] {
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 14px !important;
  color: #111820 !important;
  background: #ffffff !important;
  border: 1px solid #94a0a6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 50px !important;
}

body.wdes-page-register textarea.form-control {
  height: auto !important;
  min-height: 110px !important;
  padding-top: 12px !important;
  line-height: 1.5 !important;
}

body.wdes-page-register .form-control:focus,
body.wdes-page-pwreset .form-control:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(22, 71, 95, 0.12) !important;
}

body.wdes-page-register .btn-primary,
body.wdes-page-register .btn-success,
body.wdes-page-register input[type="submit"],
body.wdes-page-pwreset .btn-primary,
body.wdes-page-pwreset input[type="submit"] {
  height: 50px !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.wdes-page-register .btn-primary:hover,
body.wdes-page-register .btn-primary:focus,
body.wdes-page-register input[type="submit"]:hover,
body.wdes-page-register input[type="submit"]:focus,
body.wdes-page-pwreset .btn-primary:hover,
body.wdes-page-pwreset .btn-primary:focus {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border-color: var(--bdn-gold) !important;
}

@media (max-width: 991px) {
  section#header,
  body .bdn-whmcs-site-header {
    min-height: auto !important;
  }

  .bdn-whmcs-strip {
    display: block !important;
    height: auto !important;
    min-height: 34px !important;
  }

  .bdn-whmcs-strip .container {
    height: auto !important;
    min-height: 34px !important;
    flex-wrap: wrap !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-align: center !important;
  }

  section#header .wdes-header,
  body .bdn-whmcs-site-header .wdes-header {
    min-height: 80px !important;
  }

  section#header .top-nav > li.bdn-clientarea-link > a,
  section#header .top-nav > li.bdn-header-cart-link > a,
  body .bdn-whmcs-site-header .top-nav > li.bdn-clientarea-link > a,
  body .bdn-whmcs-site-header .top-nav > li.bdn-header-cart-link > a {
    min-width: 118px !important;
    padding: 0 14px !important;
  }

  body.wdes-page-register .main-content > form,
  body.wdes-page-register .main-content #registration,
  body.wdes-page-register .main-content .panel,
  body.wdes-page-pwreset .main-content > form,
  body.wdes-page-pwreset .main-content .logincontainer {
    padding: 32px 24px !important;
  }
}

body.wdes-page-login .wdes-wrap-login {
  width: 520px !important;
  max-width: calc(100vw - 54px) !important;
}

body.wdes-page-login .wdes-wrap-login .logincontainer {
  width: 100% !important;
  max-width: none !important;
  padding: 46px 44px 38px !important;
}

body.wdes-page-login .wdes-wrap-login .form-control,
body.wdes-page-login .wdes-wrap-login #login {
  width: 100% !important;
}

body.wdes-page-register .wdes-register-title {
  margin: 0 0 28px !important;
  color: #000000 !important;
  font-size: 34px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

body.wdes-page-register .intl-tel-input,
body.wdes-page-register .iti {
  width: 100% !important;
}

@media (max-width: 640px) {
  body.wdes-page-login .wdes-wrap-login {
    max-width: calc(100vw - 30px) !important;
  }

  body.wdes-page-login .wdes-wrap-login .logincontainer {
    padding: 34px 24px 30px !important;
  }
}

/* TrustedHosting-style editable split auth pages. */
body.wdes-page-login,
body.wdes-page-register {
  min-height: 100vh !important;
  overflow-x: hidden !important;
  color: #09090b !important;
  background: #ffffff !important;
  font-family: var(--bdn-font) !important;
}

body.wdes-page-login section#header,
body.wdes-page-register section#header,
body.wdes-page-login .bdn-whmcs-footer,
body.wdes-page-register .bdn-whmcs-footer {
  display: none !important;
}

.bdn-auth-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(420px, 48vw) minmax(0, 1fr);
  background: #ffffff;
}

.bdn-auth-visual {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(252, 225, 170, 0.18), transparent 34%),
    linear-gradient(135deg, #071018 0%, #09090b 52%, #101820 100%);
}

.bdn-auth-visual::before,
.bdn-auth-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.bdn-auth-visual::before {
  right: -110px;
  top: 10%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.bdn-auth-visual::after {
  left: 46px;
  bottom: 52px;
  width: 180px;
  height: 180px;
  background: rgba(56, 189, 248, 0.1);
  filter: blur(2px);
}

.bdn-auth-brand,
.bdn-auth-eyebrow,
.bdn-auth-visual h1,
.bdn-auth-visual p,
.bdn-auth-points {
  position: relative;
  z-index: 2;
}

.bdn-auth-brand {
  width: 286px;
  max-width: 86%;
  display: block;
  margin: 0 0 72px;
}

.bdn-auth-brand img {
  width: 100%;
  max-height: 56px;
  display: block;
  object-fit: contain;
}

.bdn-auth-eyebrow {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  color: #09090b;
  background: var(--bdn-gold);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.bdn-auth-visual h1 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
}

.bdn-auth-visual p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.bdn-auth-points {
  display: grid;
  gap: 12px;
  max-width: 500px;
  margin-top: 38px;
}

.bdn-auth-points span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.bdn-auth-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--bdn-gold);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(252, 225, 170, 0.12);
}

.bdn-auth-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 28px;
  background: #ffffff;
}

.bdn-auth-content #main-body,
body.wdes-page-login #main-body,
body.wdes-page-register #main-body {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.bdn-auth-content #main-body > .container,
body.wdes-page-login #main-body > .container,
body.wdes-page-register #main-body > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.bdn-auth-content #main-body .row,
body.wdes-page-login #main-body .row,
body.wdes-page-register #main-body .row {
  display: block !important;
  margin: 0 !important;
}

.bdn-auth-content #main-body .main-content,
body.wdes-page-login #main-body .main-content,
body.wdes-page-register #main-body .main-content {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
}

body.wdes-page-login .wdes-wrap-login {
  width: 380px !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.wdes-page-login .wdes-wrap-login .logincontainer {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: #09090b !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bdn-auth-form-head {
  margin: 0 0 28px;
}

.bdn-auth-form-logo {
  width: 210px;
  max-width: 86%;
  display: inline-flex;
  margin: 0 0 38px;
  padding: 12px 14px;
  background: #111820;
  border-radius: 8px;
}

.bdn-auth-form-logo img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.bdn-auth-form-head h2 {
  margin: 0 0 9px;
  color: #09090b;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.bdn-auth-form-head p {
  margin: 0;
  color: #71717a;
  font-size: 14px;
  line-height: 1.55;
}

body.wdes-page-login .wdes-wrap-login .form-group {
  margin-bottom: 21px !important;
}

body.wdes-page-login .wdes-wrap-login label,
body.wdes-page-register label {
  margin: 0 0 8px !important;
  color: #09090b !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

body.wdes-page-login .wdes-wrap-login .form-control,
body.wdes-page-register .form-control,
body.wdes-page-register input[type="text"],
body.wdes-page-register input[type="email"],
body.wdes-page-register input[type="password"],
body.wdes-page-register input[type="tel"],
body.wdes-page-register select {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 13px !important;
  color: #09090b !important;
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 44px !important;
  font-weight: 400 !important;
}

body.wdes-page-login .wdes-wrap-login .form-control:focus,
body.wdes-page-register .form-control:focus,
body.wdes-page-register input:focus,
body.wdes-page-register select:focus {
  border-color: #09090b !important;
  box-shadow: 0 0 0 4px rgba(9, 9, 11, 0.1) !important;
}

body.wdes-page-login .wdes-wrap-login .checkbox {
  margin: 0 0 24px !important;
}

body.wdes-page-login .wdes-wrap-login .checkbox label {
  color: #3f3f46 !important;
  font-size: 13px !important;
}

body.wdes-page-login .wdes-wrap-login .wdes-btn-forget,
body.wdes-page-login .wdes-wrap-login .wdes-register,
body.wdes-page-register a {
  color: #09090b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.wdes-page-login .wdes-wrap-login #login,
body.wdes-page-register .btn-primary,
body.wdes-page-register .btn-success,
body.wdes-page-register input[type="submit"],
body.wdes-page-register button[type="submit"] {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  color: #ffffff !important;
  background: #09090b !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

body.wdes-page-login .wdes-wrap-login #login:hover,
body.wdes-page-login .wdes-wrap-login #login:focus,
body.wdes-page-register .btn-primary:hover,
body.wdes-page-register .btn-primary:focus,
body.wdes-page-register input[type="submit"]:hover,
body.wdes-page-register input[type="submit"]:focus,
body.wdes-page-register button[type="submit"]:hover,
body.wdes-page-register button[type="submit"]:focus {
  color: #ffffff !important;
  background: #27272a !important;
  border-color: #27272a !important;
}

body.wdes-page-login .wdes-wrap-login .wdes-register {
  margin-top: 24px !important;
}

body.wdes-page-register .main-content > form,
body.wdes-page-register .main-content #registration,
body.wdes-page-register .main-content .panel {
  width: 480px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #09090b !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.wdes-page-register .main-content > .row {
  width: 496px !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.wdes-page-register .main-content > .row > .col-md-8,
body.wdes-page-register .main-content > .row > .col-md-push-2,
body.wdes-page-register .main-content > .row > [class*="col-md-"] {
  left: auto !important;
  right: auto !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.wdes-page-register .wdes-wrap-register,
body.wdes-page-register #registration,
body.wdes-page-register #frmCheckout {
  width: 100% !important;
  max-width: 100% !important;
}

body.wdes-page-register .wdes-wrap-register {
  padding: 0 !important;
}

body.wdes-page-register .wdes-register-title {
  margin: 0 0 24px !important;
  color: #09090b !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

body.wdes-page-register .sub-heading {
  margin: 26px 0 14px !important;
  padding: 0 !important;
  color: #09090b !important;
  border: 0 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

body.wdes-page-register .sub-heading span {
  color: #09090b !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.wdes-page-register .row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

body.wdes-page-register [class*="col-"] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

body.wdes-page-register .form-group {
  margin-bottom: 18px !important;
}

body.wdes-page-register .field-icon,
body.wdes-page-register .field-icon i,
body.wdes-page-register i[class*="fa-"] {
  display: none !important;
}

body.wdes-page-register .prepend-icon .field,
body.wdes-page-register .prepend-icon .form-control {
  padding-left: 13px !important;
}

body.wdes-page-register .marketing-email-optin {
  display: none !important;
}

body.wdes-page-register .intl-tel-input,
body.wdes-page-register .iti {
  width: 100% !important;
}

section#header .top-nav i,
.bdn-whmcs-footer .wdes-back-to-top i,
.bdn-whmcs-footer .btn i {
  display: none !important;
}

.bdn-whmcs-footer .wdes-back-to-top {
  min-width: 112px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bdn-auth-layout {
    display: block;
  }

  .bdn-auth-visual {
    min-height: auto;
    padding: 30px 24px 34px;
  }

  .bdn-auth-brand {
    width: 230px;
    margin-bottom: 34px;
  }

  .bdn-auth-visual h1 {
    font-size: 34px;
  }

  .bdn-auth-content {
    min-height: auto;
    padding: 34px 20px 46px;
  }
}

@media (max-width: 640px) {
  body.wdes-page-login .wdes-wrap-login,
  body.wdes-page-register .main-content > form,
  body.wdes-page-register .main-content #registration,
  body.wdes-page-register .main-content .panel {
    width: 100% !important;
  }
}

/* Final auth/responsive correction for login and registration pages. */
body.wdes-page-login,
body.wdes-page-register {
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
}

body.wdes-page-login section#header,
body.wdes-page-register section#header,
body.wdes-page-login .bdn-whmcs-footer,
body.wdes-page-register .bdn-whmcs-footer {
  display: none !important;
}

body.wdes-page-login .bdn-auth-layout,
body.wdes-page-register .bdn-auth-layout {
  width: 100% !important;
  min-height: 100vh !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 45vw) minmax(0, 1fr) !important;
  overflow-x: hidden !important;
}

body.wdes-page-register .bdn-auth-layout {
  grid-template-columns: minmax(400px, 43vw) minmax(0, 1fr) !important;
}

body.wdes-page-login .bdn-auth-visual,
body.wdes-page-register .bdn-auth-visual {
  min-width: 0 !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 44px 48px !important;
}

body.wdes-page-register .bdn-auth-visual {
  justify-content: center !important;
  padding: 36px 48px !important;
}

body.wdes-page-login .bdn-auth-brand,
body.wdes-page-register .bdn-auth-brand {
  width: 320px !important;
  max-width: 76% !important;
  margin: 0 0 56px !important;
}

body.wdes-page-register .bdn-auth-brand {
  margin-bottom: 34px !important;
}

body.wdes-page-login .bdn-auth-visual h1,
body.wdes-page-register .bdn-auth-visual h1 {
  max-width: 520px !important;
  font-size: clamp(38px, 3.9vw, 64px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.wdes-page-register .bdn-auth-visual h1 {
  font-size: clamp(34px, 3.1vw, 52px) !important;
}

body.wdes-page-login .bdn-auth-visual p,
body.wdes-page-register .bdn-auth-visual p {
  max-width: 540px !important;
  margin-top: 16px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

body.wdes-page-register .bdn-auth-visual p {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.wdes-page-login .bdn-auth-points,
body.wdes-page-register .bdn-auth-points {
  margin-top: 34px !important;
  gap: 14px !important;
}

body.wdes-page-register .bdn-auth-points {
  margin-top: 24px !important;
}

body.wdes-page-login .bdn-auth-content,
body.wdes-page-register .bdn-auth-content {
  min-width: 0 !important;
  min-height: 100vh !important;
  align-items: center !important;
  padding: 44px 26px !important;
  overflow-x: hidden !important;
}

body.wdes-page-register .bdn-auth-content {
  align-items: flex-start !important;
  padding: 34px 26px 54px !important;
}

body.wdes-page-register .main-content {
  align-items: flex-start !important;
}

body.wdes-page-register .main-content > .row,
body.wdes-page-register .main-content > form,
body.wdes-page-register .main-content #registration,
body.wdes-page-register .main-content .panel,
body.wdes-page-register .wdes-wrap-register,
body.wdes-page-register #frmCheckout {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
}

body.wdes-page-register .wdes-register-title,
body.wdes-page-register .main-content h1,
body.wdes-page-register .main-content h2 {
  margin: 0 0 22px !important;
  color: #09090b !important;
  text-align: center !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.wdes-page-register .sub-heading {
  margin: 22px 0 12px !important;
}

body.wdes-page-register .form-group {
  margin-bottom: 16px !important;
}

body.wdes-page-register .row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

body.wdes-page-register .intl-tel-input,
body.wdes-page-register .iti,
body.wdes-page-register .intl-tel-input.allow-dropdown {
  width: 100% !important;
  display: block !important;
}

body.wdes-page-register .intl-tel-input .selected-flag,
body.wdes-page-register .iti__selected-flag,
body.wdes-page-register .iti__flag-container {
  height: 44px !important;
  min-height: 44px !important;
}

body.wdes-page-register .intl-tel-input .selected-flag,
body.wdes-page-register .iti__selected-flag {
  padding: 0 8px 0 12px !important;
}

body.wdes-page-register .intl-tel-input input[type="tel"],
body.wdes-page-register .iti input[type="tel"],
body.wdes-page-register input[name="phonenumber"],
body.wdes-page-register input#inputPhone {
  padding-left: 84px !important;
}

body.wdes-page-register select,
body.wdes-page-register input,
body.wdes-page-register .form-control {
  max-width: 100% !important;
  text-overflow: ellipsis !important;
}

body.wdes-page-register .prepend-icon .field,
body.wdes-page-register .prepend-icon .form-control {
  padding-left: 13px !important;
}

body.wdes-page-register .intl-tel-input.prepend-icon .field,
body.wdes-page-register .intl-tel-input .field,
body.wdes-page-register .iti .field {
  padding-left: 84px !important;
}

body.wdes-page-register .selected-dial-code,
body.wdes-page-register .iti__selected-dial-code {
  margin-left: 6px !important;
  margin-right: 8px !important;
}

/* Chrome visual polish pass: wider TrustedHosting-style auth forms. */
@media (min-width: 1025px) {
  body.wdes-page-register .bdn-auth-content {
    justify-content: center !important;
    padding: 32px 44px 60px !important;
  }

  body.wdes-page-register .main-content > .row,
  body.wdes-page-register .main-content > form,
  body.wdes-page-register .main-content #registration,
  body.wdes-page-register .main-content .panel,
  body.wdes-page-register .wdes-wrap-register,
  body.wdes-page-register #frmCheckout {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }

  body.wdes-page-register .bdn-auth-visual {
    padding-left: 72px !important;
    padding-right: 58px !important;
  }

  body.wdes-page-register .bdn-auth-brand {
    width: 390px !important;
    max-width: 82% !important;
    margin-bottom: 42px !important;
  }
}

body.wdes-page-register .wdes-register-title,
body.wdes-page-register .main-content h1,
body.wdes-page-register .main-content h2 {
  margin-bottom: 30px !important;
  font-size: 38px !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.wdes-page-register .sub-heading {
  margin: 30px 0 14px !important;
  color: #050b13 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.wdes-page-register .sub-heading span {
  font-size: 20px !important;
  font-weight: 800 !important;
}

body.wdes-page-register .row {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

body.wdes-page-register [class*="col-"] {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

body.wdes-page-register .form-group {
  margin-bottom: 22px !important;
}

body.wdes-page-register .form-control,
body.wdes-page-register input[type="text"],
body.wdes-page-register input[type="email"],
body.wdes-page-register input[type="password"],
body.wdes-page-register input[type="tel"],
body.wdes-page-register select {
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 20px !important;
  color: #050b13 !important;
  background: #ffffff !important;
  border: 1px solid #dce3ea !important;
  border-radius: 8px !important;
  font-size: 17px !important;
  line-height: 58px !important;
}

body.wdes-page-register .form-control:focus,
body.wdes-page-register input:focus,
body.wdes-page-register select:focus {
  border-color: #0b1118 !important;
  box-shadow: 0 0 0 5px rgba(11, 17, 24, 0.08) !important;
}

body.wdes-page-register .intl-tel-input .selected-flag,
body.wdes-page-register .iti__selected-flag,
body.wdes-page-register .iti__flag-container {
  height: 58px !important;
  min-height: 58px !important;
}

body.wdes-page-register .intl-tel-input .selected-flag,
body.wdes-page-register .iti__selected-flag {
  width: 104px !important;
  padding-left: 16px !important;
}

body.wdes-page-register .intl-tel-input input[type="tel"],
body.wdes-page-register .iti input[type="tel"],
body.wdes-page-register input[name="phonenumber"],
body.wdes-page-register input#inputPhone,
body.wdes-page-register .intl-tel-input.prepend-icon .field,
body.wdes-page-register .intl-tel-input .field,
body.wdes-page-register .iti .field {
  padding-left: 116px !important;
}

body.wdes-page-register .selected-dial-code,
body.wdes-page-register .iti__selected-dial-code {
  margin-left: 8px !important;
  margin-right: 12px !important;
  color: #050b13 !important;
  font-size: 16px !important;
}

body.wdes-page-register .btn-primary,
body.wdes-page-register .btn-success,
body.wdes-page-register input[type="submit"],
body.wdes-page-register button[type="submit"] {
  height: 58px !important;
  min-height: 58px !important;
  border-radius: 8px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.wdes-page-register .generate-password {
  min-height: 48px !important;
  padding: 0 20px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
}

body.wdes-page-register .password-strength-meter,
body.wdes-page-register .progress {
  height: 18px !important;
  min-height: 18px !important;
  margin-top: 8px !important;
  border-radius: 999px !important;
}

body.wdes-page-login .wdes-wrap-login {
  width: 440px !important;
}

body.wdes-page-login .wdes-wrap-login .form-control {
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 54px !important;
}

body.wdes-page-login .wdes-wrap-login #login {
  height: 54px !important;
  min-height: 54px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

@media (max-width: 680px) {
  body.wdes-page-register .wdes-register-title,
  body.wdes-page-register .main-content h1,
  body.wdes-page-register .main-content h2 {
    font-size: 30px !important;
  }

  body.wdes-page-register .sub-heading,
  body.wdes-page-register .sub-heading span {
    font-size: 17px !important;
  }

  body.wdes-page-register .form-control,
  body.wdes-page-register input[type="text"],
  body.wdes-page-register input[type="email"],
  body.wdes-page-register input[type="password"],
  body.wdes-page-register input[type="tel"],
  body.wdes-page-register select {
    height: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
    font-size: 16px !important;
  }

  body.wdes-page-register .intl-tel-input .selected-flag,
  body.wdes-page-register .iti__selected-flag,
  body.wdes-page-register .iti__flag-container {
    height: 52px !important;
    min-height: 52px !important;
  }
}

body.wdes-page-register .form-control-feedback,
body.wdes-page-register .input-group-addon,
body.wdes-page-register .field-icon,
body.wdes-page-register i[class*="fa"],
body.wdes-page-login i[class*="fa"] {
  display: none !important;
}

body.wdes-page-register .password-strength-meter,
body.wdes-page-register .progress {
  height: 20px !important;
  min-height: 20px !important;
  margin: 4px 0 0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

body.wdes-page-register .generate-password {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

@media (max-width: 1024px) {
  body.wdes-page-login .bdn-auth-layout,
  body.wdes-page-register .bdn-auth-layout {
    grid-template-columns: 1fr !important;
  }

  body.wdes-page-login .bdn-auth-visual,
  body.wdes-page-register .bdn-auth-visual {
    min-height: auto !important;
    justify-content: flex-start !important;
    padding: 30px 24px 34px !important;
  }

  body.wdes-page-login .bdn-auth-brand,
  body.wdes-page-register .bdn-auth-brand {
    width: 250px !important;
    margin-bottom: 26px !important;
  }

  body.wdes-page-login .bdn-auth-visual h1,
  body.wdes-page-register .bdn-auth-visual h1 {
    max-width: 680px !important;
    font-size: 34px !important;
  }

  body.wdes-page-login .bdn-auth-points,
  body.wdes-page-register .bdn-auth-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.wdes-page-login .bdn-auth-content,
  body.wdes-page-register .bdn-auth-content {
    min-height: auto !important;
    padding: 32px 18px 48px !important;
  }
}

@media (max-width: 680px) {
  body.wdes-page-login .bdn-auth-visual,
  body.wdes-page-register .bdn-auth-visual {
    padding: 24px 18px 28px !important;
  }

  body.wdes-page-login .bdn-auth-brand,
  body.wdes-page-register .bdn-auth-brand {
    width: 218px !important;
    max-width: 82% !important;
  }

  body.wdes-page-login .bdn-auth-visual h1,
  body.wdes-page-register .bdn-auth-visual h1 {
    font-size: 30px !important;
  }

  body.wdes-page-login .bdn-auth-visual p,
  body.wdes-page-register .bdn-auth-visual p {
    font-size: 15px !important;
  }

  body.wdes-page-login .bdn-auth-points,
  body.wdes-page-register .bdn-auth-points {
    grid-template-columns: 1fr !important;
  }

  body.wdes-page-register .main-content > .row,
  body.wdes-page-register .main-content > form,
  body.wdes-page-register .main-content #registration,
  body.wdes-page-register .main-content .panel,
  body.wdes-page-register .wdes-wrap-register,
  body.wdes-page-register #frmCheckout {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.wdes-page-register [class*="col-sm-"],
  body.wdes-page-register [class*="col-md-"],
  body.wdes-page-register [class*="col-lg-"] {
    width: 100% !important;
    float: none !important;
  }

  body.wdes-page-register .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.wdes-page-register [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* Final registration layout correction: keep brand and copy high and stable. */
@media (min-width: 1025px) {
  body.wdes-page-login .bdn-auth-layout,
  body.wdes-page-register .bdn-auth-layout {
    min-height: 100vh !important;
    grid-template-columns: minmax(420px, 44vw) minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  body.wdes-page-login .bdn-auth-visual,
  body.wdes-page-register .bdn-auth-visual {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    min-height: 720px !important;
    justify-content: flex-start !important;
    padding: clamp(54px, 8vh, 86px) 64px 48px !important;
    overflow: hidden !important;
  }

  body.wdes-page-register .bdn-auth-brand,
  body.wdes-page-login .bdn-auth-brand {
    width: 330px !important;
    max-width: 82% !important;
    margin: 0 0 42px !important;
  }

  body.wdes-page-register .bdn-auth-eyebrow,
  body.wdes-page-login .bdn-auth-eyebrow {
    margin-bottom: 22px !important;
  }

  body.wdes-page-register .bdn-auth-visual h1,
  body.wdes-page-login .bdn-auth-visual h1 {
    max-width: 560px !important;
    font-size: clamp(36px, 3.25vw, 56px) !important;
    line-height: 1.05 !important;
  }

  body.wdes-page-register .bdn-auth-visual p,
  body.wdes-page-login .bdn-auth-visual p {
    max-width: 560px !important;
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  body.wdes-page-register .bdn-auth-points,
  body.wdes-page-login .bdn-auth-points {
    margin-top: 28px !important;
  }

  body.wdes-page-register .bdn-auth-content {
    min-height: 100vh !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 44px 44px 64px !important;
    overflow-y: auto !important;
  }

  body.wdes-page-register .main-content > .row,
  body.wdes-page-register .main-content > form,
  body.wdes-page-register .main-content #registration,
  body.wdes-page-register .main-content .panel,
  body.wdes-page-register .wdes-wrap-register,
  body.wdes-page-register #frmCheckout {
    width: min(100%, 700px) !important;
    max-width: 700px !important;
  }

  body.wdes-page-register .wdes-register-title,
  body.wdes-page-register .main-content h1,
  body.wdes-page-register .main-content h2 {
    margin-bottom: 24px !important;
    font-size: 32px !important;
  }

  body.wdes-page-register .sub-heading,
  body.wdes-page-register .sub-heading span {
    font-size: 18px !important;
  }

  body.wdes-page-register .form-control,
  body.wdes-page-register input[type="text"],
  body.wdes-page-register input[type="email"],
  body.wdes-page-register input[type="password"],
  body.wdes-page-register input[type="tel"],
  body.wdes-page-register select {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 16px !important;
    line-height: 52px !important;
  }

  body.wdes-page-register .intl-tel-input .selected-flag,
  body.wdes-page-register .iti__selected-flag,
  body.wdes-page-register .iti__flag-container {
    height: 52px !important;
    min-height: 52px !important;
  }

  body.wdes-page-register .btn-primary,
  body.wdes-page-register .btn-success,
  body.wdes-page-register input[type="submit"],
  body.wdes-page-register button[type="submit"] {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 16px !important;
  }
}

/* Desktop auth pages: keep the dark brand panel fixed while long forms scroll. */
@media (min-width: 1025px) {
  body.wdes-page-login,
  body.wdes-page-register {
    min-height: 100vh !important;
    background: #fff !important;
    overflow-x: hidden !important;
  }

  body.wdes-page-login .bdn-auth-layout,
  body.wdes-page-register .bdn-auth-layout {
    display: block !important;
    min-height: 100vh !important;
    background: #fff !important;
    overflow: visible !important;
  }

  body.wdes-page-login .bdn-auth-visual,
  body.wdes-page-register .bdn-auth-visual {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: 44vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    z-index: 1 !important;
    justify-content: flex-start !important;
    padding: clamp(54px, 8vh, 86px) 64px 48px !important;
    overflow: hidden !important;
  }

  body.wdes-page-login .bdn-auth-content,
  body.wdes-page-register .bdn-auth-content {
    width: 56vw !important;
    max-width: 56vw !important;
    min-height: 100vh !important;
    margin-left: 44vw !important;
    padding: 44px 44px 64px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.wdes-page-login #main-body,
  body.wdes-page-register #main-body {
    min-height: 100vh !important;
  }
}

@media (min-width: 1025px) and (max-width: 1240px) {
  body.wdes-page-login .bdn-auth-visual,
  body.wdes-page-register .bdn-auth-visual {
    width: 42vw !important;
    padding-left: 44px !important;
    padding-right: 36px !important;
  }

  body.wdes-page-login .bdn-auth-content,
  body.wdes-page-register .bdn-auth-content {
    width: 58vw !important;
    max-width: 58vw !important;
    margin-left: 42vw !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Password reset uses the same clean split client-area layout. */
body.wdes-page-pwreset section#header,
body.wdes-page-pwreset .bdn-whmcs-footer {
  display: none !important;
}

body.wdes-page-pwreset #main-body {
  min-height: 100vh !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body.wdes-page-pwreset #main-body > .container,
body.wdes-page-pwreset #main-body .row,
body.wdes-page-pwreset #main-body .main-content {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.wdes-page-pwreset .header-lined {
  width: min(100%, 520px) !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}

body.wdes-page-pwreset .header-lined h1 {
  margin: 0 !important;
  color: #020a17 !important;
  font-size: 38px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

body.wdes-page-pwreset .header-lined small {
  display: block !important;
  max-width: 460px !important;
  margin: 12px auto 0 !important;
  color: #4b5c68 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

body.wdes-page-pwreset .main-content > form,
body.wdes-page-pwreset .main-content .logincontainer {
  width: min(100%, 520px) !important;
  margin: 0 auto !important;
  padding: 34px !important;
  background: #ffffff !important;
  border: 1px solid #dfe5ea !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(12, 25, 38, 0.1) !important;
}

body.wdes-page-pwreset .form-control,
body.wdes-page-pwreset input[type="email"],
body.wdes-page-pwreset input[type="text"],
body.wdes-page-pwreset input[type="password"] {
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 16px !important;
  border: 1px solid #d9e0e5 !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  line-height: 52px !important;
}

body.wdes-page-pwreset .btn-primary,
body.wdes-page-pwreset input[type="submit"] {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

@media (min-width: 1025px) {
  body.wdes-page-pwreset,
  body.wdes-page-pwreset .bdn-auth-layout {
    min-height: 100vh !important;
    overflow-x: hidden !important;
  }

  body.wdes-page-pwreset .bdn-auth-layout {
    display: block !important;
    background: #ffffff !important;
  }

  body.wdes-page-pwreset .bdn-auth-visual {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: 44vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    z-index: 1 !important;
    justify-content: flex-start !important;
    padding: clamp(54px, 8vh, 86px) 64px 48px !important;
    overflow: hidden !important;
  }

  body.wdes-page-pwreset .bdn-auth-content {
    width: 56vw !important;
    max-width: 56vw !important;
    min-height: 100vh !important;
    margin-left: 44vw !important;
    padding: 70px 44px 64px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 1025px) and (max-width: 1240px) {
  body.wdes-page-pwreset .bdn-auth-visual {
    width: 42vw !important;
    padding-left: 44px !important;
    padding-right: 36px !important;
  }

  body.wdes-page-pwreset .bdn-auth-content {
    width: 58vw !important;
    max-width: 58vw !important;
    margin-left: 42vw !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 1024px) {
  body.wdes-page-pwreset .bdn-auth-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.wdes-page-pwreset .bdn-auth-content {
    padding: 32px 18px 48px !important;
  }
}
