.public-form.auth-panel {
  display: none;
}

.public-form.auth-panel.active {
  display: grid;
}

.auth-inline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 10px 0 0;
  padding: 0 14px;
  border: 1px solid rgba(18, 214, 135, 0.65);
  border-radius: 8px;
  background: rgba(18, 214, 135, 0.1);
  color: #12d687;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.auth-inline-action:disabled {
  cursor: wait;
  opacity: 0.65;
}

.auth-helper-row {
  display: flex;
  justify-content: center;
  margin-top: -4px;
}

.auth-text-action,
.public-form .auth-text-action,
button.auth-text-action {
  all: unset;
  box-sizing: border-box;
  display: inline;
  min-height: 0;
  width: auto;
  border: 0;
  background: transparent;
  color: #60a5fa;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  padding: 2px 0;
  text-decoration: none;
}

.auth-text-action:hover,
.public-form .auth-text-action:hover,
button.auth-text-action:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.auth-reset-actions {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.auth-resend-note {
  display: block;
  margin-top: 8px;
}

.callback-reset-form[hidden] {
  display: none;
}

.reset-password-layout {
  align-items: stretch;
}

.reset-step-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #d7e5f4;
  font-weight: 800;
}

.reset-step-list li {
  position: relative;
  padding-left: 28px;
}

.reset-step-list li::before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.18);
  color: #93c5fd;
  font-size: 11px;
}

.reset-auth-card {
  display: grid;
  gap: 18px;
}

.reset-panel[hidden] {
  display: none;
}

.reset-portal-select {
  min-height: 46px;
}

.reset-secondary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-top: 2px;
}
