.tek-otp-form.is-code-step .tek-email-field,
.tek-otp-form.is-code-step .tek-request-button {
  display: none !important;
}

.tek-otp-form.is-code-step .tek-code-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.tek-otp-form.is-code-step .tek-code-row input {
  min-height: 64px !important;
  font-size: 25px !important;
  letter-spacing: .34em !important;
}

.tek-otp-form.is-code-step .tek-code-row button {
  min-height: 58px !important;
}

.tek-otp-form.is-code-step .tek-form-message {
  order: -1;
  margin: 0 0 3px !important;
}
