.login-page {
  font-family: Inter, "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.login-page button,
.login-page input {
  font: inherit;
}

.login-page button {
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

.login-page button:focus-visible,
.login-page a:focus-visible {
  outline: 3px solid rgba(18, 100, 244, 0.28);
  outline-offset: 2px;
}

.login-page {
  position: fixed;
  isolation: isolate;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
  overscroll-behavior: none;
  padding-top: max(clamp(18px, 2.7vh, 30px), env(safe-area-inset-top));
  padding-right: max(clamp(20px, 4vw, 82px), env(safe-area-inset-right));
  padding-bottom: max(clamp(14px, 2vh, 22px), env(safe-area-inset-bottom));
  padding-left: max(clamp(20px, 4vw, 82px), env(safe-area-inset-left));
  border-radius: 0;
  color: #0b1743;
  background:
    radial-gradient(circle at 16% 22%, rgba(29, 205, 237, 0.12), transparent 27%),
    radial-gradient(circle at 84% 76%, rgba(118, 70, 241, 0.13), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 46%, #f8f7ff 100%);
}

.login-page::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("../images/service-glass-lightfield.webp") center / cover no-repeat;
  opacity: 0.42;
  filter: saturate(0.82) brightness(1.12) contrast(1.08);
  transform: scale(1.08);
  pointer-events: none;
}

.login-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.16) 44%, rgba(255, 255, 255, 0.46)),
    radial-gradient(ellipse at center, transparent 20%, rgba(255, 255, 255, 0.6) 84%);
  pointer-events: none;
}

.login-aurora {
  position: absolute;
  z-index: -2;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  animation: login-aurora-drift 12s ease-in-out infinite alternate;
}

.login-aurora-cyan {
  top: -185px;
  left: 18%;
  background: rgba(40, 214, 237, 0.18);
}

.login-aurora-violet {
  right: -160px;
  bottom: -210px;
  background: rgba(128, 78, 246, 0.2);
  animation-delay: -5s;
}

.login-stage {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.login-stage {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(400px, 0.84fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  padding-block: clamp(16px, 2.5vh, 28px);
}

.login-hero {
  position: relative;
  width: min(760px, 100%);
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-self: center;
  padding: 36px 20px 42px 18px;
}

.login-visual {
  position: absolute;
  top: 8px;
  left: 50%;
  width: min(540px, 92%);
  height: 470px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
}

.login-visual::before,
.login-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.login-visual::before {
  width: 348px;
  height: 348px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.84), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(219, 245, 255, 0.11) 52%, rgba(232, 222, 255, 0.16));
  box-shadow:
    0 38px 80px rgba(41, 64, 127, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.92),
    inset 0 -3px 14px rgba(97, 77, 212, 0.08);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.login-visual::after {
  width: 270px;
  height: 52px;
  bottom: 47px;
  background: rgba(69, 70, 188, 0.13);
  filter: blur(24px);
  transform: perspective(260px) rotateX(72deg);
}

.login-visual img {
  position: relative;
  z-index: 3;
  width: 360px;
  height: 360px;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  filter: saturate(1.22) contrast(1.04) drop-shadow(0 30px 30px rgba(62, 77, 204, 0.16));
  animation: login-s-float 6.5s ease-in-out infinite;
}

.login-s-halo {
  position: absolute;
  z-index: 1;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: conic-gradient(from 110deg, rgba(37, 215, 234, 0.2), rgba(60, 110, 247, 0.12), rgba(129, 69, 243, 0.2), rgba(37, 215, 234, 0.2));
  filter: blur(23px);
  animation: login-halo-spin 16s linear infinite;
}

.login-orbit {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid rgba(100, 123, 205, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.login-orbit-one {
  width: 442px;
  height: 174px;
  transform: rotate(-15deg);
}

.login-orbit-two {
  width: 402px;
  height: 228px;
  transform: rotate(26deg);
  border-color: rgba(91, 84, 218, 0.11);
}

.login-glass-dot {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(201, 237, 255, 0.28) 52%, rgba(197, 180, 255, 0.2));
  box-shadow: 0 14px 28px rgba(41, 61, 118, 0.12), inset 2px 2px 4px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.login-dot-one { width: 42px; height: 42px; top: 80px; right: 34px; }
.login-dot-two { width: 24px; height: 24px; left: 20px; top: 232px; }
.login-dot-three { width: 17px; height: 17px; right: 62px; bottom: 74px; background: linear-gradient(145deg, #b9fbff, #8566f3); }

.login-hero-copy {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.login-hero-copy h2 {
  margin: 0;
  color: #0a1744;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.068em;
}

.login-hero-copy h2 span {
  color: transparent;
  background: linear-gradient(104deg, #086fdf 0%, #385cf1 49%, #7d43e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.login-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 23px;
  color: #596582;
  font-size: 12px;
  font-weight: 620;
}

.login-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.login-benefits i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #21cdea, #6049ec);
  box-shadow: 0 0 0 4px rgba(73, 107, 234, 0.08);
}

.login-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 440px;
  justify-self: end;
  overflow: hidden;
  padding: 42px 39px 31px;
  border: 1px solid transparent;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(247, 251, 255, 0.38) 54%, rgba(243, 238, 255, 0.35)) padding-box,
    conic-gradient(from 205deg, rgba(255, 255, 255, 0.98), rgba(94, 211, 238, 0.58), rgba(255, 255, 255, 0.92), rgba(121, 90, 238, 0.5), rgba(255, 255, 255, 0.98)) border-box;
  box-shadow:
    0 42px 92px rgba(29, 43, 93, 0.16),
    0 12px 28px rgba(49, 66, 132, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -2px 2px rgba(66, 72, 145, 0.09);
  backdrop-filter: blur(32px) saturate(165%) brightness(1.04);
  -webkit-backdrop-filter: blur(32px) saturate(165%) brightness(1.04);
}

.login-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: 32px;
  background:
    radial-gradient(300px 170px at 10% -4%, rgba(255, 255, 255, 0.9), transparent 70%),
    radial-gradient(220px 170px at 102% 105%, rgba(124, 86, 239, 0.12), transparent 74%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.74),
    inset 2px 2px 3px rgba(255, 255, 255, 0.92),
    inset -2px -2px 3px rgba(74, 88, 153, 0.12);
  pointer-events: none;
}

.login-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 210px;
  height: 210px;
  top: -106px;
  right: -78px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(23, 202, 235, 0.22), rgba(105, 70, 241, 0.22));
  filter: blur(12px);
}

.login-card-glint {
  position: absolute;
  top: 1px;
  left: 11%;
  width: 62%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffffff 18%, #ffffff 70%, transparent);
  box-shadow: 0 1px 15px rgba(255, 255, 255, 0.98);
}

.login-card-heading h1 {
  margin: 0;
  color: #0a1742;
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: -0.06em;
}

.login-form {
  margin-top: 28px;
}

.login-label {
  display: block;
  margin: 0 0 8px 3px;
  color: #303d60;
  font-size: 12px;
  font-weight: 680;
}

.login-input-shell + .login-label {
  margin-top: 18px;
}

.login-input-shell {
  height: 57px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border: 1px solid rgba(67, 83, 137, 0.13);
  border-radius: 18px;
  color: #64708f;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 9px 20px rgba(37, 53, 103, 0.035);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.login-input-shell:focus-within {
  border-color: rgba(51, 101, 239, 0.36);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 0 0 4px rgba(57, 99, 231, 0.08), 0 13px 28px rgba(42, 60, 116, 0.07), inset 0 1px 0 white;
  transform: translateY(-1px);
}

.login-input-shell > svg {
  flex: 0 0 auto;
  color: #6572a0;
}

.login-input-shell input {
  min-width: 0;
  flex: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #142044;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  font-size: 13px;
  caret-color: #142044;
  appearance: none;
  -webkit-appearance: none;
}

.login-input-shell input::placeholder {
  color: #9aa2b5;
}

/* Keep browser/password-manager autofill from painting a grey strip inside
   the translucent input shell. Shared by login, register and reset pages. */
.login-input-shell input:-webkit-autofill,
.login-input-shell input:-webkit-autofill:hover,
.login-input-shell input:-webkit-autofill:focus,
.login-input-shell input:-webkit-autofill:active {
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #142044 !important;
  caret-color: #142044;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-out 0s;
}

.login-input-shell input:autofill {
  background-color: transparent !important;
  background-image: none !important;
  background-clip: text;
  color: #142044 !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
}

.login-password-toggle {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  margin-right: -7px;
  border-radius: 11px;
  color: #77819b;
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.login-password-toggle:hover {
  color: #315fe3;
  background: rgba(49, 95, 227, 0.07);
}

.login-password-toggle .is-hidden {
  display: none;
}

.login-form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 2px 22px;
}

.login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #5f6983;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.login-remember > span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(73, 87, 133, 0.22);
  border-radius: 6px;
  color: white;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 white;
}

.login-remember.checked > span {
  border-color: rgba(77, 82, 232, 0.4);
  background: linear-gradient(135deg, #2c89ed, #6a47ef);
  box-shadow: 0 4px 10px rgba(72, 80, 222, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.login-form-options a,
.login-register a {
  color: #315fe3;
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
}

.login-form-options a:hover,
.login-register a:hover {
  color: #6b42e8;
}

.login-submit {
  position: relative;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  color: white;
  background: linear-gradient(112deg, #0ab4e7 0%, #276df2 45%, #7042ef 100%);
  box-shadow:
    0 16px 30px rgba(51, 80, 223, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -1px 0 rgba(31, 44, 147, 0.2);
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
  transition: transform 190ms ease, box-shadow 190ms ease, filter 190ms ease;
}

.login-submit::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -34%;
  width: 46%;
  height: 340%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: rotate(19deg);
  transition: left 500ms ease;
}

.login-submit:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 38px rgba(51, 80, 223, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.login-submit:hover::before {
  left: 112%;
}

.login-submit:active {
  transform: translateY(0) scale(0.992);
}

.login-register {
  margin: 23px 0 0;
  color: #778198;
  text-align: center;
  font-size: 12px;
}

@keyframes login-s-float {
  0%, 100% { transform: translate3d(0, 4px, 0) rotate(-2deg) scale(0.98); }
  50% { transform: translate3d(0, -11px, 0) rotate(2deg) scale(1.025); }
}

@keyframes login-halo-spin {
  to { transform: rotate(360deg); }
}

@keyframes login-aurora-drift {
  to { transform: translate3d(38px, 26px, 0) scale(1.08); }
}

@media (max-width: 1100px) {
  .login-page {
    overflow: hidden;
  }

  .login-stage {
    height: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: safe center;
    align-items: start;
    gap: 0;
    padding-block: clamp(20px, 5vh, 46px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
  }

  .login-stage::-webkit-scrollbar {
    display: none;
  }

  .login-hero {
    width: 100%;
    height: 148px;
    min-height: 148px;
    display: block;
    justify-self: center;
    overflow: visible;
    padding: 0;
    pointer-events: none;
  }

  .login-visual {
    top: 50%;
    left: 50%;
    width: 540px;
    height: 470px;
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(0.32);
    transform-origin: center;
  }

  .login-hero-copy {
    display: none;
  }

  .login-card {
    justify-self: center;
    margin-top: -16px;
  }
}

@media (min-width: 1600px) {
  .login-stage {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: clamp(80px, 5vw, 100px);
  }

  .login-hero {
    width: min(780px, 100%);
    min-height: 690px;
    padding-inline: 26px;
  }

  .login-visual {
    left: 50%;
    width: 600px;
    height: 500px;
    transform: translateX(-50%);
  }

  .login-visual::before {
    width: 366px;
    height: 366px;
  }

  .login-visual img {
    width: 382px;
    height: 382px;
  }

  .login-orbit-one {
    width: 470px;
    height: 184px;
  }

  .login-orbit-two {
    width: 430px;
    height: 240px;
  }

  .login-hero-copy {
    max-width: 640px;
  }

  .login-card {
    max-width: 500px;
    padding: 43px 43px 33px;
  }
}

@media (max-width: 560px) {
  .login-page {
    padding-top: max(14px, env(safe-area-inset-top));
    padding-right: max(14px, env(safe-area-inset-right));
    padding-bottom: max(14px, env(safe-area-inset-bottom));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  .login-stage {
    align-items: center;
    padding-block: 18px;
  }

  .login-hero {
    height: 118px;
    min-height: 118px;
  }

  .login-visual {
    transform: translate(-50%, -50%) scale(0.27);
  }

  .login-card {
    max-width: 430px;
    margin-top: -12px;
    padding: 31px 21px 24px;
    border-radius: 29px;
  }

  .login-card::before {
    border-radius: 27px;
  }

  .login-card-heading h1 {
    font-size: 31px;
  }

  .login-form {
    margin-top: 24px;
  }

  .login-input-shell,
  .login-submit {
    height: 54px;
  }

  .login-form-options {
    margin-block: 14px 19px;
  }

  .login-register {
    margin-top: 20px;
  }
}

@media (min-width: 1101px) and (max-height: 720px) {
  .login-page {
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .login-stage {
    padding-block: 8px;
  }

  .login-hero {
    min-height: 560px;
    padding-block: 22px 28px;
  }

  .login-visual {
    top: -28px;
    height: 390px;
  }

  .login-visual::before {
    width: 292px;
    height: 292px;
  }

  .login-visual::after {
    bottom: 24px;
  }

  .login-visual img {
    width: 304px;
    height: 304px;
  }

  .login-s-halo {
    width: 270px;
    height: 270px;
  }

  .login-orbit-one {
    width: 390px;
    height: 154px;
  }

  .login-orbit-two {
    width: 356px;
    height: 202px;
  }

  .login-hero-copy h2 {
    font-size: clamp(38px, 4vw, 49px);
  }

  .login-benefits {
    margin-top: 15px;
  }

  .login-card {
    max-width: 430px;
    padding: 28px 34px 24px;
  }

  .login-card-heading h1 {
    font-size: 31px;
  }

  .login-form {
    margin-top: 21px;
  }

  .login-input-shell + .login-label {
    margin-top: 13px;
  }

  .login-input-shell,
  .login-submit {
    height: 50px;
  }

  .login-form-options {
    margin-block: 12px 17px;
  }

  .login-register {
    margin-top: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .login-visual img,
  .login-s-halo,
  .login-aurora {
    animation: none;
  }
}

.register-card {
  max-width: 470px;
  padding: 29px 36px 26px;
}

.register-form {
  margin-top: 20px;
}

.register-field + .register-field {
  margin-top: 12px;
}

.register-field .login-label {
  margin-bottom: 6px;
}

.register-field .login-input-shell {
  height: 50px;
  border-radius: 16px;
}

.register-field .login-input-shell.has-error {
  border-color: rgba(226, 72, 94, 0.58);
  box-shadow: 0 0 0 4px rgba(226, 72, 94, 0.07), inset 0 1px 0 white;
}

.register-field-error {
  margin: 5px 3px 0;
  color: #d64a61;
  font-size: 11px;
  line-height: 1.25;
}

.register-code-input {
  padding-right: 4px;
}

.register-code-action {
  flex: 0 0 auto;
  padding: 7px 3px 7px 10px;
  color: #315fe3;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 680;
  white-space: nowrap;
}

.register-code-action:hover:not(:disabled) {
  color: #6b42e8;
}

.register-code-action:disabled {
  color: #9299aa;
  cursor: default;
}

.register-submit {
  height: 52px;
  margin-top: 20px;
  border-radius: 17px;
}

.register-login {
  margin-top: 17px;
}

@media (max-width: 1100px) {
  .register-page .login-hero {
    height: 104px;
    min-height: 104px;
  }

  .register-page .login-visual {
    transform: translate(-50%, -50%) scale(0.23);
  }

  .register-card {
    margin-top: -9px;
  }
}

@media (max-width: 560px) {
  .register-page .login-hero {
    height: 88px;
    min-height: 88px;
  }

  .register-page .login-visual {
    transform: translate(-50%, -50%) scale(0.19);
  }

  .register-card {
    margin-top: -7px;
    padding: 26px 20px 22px;
  }

  .register-field + .register-field {
    margin-top: 10px;
  }

  .register-field .login-input-shell {
    height: 48px;
  }

  .register-code-action {
    padding-left: 7px;
    font-size: 10px;
  }

  .register-submit {
    height: 50px;
    margin-top: 17px;
  }
}

@media (min-width: 1101px) and (max-height: 760px) {
  .register-page .login-stage {
    overflow-y: auto;
    scrollbar-width: none;
  }

  .register-page .login-stage::-webkit-scrollbar {
    display: none;
  }

  .register-card {
    padding-block: 23px 20px;
  }

  .register-form {
    margin-top: 16px;
  }

  .register-field + .register-field {
    margin-top: 8px;
  }

  .register-field .login-input-shell {
    height: 45px;
  }

  .register-submit {
    height: 47px;
    margin-top: 14px;
  }

  .register-login {
    margin-top: 12px;
  }
}
.reset-card {
  max-width: 470px;
  padding-block: 38px 29px;
}

.reset-form {
  margin-top: 25px;
}

.reset-field + .reset-field {
  margin-top: 16px;
}

.reset-field-error {
  margin: 6px 3px 0;
  color: #dc4562;
  font-size: 11px;
  line-height: 1.35;
}

.login-input-shell.has-error {
  border-color: rgba(220, 69, 98, 0.5);
  box-shadow: 0 0 0 3px rgba(220, 69, 98, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.reset-code-action {
  flex: 0 0 auto;
  min-width: 72px;
  padding: 7px 2px 7px 11px;
  border-left: 1px solid rgba(67, 83, 137, 0.11) !important;
  color: #315fe3;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 680;
  white-space: nowrap;
}

.reset-code-action:hover:not(:disabled) {
  color: #6b42e8;
}

.reset-code-action:disabled {
  color: #929bb1;
  cursor: not-allowed;
}

.reset-submit {
  margin-top: 22px;
}

.reset-submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.reset-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.reset-links > span {
  color: rgba(119, 129, 152, 0.56);
}

@media (min-width: 1101px) and (max-height: 720px) {
  .reset-card {
    max-width: 450px;
    padding-block: 25px 21px;
  }

  .reset-form {
    margin-top: 18px;
  }

  .reset-field + .reset-field {
    margin-top: 10px;
  }

  .reset-submit {
    margin-top: 16px;
  }

  .reset-links {
    margin-top: 14px;
  }
}

@media (max-width: 560px) {
  .reset-card {
    padding: 28px 21px 22px;
  }

  .reset-form {
    margin-top: 21px;
  }

  .reset-field + .reset-field {
    margin-top: 13px;
  }

  .reset-submit {
    margin-top: 19px;
  }
}
