.gz-reset-page .gz-reset-shell {
  grid-template-columns: 1.04fr .96fr;
}

.gz-reset-panel {
  align-content: center;
  padding-block: 3rem;
}

.gz-reset-heading { margin-bottom: 1.3rem; }

.gz-reset-heading > span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 700;
}

.gz-reset-heading h2 {
  margin: 13px 0 0;
  color: #0f274d;
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.gz-reset-heading p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.gz-reset-panel .gz-reset-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 1.35rem;
  padding: 0;
}

.gz-reset-panel .gz-reset-steps::before {
  position: absolute;
  top: 15px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: #dbe5f1;
  content: "";
}

.gz-reset-panel .gz-reset-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  border: 0;
  padding: 0;
  color: #94a3b8;
  font-size: 12px;
}

.gz-reset-steps i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #d7e1ee;
  border-radius: 50%;
  color: #7b8ba1;
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.gz-reset-steps li[aria-current="step"] {
  color: #2563eb;
  font-weight: 700;
}

.gz-reset-steps li[aria-current="step"] i {
  border-color: #2563eb;
  color: #fff;
  background: linear-gradient(135deg, #2d5ff0, #0ea5c6);
  box-shadow: 0 6px 16px rgb(37 99 235 / .22);
}

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

.gz-reset-panel .gz-login-input-shell .gz-input {
  min-height: 56px;
  border-color: #d7dee9;
  border-radius: 10px;
  padding-left: 48px;
  font-size: 14px;
}

.gz-reset-panel .gz-login-input-shell > svg {
  width: 18px;
  height: 18px;
}

.gz-reset-captcha-row {
  grid-template-columns: minmax(0, 1fr) 136px;
}

.gz-reset-panel .gz-captcha {
  width: 136px;
  height: 56px;
  border-color: #d7dee9;
  border-radius: 10px;
  background: #f8fbff;
  object-fit: contain;
}

.gz-reset-panel .gz-login-submit {
  min-height: 54px;
  margin-top: 22px;
  background: linear-gradient(100deg, #2d5ff0, #0ea5c6);
  box-shadow: 0 13px 28px rgb(37 99 235 / .18);
}

.gz-reset-secondary {
  width: 100%;
  min-height: 48px;
  margin-top: 11px;
  border-radius: 10px;
}

.gz-reset-hint,
.gz-reset-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
}

.gz-reset-hint { margin: 12px 0 0; }

.gz-reset-hint svg,
.gz-reset-notice svg {
  flex: none;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #2563eb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gz-reset-notice {
  margin: 0 0 5px;
  padding: 11px 13px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  color: #52647d;
  background: #f6f9ff;
}

.gz-reset-notice strong {
  margin-left: 5px;
  color: #2563eb;
}

.gz-reset-back {
  margin: 20px 0 0;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

.gz-reset-back a {
  margin-left: 5px;
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .gz-reset-page .gz-reset-shell { grid-template-columns: 1fr; }
  .gz-reset-panel { min-height: 38rem; padding: 2.25rem 1.5rem; }
}

@media (max-width: 520px) {
  .gz-reset-heading h2 { font-size: 24px; }
  .gz-reset-captcha-row { grid-template-columns: minmax(0, 1fr) 112px; }
  .gz-reset-panel .gz-captcha { width: 112px; }
  .gz-reset-steps span { font-size: 11px; }
}
