:root.voltaris-login-page {
  color-scheme: light;
  background: #fff;
}

.voltaris-login-page body {
  margin: 0;
  min-width: 320px;
  background: #fff !important;
}

.voltaris-login-page #root {
  position: relative;
  z-index: 2;
}

.voltaris-login-page #root > div {
  min-height: 100vh !important;
  padding: 48px clamp(28px, 6vw, 108px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  background: #fff !important;
}

.voltaris-login-page #root > div > div {
  position: fixed !important;
  z-index: 4 !important;
  top: 50% !important;
  left: 85vw !important;
  right: auto !important;
  width: min(440px, calc(30vw - 48px)) !important;
  max-width: 440px !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
}

.voltaris-login-page #root > div > div > div:first-child {
  display: none !important;
}

.voltaris-login-page #root > div > div > div:last-child {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  text-align: center !important;
  color: #111827 !important;
  background: transparent !important;
}

.voltaris-login-page #root > div > div > div:last-child h1,
.voltaris-login-page #root > div > div > div:last-child h2,
.voltaris-login-page #root > div > div > div:last-child h3 {
  color: #111827 !important;
}

.voltaris-login-page #root > div > div > div:last-child::before {
  content: "SECURE OPERATOR ACCESS";
  display: block;
  margin: 0 0 15px;
  color: #24c8ca;
  font: 800 10px/1.2 Inter, Arial, sans-serif;
  letter-spacing: .16em;
}

.voltaris-login-page #root p {
  text-align: center !important;
  color: #64748b !important;
}

.voltaris-login-page #root input {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 54px !important;
  padding: 0 16px !important;
  text-align: center !important;
  color: #15212b !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  caret-color: #24c8ca !important;
}

.voltaris-login-page #root .MuiInputBase-root {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 54px !important;
  overflow: hidden !important;
  border: 1px solid #d5dee4 !important;
  border-radius: 10px !important;
  background: #f8fafb !important;
  box-shadow: none !important;
}

.voltaris-login-page #root .MuiInputBase-root::before,
.voltaris-login-page #root .MuiInputBase-root::after {
  display: none !important;
}

.voltaris-login-page #root input:-webkit-autofill,
.voltaris-login-page #root input:-webkit-autofill:hover,
.voltaris-login-page #root input:-webkit-autofill:focus,
.voltaris-login-page #root input:-webkit-autofill:active {
  -webkit-text-fill-color: #15212b !important;
  -webkit-box-shadow: 0 0 0 1000px #f8fafb inset !important;
  box-shadow: 0 0 0 1000px #f8fafb inset !important;
  caret-color: #24c8ca !important;
  transition: background-color 9999s ease-out 0s !important;
}

.voltaris-login-page #root .MuiInputBase-root:focus-within {
  border-color: #24c8ca !important;
  box-shadow: 0 0 0 3px rgba(36, 200, 202, .09) !important;
}

.voltaris-login-page #root .MuiInputAdornment-root button,
.voltaris-login-page #root .MuiInputAdornment-root svg {
  color: #64748b !important;
}

.voltaris-login-page #root .vl-protocols {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 28px !important;
}

.voltaris-login-page #root .vl-protocols > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(118, 188, 210, .42);
  border-radius: 999px;
  color: #075a7f;
  background: #e9f7ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.voltaris-login-page #root form,
.voltaris-login-page #root form > div {
  text-align: center !important;
}


.voltaris-login-page #root button[type="submit"] {
  min-height: 54px !important;
  border: 1px solid #19c7c9 !important;
  border-radius: 10px !important;
  color: #031315 !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #20d2d4, #0eb0b5) !important;
  box-shadow: 0 12px 26px rgba(7, 176, 182, .17) !important;
}

#voltaris-login-brand {
  position: fixed;
  z-index: 3;
  inset: 0 30% 0 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .07);
  color: #f5f8f9;
  background:
    radial-gradient(circle at 12% 82%, rgba(0, 218, 221, .14), transparent 31%),
    radial-gradient(circle at 80% 20%, rgba(0, 120, 133, .10), transparent 32%),
    linear-gradient(145deg, #03070b 0%, #07121a 58%, #051017 100%);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.vl-grid {
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image:
    linear-gradient(rgba(105, 167, 178, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 167, 178, .14) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 66%, transparent);
}

.vl-brand-content {
  position: relative;
  z-index: 2;
  width: min(78%, 650px);
  margin: auto;
  padding-top: 9vh;
}

.vl-logo {
  display: flex;
  align-items: center;
  gap: 27px;
  width: max-content;
  margin: 0;
  color: #f4f7f8;
}

.vl-message {
  position: absolute;
  top: 50vh;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.vl-logo strong,
#voltaris-mobile-logo strong {
  display: flex;
  height: 74px;
  align-items: center;
  font-size: 59px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2.5px;
}

.vl-logo-mark {
  display: flex;
  height: 74px;
  align-items: flex-end;
  gap: 8px;
  transform: skewX(-9deg);
}

.vl-logo-mark i {
  display: block;
  width: 24px;
  border-radius: 5px 5px 2px 2px;
}

.vl-logo-mark i:nth-child(1) {
  height: 42px;
  background: linear-gradient(145deg, #2ba6af, #187d89);
}

.vl-logo-mark i:nth-child(2) {
  height: 74px;
  background: linear-gradient(145deg, #39d5d9, #22adb8);
}

.vl-logo-mark i:nth-child(3) {
  height: 58px;
  background: linear-gradient(145deg, #31bdc4, #1b8d98);
}

.vl-internal-brand {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
}

.vl-internal-brand .vl-original-brand-icon {
  display: none !important;
}

.vl-internal-wordmark {
  color: #f4f7f8 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.7px !important;
  text-transform: none !important;
}

.vl-internal-bars {
  display: flex;
  height: 34px;
  align-items: flex-end;
  gap: 4px;
  transform: skewX(-9deg);
}

.vl-internal-bars i {
  display: block;
  width: 10px;
  border-radius: 3px 3px 1px 1px;
}

.vl-internal-bars i:nth-child(1) {
  height: 19px;
  background: linear-gradient(145deg, #2ba6af, #187d89);
}

.vl-internal-bars i:nth-child(2) {
  height: 34px;
  background: linear-gradient(145deg, #39d5d9, #22adb8);
}

.vl-internal-bars i:nth-child(3) {
  height: 27px;
  background: linear-gradient(145deg, #31bdc4, #1b8d98);
}

#voltaris-mobile-logo {
  display: none;
}

.vl-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #23cfd0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.vl-eyebrow span {
  width: 24px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.vl-brand-content h1 {
  margin: 25px 0 0;
  font-size: clamp(48px, 4.3vw, 76px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.vl-brand-content h1 strong {
  color: #19c7c9;
  font-weight: 600;
}

.vl-brand-content > p {
  max-width: 550px;
  margin: 27px 0 0;
  color: #a5b1b9;
  font-size: clamp(15px, 1.12vw, 19px);
  line-height: 1.7;
}

.vl-status {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  max-width: 550px;
  min-height: 78px;
  margin-top: 42px;
  padding: 14px;
  border: 1px solid rgba(42, 128, 139, .3);
  border-radius: 12px;
  background: rgba(10, 27, 35, .7);
  backdrop-filter: blur(18px);
}

.vl-status-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 9px;
  color: #16d3d5;
  background: rgba(15, 211, 213, .1);
  font-size: 22px;
}

.vl-status > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vl-status b { font-size: 12px; }
.vl-status small { color: #75858f; font-size: 10px; }
.vl-status em {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #72d994;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vl-status em i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65dd8d;
  box-shadow: 0 0 0 4px rgba(101, 221, 141, .1), 0 0 11px rgba(101, 221, 141, .5);
}

.vl-capabilities {
  position: absolute;
  z-index: 2;
  right: 7%;
  bottom: 26px;
  left: 7%;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #53636e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vl-capabilities i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #19c7c9;
}

.vl-orbit {
  position: absolute;
  left: -32%;
  bottom: -36%;
  width: 108%;
  height: 76%;
  transform: rotate(17deg);
  border-radius: 50%;
  pointer-events: none;
}

.vl-orbit-a {
  border: 2px solid rgba(17, 226, 229, .75);
  box-shadow: 0 0 8px rgba(0, 232, 235, .72), 0 0 28px rgba(0, 189, 209, .46);
}

.vl-orbit-b {
  bottom: -31%;
  border: 8px solid rgba(10, 196, 215, .3);
  filter: blur(2px);
}

.vl-orbit-c {
  bottom: -25%;
  border: 15px solid rgba(53, 137, 255, .25);
  filter: blur(6px);
}

@media (max-width: 999px) {
  #voltaris-login-brand { display: none; }
  .voltaris-login-page #root > div {
    justify-content: center !important;
    padding: 42px 24px !important;
  }
  .voltaris-login-page #root > div > div {
    position: static !important;
    width: min(440px, 100%) !important;
    left: auto !important;
    transform: none !important;
  }
  .voltaris-login-page #root > div > div::before {
    display: none;
  }
  #voltaris-mobile-logo {
    position: fixed;
    z-index: 5;
    top: 42px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #111827;
  }
  #voltaris-mobile-logo .vl-logo-mark {
    height: 48px;
    gap: 5px;
  }
  #voltaris-mobile-logo .vl-logo-mark i { width: 16px; }
  #voltaris-mobile-logo .vl-logo-mark i:nth-child(1) { height: 28px; }
  #voltaris-mobile-logo .vl-logo-mark i:nth-child(2) { height: 48px; }
  #voltaris-mobile-logo .vl-logo-mark i:nth-child(3) { height: 38px; }
  #voltaris-mobile-logo strong {
    height: 48px;
    font-size: 38px;
    letter-spacing: -1.8px;
  }
}

@media (min-width: 1000px) {
  .voltaris-login-page #root > div {
    padding-left: 70vw !important;
  }
}
:root{--brand-primary:#0b7a66;--brand-secondary:#10283f;--brand-accent:#26d9a1}
.vl-logo-mark i,.vl-internal-bars i{background:var(--brand-accent)!important}
#voltaris-login-brand{background-color:var(--brand-secondary)!important}
.vl-message strong,.vl-eyebrow{color:var(--brand-accent)!important}
