.forgot-otp-input {
  letter-spacing: .35em;
  font-weight: 800;
  text-align: center;
  font-size: 1.25rem;
}

.auth-forgot-row {
  display: flex;
  justify-content: flex-end;
  margin: -.35rem 0 1rem;
}

.auth-forgot-row a {
  color: var(--primary);
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
}

.auth-forgot-row a:hover {
  text-decoration: underline;
}

.forgot-step .btn i {
  margin-inline-end: .4rem;
}
