/* ===== Page Theme Variables ===== */
.opt-page[data-page-id="3"],
[data-page-id="3"] {
  --page-font-family: Outfit, DM Sans, Arial, sans-serif;
  --page-brand: BizPower Benefits;
  --page-colors: {"border":"#D1FAE5","background":"#F0FFF7","text":"#1E1E1E","accentDark":"#2E6047","muted":"#3D3E3E","accent":"#20A462"};
}

html, body {
  margin: 0;
  min-height: 100%;
  background: #f0fff7;
}

.bp360-login-page {
  min-height: 100vh;
  background: #f0fff7;
}

.bp360-login-region {
  min-height: 100vh;
}


/* ===== PageSection 17 : BPB-LOGIN-AUTH ===== */
@import url("https://www.bizpowerbenefits.com/wp-content/uploads/elementor/google-fonts/css/outfit.css");

.bpb-auth {
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #f0fff7;
  color: #1e1e1e;
  font-family: "Outfit", "DM Sans", Arial, sans-serif;
  padding: 28px clamp(20px, 4vw, 64px) 48px;
}

.bpb-auth::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.bizpowerbenefits.com/wp-content/uploads/2025/06/Group-471.png");
  background-repeat: no-repeat;
  background-position: right -72px top -92px;
  background-size: min(760px, 62vw) auto;
  pointer-events: none;
}

.bpb-auth__topbar,
.bpb-auth__wrap {
  position: relative;
  z-index: 1;
}

.bpb-auth__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto 52px;
}

.bpb-auth__logo {
  display: block;
  width: 157px;
  height: auto;
}

.bpb-auth__site-link {
  color: #2e6047;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.bpb-auth__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 440px);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  max-width: 1180px;
  min-height: calc(100vh - 178px);
  margin: 0 auto;
}

.bpb-auth__copy {
  max-width: 640px;
}

.bpb-auth__eyebrow {
  margin: 0 0 16px;
  color: #2e6047;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bpb-auth h1 {
  margin: 0;
  color: #1e1e1e;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.bpb-auth h1 span {
  color: #2e6047;
}

.bpb-auth__lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: #3d3e3e;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42;
}

.bpb-auth__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.bpb-auth__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d1fae5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2.78px 9.26px rgba(0, 0, 0, 0.10);
}

.bpb-auth__panel {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d1fae5;
  border-radius: 14px;
  background: #ffffff;
  padding: clamp(26px, 4vw, 38px);
  box-shadow: 0 18px 44px rgba(30, 30, 30, 0.12);
}

.bpb-auth__panel-head p {
  margin: 0 0 8px;
  color: #20a462;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.bpb-auth__panel-head h2 {
  margin: 0 0 26px;
  color: #1e1e1e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.bpb-auth__step {
  display: grid;
  gap: 12px;
}

.bpb-auth__step[hidden] {
  display: none;
}

.bpb-auth label {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500;
}

.bpb-auth input {
  box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  border: 1px solid #d1fae5;
  border-radius: 10px;
  background: #fcfffd;
  color: #1e1e1e;
  font: 500 17px/1.2 "Outfit", "DM Sans", Arial, sans-serif;
  padding: 0 16px;
  outline: none;
}

.bpb-auth input:focus {
  border-color: #20a462;
  box-shadow: 0 0 0 4px rgba(32, 164, 98, 0.14);
}

.bpb-auth__button {
  width: 100%;
  min-height: 60px;
  border: 2px solid #20a462;
  border-radius: 10px;
  background: #ffffff;
  color: #20a462;
  cursor: pointer;
  font: 500 18px/1 "Outfit", "DM Sans", Arial, sans-serif;
  padding: 0 24px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.bpb-auth__button:hover,
.bpb-auth__button:focus {
  background: #20a462;
  color: #ffffff;
}

.bpb-auth__button:active {
  transform: translateY(1px);
}

.bpb-auth__button[disabled] {
  cursor: wait;
  opacity: 0.68;
}

.bpb-auth__secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 2px;
}

.bpb-auth__secondary-actions button {
  border: 0;
  background: transparent;
  color: #2e6047;
  cursor: pointer;
  font: 500 14px/1.3 "Outfit", "DM Sans", Arial, sans-serif;
  padding: 4px 0;
}

.bpb-auth__status {
  min-height: 22px;
  margin: 18px 0 0;
  color: #3d3e3e;
  font-size: 15px;
  line-height: 1.45;
}

.bpb-auth__status.is-error {
  color: #b42318;
}

.bpb-auth__status.is-success {
  color: #2e6047;
}

.bpb-auth__fineprint {
  margin: 16px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .bpb-auth {
    padding: 22px 20px 38px;
  }

  .bpb-auth::before {
    opacity: 0.38;
    background-position: right -220px top -40px;
    background-size: 640px auto;
  }

  .bpb-auth__topbar {
    margin-bottom: 34px;
  }

  .bpb-auth__wrap {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bpb-auth__lead {
    font-size: 18px;
  }

  .bpb-auth__panel {
    max-width: 520px;
  }
}

@media (max-width: 520px) {
  .bpb-auth__topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .bpb-auth__proof {
    gap: 10px;
  }

  .bpb-auth__proof span {
    width: 100%;
  }

  .bpb-auth__panel-head h2 {
    font-size: 26px;
  }
}