.auth-card-register {
  width: min(100%, 540px);
}

.progress {
  display: flex;
  width: 116px;
  align-items: center;
  margin: 27px auto 0;
}

.progress span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid #c8d5e2;
  border-radius: 50%;
  background: #fff;
  color: #7b8da0;
  font-size: .75rem;
  font-weight: 800;
}

.progress span.is-active,
.progress span.is-complete {
  border-color: var(--auth-blue);
  background: var(--auth-blue);
  color: #fff;
}

.progress i {
  height: 2px;
  flex: 1;
  background: #c8d5e2;
}

.progress i.is-complete {
  background: var(--auth-blue);
}

.register-step {
  margin-top: 25px;
}

.step-heading {
  text-align: center;
}

.step-heading .eyebrow {
  margin: 0 0 7px;
  color: var(--auth-blue);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.step-heading h1 {
  margin-top: 0;
}

[data-registration-profile] {
  margin: 22px 0 0;
  border: 0;
  padding: 0;
}

.consent-card {
  display: grid;
  min-height: 62px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin-top: 20px;
  border: 1px solid var(--auth-line);
  border-radius: 13px;
  padding: 13px 14px;
  background: #f8fafc;
  color: #455d75;
  font-size: .82rem;
  line-height: 1.55;
  cursor: pointer;
}

.consent-card:has(input:checked) {
  border-color: #97b0ea;
  background: var(--auth-blue-soft);
}

.consent-card input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--auth-blue);
}

.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.method-list {
  margin-top: 24px;
}

.method-button em {
  display: inline-block;
  margin-left: 5px;
  border-radius: 999px;
  padding: 3px 7px;
  background: #dff4e8;
  color: #176b46;
  font-size: .58rem;
  font-style: normal;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: 2px;
}

.password-form {
  margin-top: 22px;
  border-top: 1px solid var(--auth-line);
  padding-top: 4px;
}
