/**
 * SalesMonster Login page — dark split layout with top-left logo.
 * Scoped to body.customers_login.login-salesmonster so register/minimal UI stay untouched.
 */

body.customers_login.login-salesmonster {
  --sml-bg: #020506;
  --sml-panel: #081116;
  --sml-panel2: #0b151a;
  --sml-line: #1f3036;
  --sml-text: #f5f7f8;
  --sml-muted: #abb5b9;
  --sml-green: #8cff00;
  --sml-green2: #4dd000;
  background:
    radial-gradient(circle at 18% 35%, rgba(97, 255, 20, 0.11), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(0, 120, 80, 0.1), transparent 30%),
    linear-gradient(120deg, #010405, #07100d 45%, #020607);
  color: var(--sml-text);
  font-family: Inter, Arial, sans-serif;
  min-height: 100vh;
  padding-bottom: 56px;
}

body.customers_login.login-salesmonster .navbar.header,
body.customers_login.login-salesmonster .customer-top-submenu,
body.customers_login.login-salesmonster > .footer,
body.customers_login.login-salesmonster .footer {
  display: none !important;
}

body.customers_login.login-salesmonster #wrapper,
body.customers_login.login-salesmonster #content {
  background: transparent !important;
  min-height: 0;
}

body.customers_login.login-salesmonster #content {
  padding: 0 !important;
  margin: 0 !important;
}

body.customers_login.login-salesmonster #content > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.customers_login.login-salesmonster #content > .container > .row {
  margin: 0 !important;
}

body.customers_login.login-salesmonster #content > .container > .row > [class*="col-"],
body.customers_login.login-salesmonster .sml-root {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.customers_login.login-salesmonster .sml-alerts {
  max-width: 960px;
  margin: 12px auto 0;
  padding: 0 20px;
}

/* —— Topbar —— */
body.customers_login.login-salesmonster .sml-topbar {
  height: 100px;
  display: grid;
  grid-template-columns: minmax(220px, 390px) 1fr;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  border-bottom: 1px solid #152026;
  background: #020506;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-logo-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 88px;
  overflow: visible;
}

body.customers_login.login-salesmonster .sml-logo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
}

body.customers_login.login-salesmonster .sml-main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item {
  color: #d6dcdf;
  text-decoration: none;
  padding: 13px 16px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item:hover {
  color: var(--sml-green);
  background: rgba(140, 255, 0, 0.06);
  border-color: rgba(140, 255, 0, 0.25);
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-register {
  background: transparent;
  color: var(--sml-green);
  border-color: rgba(140, 255, 0, 0.55);
  padding: 13px 16px;
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-register:hover,
body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-register:focus {
  background: rgba(140, 255, 0, 0.1);
  color: var(--sml-green);
  border-color: rgba(140, 255, 0, 0.8);
  box-shadow: 0 0 18px rgba(140, 255, 0, 0.12);
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-login {
  background: linear-gradient(90deg, #57d500, #8aff1c) !important;
  color: #071006 !important;
  font-weight: 700;
  padding: 13px 16px;
  margin-left: 4px;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(88, 223, 0, 0.22);
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-login:hover,
body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-login:focus,
body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-login.sml-active {
  background: linear-gradient(90deg, #63e600, #97ff33) !important;
  color: #071006 !important;
  filter: brightness(1.05);
}

body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-login i {
  font-size: 14px;
  color: #071006;
}

body.customers_login.login-salesmonster .sml-page {
  min-height: calc(100vh - 156px);
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 24px;
  padding: 26px 30px 18px;
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-brand-side {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  border-radius: 24px;
  padding: 20px 20px 210px;
  background:
    radial-gradient(circle at 32% 34%, rgba(107, 255, 22, 0.12), transparent 24%),
    linear-gradient(180deg, #020806, #06100a 55%, #020607);
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-hero-copy {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 12px;
  z-index: 8;
  text-align: center;
  margin: 0;
}

body.customers_login.login-salesmonster .sml-hero-copy > span {
  color: var(--sml-green);
  font-family: Oswald, Impact, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

body.customers_login.login-salesmonster .sml-hero-copy h1 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 46px;
  line-height: 0.96;
  margin: 4px 0 8px;
  letter-spacing: 0.2px;
  color: var(--sml-text);
}

body.customers_login.login-salesmonster .sml-hero-copy p {
  font-size: 15px;
  margin: 0;
  color: #e2e7e9;
}

body.customers_login.login-salesmonster .sml-hero-copy strong {
  color: var(--sml-green);
}

body.customers_login.login-salesmonster .sml-visual-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  height: 420px;
  overflow: hidden;
}

body.customers_login.login-salesmonster .sml-visual-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 0.99;
}

body.customers_login.login-salesmonster .sml-feature-strip {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(140, 255, 0, 0.28);
  border-radius: 16px;
  background: rgba(4, 12, 14, 0.95);
  overflow: hidden;
  z-index: 10;
}

body.customers_login.login-salesmonster .sml-feature-strip article {
  padding: 18px 16px;
  text-align: center;
}

body.customers_login.login-salesmonster .sml-feature-strip article + article {
  border-left: 1px solid #26352b;
}

body.customers_login.login-salesmonster .sml-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--sml-green);
  border: 1px solid rgba(140, 255, 0, 0.32);
  background: rgba(140, 255, 0, 0.04);
  font-weight: 800;
  font-size: 14px;
}

body.customers_login.login-salesmonster .sml-feature-strip strong {
  display: block;
  color: var(--sml-green);
  font-size: 12px;
}

body.customers_login.login-salesmonster .sml-feature-strip p {
  font-size: 11px;
  color: #d2d9dc;
  line-height: 1.5;
  margin: 6px 0 0;
}

body.customers_login.login-salesmonster .sml-quote {
  display: none !important;
}

body.customers_login.login-salesmonster .sml-form-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-login-card {
  width: min(660px, 100%);
  padding: 20px 30px 20px;
  border-radius: 24px;
  border: 1px solid rgba(140, 255, 0, 0.34);
  background: linear-gradient(180deg, rgba(8, 18, 23, 0.98), rgba(4, 11, 14, 0.98));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.025);
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-welcome {
  text-align: center;
  color: var(--sml-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

body.customers_login.login-salesmonster .sml-login-card > h2 {
  text-align: center;
  font-size: 38px;
  margin: 0;
  color: var(--sml-text);
  font-weight: 700;
  line-height: 1.15;
}

body.customers_login.login-salesmonster .sml-login-card > h2 span {
  color: var(--sml-green);
}

body.customers_login.login-salesmonster .sml-sub {
  text-align: center;
  color: #c7d0d3;
  font-size: 13px;
  margin: 12px 0 28px;
}

body.customers_login.login-salesmonster .sml-sub strong {
  color: var(--sml-green);
}

body.customers_login.login-salesmonster .sml-login-card form label,
body.customers_login.login-salesmonster .sml-field > label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--sml-text);
}

body.customers_login.login-salesmonster .sml-field {
  margin-bottom: 0;
}

body.customers_login.login-salesmonster .sml-field .text-danger,
body.customers_login.login-salesmonster .sml-field .help-block {
  color: #ff6b6b !important;
  font-size: 12px;
  margin-top: 6px;
}

body.customers_login.login-salesmonster .sml-input-wrap {
  height: 55px;
  border: 1px solid #405058;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  background: #071015;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

body.customers_login.login-salesmonster .sml-input-wrap:focus-within {
  border-color: rgba(140, 255, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(140, 255, 0, 0.06);
}

body.customers_login.login-salesmonster .sml-input-wrap > i,
body.customers_login.login-salesmonster .sml-input-wrap > .sml-input-icon {
  color: var(--sml-green);
  text-align: center;
  font-size: 16px;
  width: 44px;
}

body.customers_login.login-salesmonster .sml-input-wrap .form-control,
body.customers_login.login-salesmonster .sml-input-wrap input {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #071015 !important;
  background-color: #071015 !important;
  color: #fff !important;
  height: 100% !important;
  font: 500 14px Inter, Arial, sans-serif !important;
  padding: 0 8px 0 0 !important;
  border-radius: 0 !important;
  caret-color: #fff;
  color-scheme: only light;
}

/* Kill browser autofill tint — always match default dark field */
@keyframes sml-autofill-dark {
  to {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: #071015;
    background-color: #071015;
  }
}

body.customers_login.login-salesmonster .sml-input-wrap input:-webkit-autofill,
body.customers_login.login-salesmonster .sml-input-wrap input:-webkit-autofill:hover,
body.customers_login.login-salesmonster .sml-input-wrap input:-webkit-autofill:focus,
body.customers_login.login-salesmonster .sml-input-wrap input:-webkit-autofill:active,
body.customers_login.login-salesmonster .sml-input-wrap input:autofill,
body.customers_login.login-salesmonster .sml-input-wrap input:autofill:hover,
body.customers_login.login-salesmonster .sml-input-wrap input:autofill:focus,
body.customers_login.login-salesmonster .sml-input-wrap input:-moz-autofill,
body.customers_login.login-salesmonster .sml-input-wrap .form-control:-webkit-autofill,
body.customers_login.login-salesmonster .sml-input-wrap .form-control:-webkit-autofill:hover,
body.customers_login.login-salesmonster .sml-input-wrap .form-control:-webkit-autofill:focus,
body.customers_login.login-salesmonster .sml-input-wrap .form-control:-webkit-autofill:active,
body.customers_login.login-salesmonster .sml-input-wrap .form-control:autofill,
body.customers_login.login-salesmonster .sml-input-wrap .form-control:-moz-autofill {
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  caret-color: #fff !important;
  transition: background-color 99999s ease-in-out 0s !important;
  animation: sml-autofill-dark 0.001s forwards !important;
  box-shadow: inset 0 0 0 1000px #071015 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #071015 !important;
  background: #071015 !important;
  background-color: #071015 !important;
  background-image: none !important;
  border: 0 !important;
  filter: none !important;
  outline: 0 !important;
}

body.customers_login.login-salesmonster .sml-input-wrap:has(input:-webkit-autofill),
body.customers_login.login-salesmonster .sml-input-wrap:has(input:autofill) {
  background: #071015 !important;
}

body.customers_login.login-salesmonster .sml-input-wrap .form-control::placeholder,
body.customers_login.login-salesmonster .sml-input-wrap input::placeholder {
  color: #556066 !important;
  opacity: 0.55 !important;
  -webkit-text-fill-color: #556066 !important;
}

body.customers_login.login-salesmonster .sml-input-wrap .form-control::-webkit-input-placeholder,
body.customers_login.login-salesmonster .sml-input-wrap input::-webkit-input-placeholder {
  color: #556066 !important;
  opacity: 0.55 !important;
  -webkit-text-fill-color: #556066 !important;
}

body.customers_login.login-salesmonster .sml-eye {
  border: 0;
  background: none;
  color: #d0d6d9;
  padding: 0 14px;
  font-size: 15px;
  cursor: pointer;
  line-height: 1;
}

body.customers_login.login-salesmonster .sml-eye:hover {
  color: var(--sml-green);
}

body.customers_login.login-salesmonster .sml-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  gap: 12px;
  flex-wrap: wrap;
}

body.customers_login.login-salesmonster .sml-check {
  display: flex !important;
  align-items: center;
  gap: 8px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  color: #d3d9dc;
  cursor: pointer;
}

body.customers_login.login-salesmonster .sml-check input {
  accent-color: var(--sml-green);
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
}

body.customers_login.login-salesmonster .sml-check label {
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 13px;
  color: #d3d9dc;
  cursor: pointer;
}

body.customers_login.login-salesmonster .sml-row a,
body.customers_login.login-salesmonster .sml-create a,
body.customers_login.login-salesmonster .sml-page-footer a {
  color: var(--sml-green);
  text-decoration: none;
  font-size: 12px;
}

body.customers_login.login-salesmonster .sml-row a:hover,
body.customers_login.login-salesmonster .sml-create a:hover,
body.customers_login.login-salesmonster .sml-page-footer a:hover {
  text-decoration: underline;
}

body.customers_login.login-salesmonster .sml-recaptcha {
  margin: 8px 0 16px;
}

body.customers_login.login-salesmonster .sml-login-btn,
body.customers_login.login-salesmonster #login-submit-btn {
  margin-top: 22px;
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(90deg, #64e000, #93ff16);
  color: #061006;
  font: 800 16px Inter, Arial, sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: none;
  padding: 0 16px;
}

body.customers_login.login-salesmonster .sml-login-btn:hover,
body.customers_login.login-salesmonster #login-submit-btn:hover,
body.customers_login.login-salesmonster .sml-login-btn:focus,
body.customers_login.login-salesmonster #login-submit-btn:focus {
  background: linear-gradient(90deg, #6ef000, #a0ff28);
  color: #061006;
  outline: none;
}

body.customers_login.login-salesmonster .sml-login-btn b,
body.customers_login.login-salesmonster #login-submit-btn b {
  font-size: 22px;
  font-weight: 800;
}

body.customers_login.login-salesmonster .sml-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 17px 0;
}

body.customers_login.login-salesmonster .sml-divider:before,
body.customers_login.login-salesmonster .sml-divider:after {
  content: "";
  height: 1px;
  flex: 1;
  background: #334046;
}

body.customers_login.login-salesmonster .sml-divider span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #445158;
  display: grid;
  place-items: center;
  color: #d8dfe1;
  font-size: 11px;
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-twofa {
  border: 1px solid #263a40;
  border-radius: 13px;
  padding: 18px 18px 14px;
  background: #071015;
}

body.customers_login.login-salesmonster .sml-twofa-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: start;
}

body.customers_login.login-salesmonster .sml-shield {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--sml-green);
  border: 1px solid rgba(140, 255, 0, 0.3);
  background: rgba(140, 255, 0, 0.04);
  font-size: 18px;
}

body.customers_login.login-salesmonster .sml-twofa h3 {
  margin: 2px 0 6px;
  font-size: 17px;
  color: var(--sml-text);
  font-weight: 700;
}

body.customers_login.login-salesmonster .sml-twofa p {
  margin: 0;
  color: #b9c2c6;
  font-size: 12px;
  line-height: 1.5;
}

body.customers_login.login-salesmonster .sml-code-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 18px 0;
}

body.customers_login.login-salesmonster .sml-code-grid input {
  height: 58px;
  min-width: 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #425058;
  background: #081117;
  color: #fff;
  font: 700 24px Inter, Arial, sans-serif;
  outline: 0;
  box-shadow: none;
  padding: 0;
}

body.customers_login.login-salesmonster .sml-code-grid input:focus {
  border-color: var(--sml-green);
  box-shadow: 0 0 0 3px rgba(140, 255, 0, 0.06);
}

body.customers_login.login-salesmonster .sml-trust {
  margin: 0 0 17px !important;
}

body.customers_login.login-salesmonster .sml-verify-btn {
  width: 100%;
  height: 52px;
  border-radius: 9px;
  border: 1px solid rgba(140, 255, 0, 0.62);
  background: #04090c;
  color: #fff;
  font: 700 15px Inter, Arial, sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.customers_login.login-salesmonster .sml-verify-btn:hover,
body.customers_login.login-salesmonster .sml-verify-btn:focus {
  background: #0a1218;
  color: #fff;
  outline: none;
}

body.customers_login.login-salesmonster .sml-create {
  text-align: center;
  color: #d0d6d9;
  font-size: 12px;
  margin: 18px 0 0;
}

body.customers_login.login-salesmonster .sml-page-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 0 26px;
  border-top: 1px solid #1d2a30;
  background: #020506;
  color: #aab3b7;
  font-size: 11px;
  z-index: 20;
  box-sizing: border-box;
}

body.customers_login.login-salesmonster .sml-page-footer div:nth-child(2) {
  text-align: center;
}

body.customers_login.login-salesmonster .sml-page-footer div:nth-child(3) {
  text-align: right;
}

@media (max-width: 1180px) {
  body.customers_login.login-salesmonster {
    padding-bottom: 0;
  }

  body.customers_login.login-salesmonster .sml-topbar {
    grid-template-columns: minmax(180px, 280px) 1fr;
    height: auto;
    min-height: 88px;
    padding: 12px 18px;
  }

  body.customers_login.login-salesmonster .sml-page {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  body.customers_login.login-salesmonster .sml-brand-side {
    min-height: 820px;
  }

  body.customers_login.login-salesmonster .sml-hero-copy {
    top: 40px;
    left: 24px;
    right: 24px;
  }

  body.customers_login.login-salesmonster .sml-visual-wrap {
    top: 210px;
    height: 400px;
  }

  body.customers_login.login-salesmonster .sml-form-side {
    padding: 0 0 25px;
  }

  body.customers_login.login-salesmonster .sml-feature-strip {
    grid-template-columns: 1fr 1fr;
  }

  body.customers_login.login-salesmonster .sml-feature-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #26352b;
  }

  body.customers_login.login-salesmonster .sml-feature-strip article:nth-child(4) {
    border-top: 1px solid #26352b;
  }

  body.customers_login.login-salesmonster .sml-page-footer {
    position: static;
    height: auto;
    padding: 16px;
    gap: 10px;
  }
}

@media (max-width: 680px) {
  body.customers_login.login-salesmonster .sml-topbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px 16px;
  }

  body.customers_login.login-salesmonster .sml-logo-wrap {
    max-width: 260px;
    height: auto;
  }

  body.customers_login.login-salesmonster .sml-logo-wrap img {
    max-height: 72px;
  }

  body.customers_login.login-salesmonster .sml-main-nav {
    justify-content: flex-start;
    gap: 6px;
  }

  body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item {
    padding: 8px 12px;
    font-size: 13px;
  }

  body.customers_login.login-salesmonster .sml-main-nav .sml-nav-item-login {
    margin-left: 0;
  }

  body.customers_login.login-salesmonster .sml-hero-copy {
    top: 36px;
    left: 18px;
    right: 18px;
  }

  body.customers_login.login-salesmonster .sml-hero-copy h1 {
    font-size: 36px;
  }

  body.customers_login.login-salesmonster .sml-visual-wrap {
    top: 200px;
    height: 350px;
  }

  body.customers_login.login-salesmonster .sml-brand-side {
    padding-bottom: 260px;
    min-height: 860px;
  }

  body.customers_login.login-salesmonster .sml-feature-strip {
    grid-template-columns: 1fr 1fr;
    bottom: 140px;
  }

  body.customers_login.login-salesmonster .sml-login-card {
    padding: 26px 18px;
  }

  body.customers_login.login-salesmonster .sml-login-card > h2 {
    font-size: 28px;
  }

  body.customers_login.login-salesmonster .sml-code-grid {
    gap: 7px;
  }

  body.customers_login.login-salesmonster .sml-code-grid input {
    height: 50px;
    font-size: 20px;
  }

  body.customers_login.login-salesmonster .sml-page-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.customers_login.login-salesmonster .sml-page-footer div:nth-child(2),
  body.customers_login.login-salesmonster .sml-page-footer div:nth-child(3) {
    text-align: center;
  }
}
