.otp-form input {
  font: 600 1rem "DM Sans", sans-serif;
  letter-spacing: normal;
  text-align: start;
}

.otp-form #otp {
  font: 600 1.5rem "Outfit", sans-serif;
  letter-spacing: .5em;
  text-align: center;
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 4px;
  color: var(--muted);
  font-size: .72rem;
}

.login-divider::before,
.login-divider::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}

.transcript-review {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
}

.transcript-review label,
.transcript-review small {
  color: var(--muted);
  font-size: .76rem;
}

.transcript-review textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(0, 0, 0, .2);
  color: var(--text);
  font: 500 .95rem/1.5 "DM Sans", sans-serif;
  padding: 12px 14px;
  outline: none;
}

.transcript-review textarea:focus {
  border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(72, 213, 151, .1);
}
