
.b2b-btn,
.b2b3-auth__form-shell .button,
.b2b3-auth__form-shell .b2b-btn {
  width: 100%;
  padding: 12px 18px;
  background: var(--btnbg-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 10px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(217, 119, 6, 0.22);
}

.b2b-btn:hover,
.b2b3-auth__form-shell .button:hover,
.b2b3-auth__form-shell .b2b-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(217, 119, 6, 0.28);
}

.b2b3-auth {
  min-height: 100vh;
  height: 100%;
  background:
    radial-gradient(circle at top right, rgba(30, 58, 95, 0.12), transparent 34%),
    linear-gradient(180deg, #eef2f7 0%, #e2e8f0 100%);
}

.b2b3-auth__layout {
  min-height: 100vh;
   height: 100%;
}

.b2b3-auth__hero {
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  overflow: hidden;
}

.b2b3-auth__hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 58, 95, 0.82) 55%, rgba(51, 78, 104, 0.72) 100%);
}

.b2b3-auth__hero-copy {
  position: relative;
  z-index: 1;
  color: var(--white-color);
  padding: 56px;
  max-width: 620px;
}

.b2b3-auth__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.b2b3-auth__hero-copy h1 {
  color: var(--white-color);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 16px;
}

.b2b3-auth__hero-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.b2b3-auth__highlights {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.b2b3-auth__highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 600;
}

.b2b3-auth__highlights i {
  color: var(--amber-bright);
}

.b2b3-auth__panel {
  width: 50%;
  padding: 48px;
  display: flex;
/*  align-items: center;*/
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.b2b3-auth__panel-inner {
  width: min(100%, 460px);
}

.b2b3-auth__panel-head {
  text-align: center;
  margin-bottom: 28px;
}

.b2b3-auth__logo {
  max-width: 180px;
  margin: 0 auto 18px;
}

.b2b3-auth__panel-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy-mid);
}

.b2b3-auth__form-shell {
  background: var(--white-color);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.b2b3-auth__form-shell input[type="text"],
.b2b3-auth__form-shell input[type="email"],
.b2b3-auth__form-shell input[type="password"] {
  width: 100%;
  border: 1px solid var(--graylight-color);
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--bg-color);
}

.b2b3-auth__form-shell input:focus {
  outline: none;
  border-color: var(--navy-mid);
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.12);
}

.b2b-form-box {
  margin-top: 24px;
}

.b2b-form-btn p {
  text-align: center;
  margin-top: 24px;
}

.b2b-form-btn p a,
.b2b-forgot a {
  color: var(--navy-mid);
  font-weight: 600;
  text-decoration: none;
}

.b2b-form-btn p a:hover,
.b2b-forgot a:hover {
  color: var(--btnbg-color);
}

.page-template-signup-page,
.page-template-signup-page .b2b-wrapper,
.page-template-signup-page .b2b3-auth__layout {
  height: 100%;
}

.page-template-signup-page .b2b3-auth__panel {
  overflow-y: auto;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .b2b3-auth__hero-copy,
  .b2b3-auth__panel {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .b2b3-auth__hero,
  .b2b3-auth__panel {
    width: 100%;
  }

  .b2b3-auth__hero-copy {
    padding: 24px;
  }

  .b2b3-auth__panel {
    padding: 20px;
    height: auto;
  }

  .page-template-signup-page .b2b3-auth__panel {
    height: auto;
  }
}
