body.alobiz-login-v2-active {
  --alo-v2-ink: #10202c;
  --alo-v2-muted: #657683;
  --alo-v2-line: rgba(16, 32, 44, .1);
  --alo-v2-blue: #08779b;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f2f6f7 !important;
}

body.alobiz-login-v2-active > .wp-site-blocks > header,
body.alobiz-login-v2-active > .wp-site-blocks > footer,
body.alobiz-login-v2-active .wp-site-blocks > .wp-block-template-part,
body.alobiz-login-v2-active header.wp-block-template-part,
body.alobiz-login-v2-active footer.wp-block-template-part,
body.alobiz-login-v2-active #aloStableV8Probe,
body.alobiz-login-v2-active [data-lc11-user-card],
body.alobiz-login-v2-active .alo-login-legacy-copy,
body.alobiz-login-v2-active .aloStableV4Remember,
body.alobiz-login-v2-active .alobiz-login-security-note {
  display: none !important;
}

body.alobiz-login-v2-active .wp-site-blocks,
body.alobiz-login-v2-active .wp-block-group,
body.alobiz-login-v2-active .entry-content,
body.alobiz-login-v2-active main {
  max-width: none !important;
}

.alobiz-login-v2-page {
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: clamp(16px, 3vw, 42px) !important;
  display: grid;
  place-items: center;
  direction: rtl;
}

.loginShell[data-alo-login-v2] {
  width: min(100%, 1320px) !important;
  min-height: min(820px, calc(100vh - 64px));
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  overflow: hidden;
  border: 1px solid rgba(20, 47, 61, .09) !important;
  border-radius: 36px !important;
  background: #fff !important;
  box-shadow: 0 38px 110px rgba(17, 46, 61, .16) !important;
  color: var(--alo-v2-ink);
  isolation: isolate;
}

.loginShell[data-alo-login-v2] *,
.loginShell[data-alo-login-v2] *::before,
.loginShell[data-alo-login-v2] *::after {
  box-sizing: border-box;
}

.alo-login-v2-story {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: clamp(34px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 12%, rgba(103, 227, 180, .15), transparent 32%),
    radial-gradient(circle at 88% 88%, rgba(62, 160, 220, .2), transparent 36%),
    linear-gradient(145deg, #071923 0%, #0a2d3d 57%, #07576a 118%);
}

.alo-login-v2-story::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .09;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.alo-login-v2-story-bg,
.alo-login-v2-brand,
.alo-login-v2-copy {
  position: relative;
  z-index: 2;
}

.alo-login-v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
}

.alo-login-v2-brand > span:last-child {
  display: grid;
  gap: 3px;
}

.alo-login-v2-brand b {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.5px;
}

.alo-login-v2-brand small {
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  font-weight: 800;
}

.alo-login-v2-mark {
  width: 44px;
  height: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px 15px 15px 5px;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.alo-login-v2-mark i {
  display: block;
  border-radius: 99px;
  background: #6fe0aa;
}

.alo-login-v2-mark i:nth-child(1) { height: 8px; opacity: .55; }
.alo-login-v2-mark i:nth-child(2) { height: 15px; opacity: .78; }
.alo-login-v2-mark i:nth-child(3) { height: 23px; }

.alo-login-v2-copy {
  margin-top: auto;
  padding-top: 410px;
}

.alo-login-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #78e2b0;
  font-size: 11px;
  font-weight: 950;
}

.alo-login-v2-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.alo-login-v2-copy h1 {
  max-width: 690px;
  margin: 17px 0 16px;
  color: #fff;
  font-size: clamp(39px, 4.1vw, 67px);
  font-weight: 950;
  line-height: 1.3;
  letter-spacing: -2.9px;
}

.alo-login-v2-copy h1 em {
  color: #73dfa9;
  font-style: normal;
}

.alo-login-v2-copy p {
  margin: 0;
  color: rgba(238, 249, 253, .68);
  font-size: 14px;
  line-height: 2;
}

.alo-login-v2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.alo-login-v2-pills span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .055);
  font-size: 10px;
  font-weight: 850;
  backdrop-filter: blur(9px);
}

.alo-login-v2-story-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.alo-login-v2-aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}

.alo-login-v2-aurora-one {
  width: 250px;
  height: 250px;
  inset: -100px auto auto -75px;
  background: rgba(85, 220, 158, .16);
}

.alo-login-v2-aurora-two {
  width: 330px;
  height: 330px;
  inset: 26% -190px auto auto;
  background: rgba(35, 154, 207, .17);
}

.alo-login-v2-orbit {
  position: absolute;
  width: 350px;
  height: 350px;
  inset: 90px auto auto 50%;
  transform: translateX(-50%);
}

.alo-login-v2-orbit-line {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.alo-login-v2-orbit-line-two {
  inset: 54px;
  border-color: rgba(111, 224, 170, .17);
  transform: rotate(35deg);
}

.alo-login-v2-orbit::before,
.alo-login-v2-orbit::after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  transform: rotateX(64deg);
}

.alo-login-v2-orbit::after {
  transform: rotateY(67deg);
}

.alo-login-v2-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 145px;
  height: 145px;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  text-align: center;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .18), transparent 35%),
    linear-gradient(145deg, rgba(79, 206, 148, .34), rgba(14, 85, 109, .52));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 0 70px rgba(81, 215, 154, .16);
  backdrop-filter: blur(15px);
}

.alo-login-v2-core b,
.alo-login-v2-core span {
  display: block;
  color: #fff;
  font-weight: 950;
  line-height: 1.05;
}

.alo-login-v2-core b { font-size: 30px; }
.alo-login-v2-core span { font-size: 20px; color: #79e3b1; }

.alo-login-v2-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid rgba(7, 42, 55, .8);
  border-radius: 50%;
  background: #75e1ad;
  box-shadow: 0 0 0 7px rgba(117, 225, 173, .09), 0 0 22px rgba(117, 225, 173, .45);
}

.alo-login-v2-node-one { inset: 15px 90px auto auto; }
.alo-login-v2-node-two { inset: auto auto 47px 26px; }
.alo-login-v2-node-three { inset: auto 14px 100px auto; background: #69bfe5; }

.alo-login-v2-panel {
  min-width: 0;
  padding: clamp(36px, 5vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, .98);
}

.alo-login-v2-panel-brand {
  display: none;
  align-items: center;
  gap: 9px;
  margin-bottom: 36px;
  color: #0b3e52;
  font: 900 12px/1 Arial, sans-serif;
  letter-spacing: 1.3px;
}

.alo-login-v2-mini-mark {
  width: 26px;
  height: 26px;
  border-radius: 9px 9px 9px 3px;
  background: linear-gradient(145deg, #51cf91, #138f68);
}

.alo-login-v2-panel-head > span {
  display: block;
  margin-bottom: 12px;
  color: var(--alo-v2-blue);
  font-size: 11px;
  font-weight: 950;
}

.alo-login-v2-panel-head h2 {
  margin: 0 !important;
  color: var(--alo-v2-ink) !important;
  font-size: clamp(32px, 3vw, 47px) !important;
  font-weight: 950 !important;
  letter-spacing: -1.5px;
}

.alo-login-v2-panel-head p {
  margin: 12px 0 0;
  color: var(--alo-v2-muted);
  font-size: 13px;
  line-height: 1.9;
}

.loginShell[data-alo-login-v2] .loginTabs {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 5px !important;
  margin: 31px 0 27px !important;
  padding: 5px !important;
  border: 1px solid rgba(18, 51, 67, .08) !important;
  border-radius: 16px !important;
  background: #f1f4f5 !important;
}

.loginShell[data-alo-login-v2] .loginTabs button {
  min-height: 43px;
  padding: 9px 12px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #6b7b86 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  cursor: pointer;
  transition: .18s ease;
}

.loginShell[data-alo-login-v2] .loginTabs button.active {
  color: #102b39 !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(19, 49, 64, .08) !important;
}

.loginShell[data-alo-login-v2] .tabPanel {
  display: none;
}

.loginShell[data-alo-login-v2] .tabPanel.active {
  display: block;
}

.alo-login-v2-fields {
  display: grid;
  gap: 14px;
}

.alo-login-v2-field {
  position: relative;
  display: grid !important;
  gap: 8px;
  margin: 0 !important;
  color: #40515d;
  font-size: 11px;
  font-weight: 900;
}

.alo-login-v2-field > span {
  padding-inline: 3px;
}

.alo-login-v2-field > i {
  position: absolute;
  inset: 43px auto auto 17px;
  color: #8ca0ab;
  font-style: normal;
  font-size: 14px;
  pointer-events: none;
}

.alo-login-v2-field input {
  width: 100% !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 12px 17px 12px 46px !important;
  border: 1px solid #dbe3e6 !important;
  border-radius: 16px !important;
  outline: none !important;
  color: #142d3a !important;
  background: #fbfcfc !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  transition: border-color .17s ease, box-shadow .17s ease, background .17s ease;
}

.alo-login-v2-field input:focus {
  border-color: rgba(8, 119, 155, .58) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(8, 119, 155, .08) !important;
}

.alo-login-v2-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #0b2f40, #08799a);
  box-shadow: 0 15px 34px rgba(8, 91, 119, .2);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .17s ease, box-shadow .17s ease, opacity .17s ease;
}

.alo-login-v2-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 19px 40px rgba(8, 91, 119, .26);
}

.alo-login-v2-submit:disabled {
  cursor: wait;
  opacity: .75;
}

.alo-login-v2-submit i {
  font-style: normal;
  font-size: 18px;
}

.alo-login-v2-status {
  margin-top: 14px;
  padding: 11px 13px;
  border: 1px solid #dbe9ef;
  border-radius: 13px;
  color: #24536a;
  background: #f2f9fc;
  font-size: 11px;
  line-height: 1.8;
}

.alo-login-v2-status.is-error {
  border-color: #f1c9c9;
  color: #9b3232;
  background: #fff5f5;
}

.alo-login-v2-privacy {
  margin: 14px 0 0;
  color: #8a99a2;
  text-align: center;
  font-size: 9.5px;
  line-height: 1.8;
}

.alo-login-v2-signup-intro {
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #dce9ed;
  border-radius: 16px;
  background: #f8fbfb;
}

.alo-login-v2-signup-intro b {
  color: #183542;
  font-size: 12px;
}

.alo-login-v2-signup-intro span {
  color: #6f7f88;
  font-size: 10px;
  line-height: 1.8;
}

.loginShell[data-alo-login-v2] #signupTab label {
  color: #40515d;
  font-size: 10px;
  font-weight: 850;
}

.loginShell[data-alo-login-v2] #signupTab input,
.loginShell[data-alo-login-v2] #signupTab select,
.loginShell[data-alo-login-v2] #signupTab textarea {
  border-color: #dbe3e6 !important;
  border-radius: 13px !important;
  background: #fbfcfc !important;
  box-shadow: none !important;
}

.loginShell[data-alo-login-v2] #signupTab button.success {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #137f5c, #41b982);
  font-weight: 950;
}

@media (max-width: 980px) {
  .loginShell[data-alo-login-v2] {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .alo-login-v2-story {
    min-height: 330px;
    padding: 34px;
  }

  .alo-login-v2-copy {
    padding-top: 120px;
  }

  .alo-login-v2-copy h1 {
    max-width: 580px;
    font-size: clamp(34px, 7vw, 50px);
  }

  .alo-login-v2-orbit {
    width: 280px;
    height: 280px;
    inset: 28px 7% auto auto;
    transform: none;
    opacity: .55;
  }

  .alo-login-v2-panel {
    padding: 48px;
  }
}

@media (max-width: 620px) {
  .alobiz-login-v2-page {
    padding: 0 !important;
    align-items: stretch;
  }

  .loginShell[data-alo-login-v2] {
    width: 100% !important;
    min-height: 100vh;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .alo-login-v2-panel {
    order: 1;
    min-height: 100vh;
    padding: 30px 22px 34px;
    justify-content: center;
  }

  .alo-login-v2-story {
    display: none;
  }

  .alo-login-v2-panel-brand {
    display: flex;
  }

  .alo-login-v2-panel-head h2 {
    font-size: 35px !important;
  }

  .loginShell[data-alo-login-v2] .loginTabs {
    margin-top: 27px !important;
  }

  .loginShell[data-alo-login-v2] #signupTab .grid,
  .loginShell[data-alo-login-v2] #signupTab .g2,
  .loginShell[data-alo-login-v2] #signupTab .g3 {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loginShell[data-alo-login-v2] *,
  .loginShell[data-alo-login-v2] *::before,
  .loginShell[data-alo-login-v2] *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
