#otp-screen .passcode-input {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  padding: 11px 0px 10px !important;
}

#otp-screen #skerrormessage {
  display: none;
}

#otp-screen .message-sent-text {
  font-size: 14px;
  font-weight: 700;
}

#otp-screen .resend-text {
  font-size: 14px;
  color: var(--secondary-900);
}

#otp-screen .header {
  margin-top: 16px;
  margin-bottom: 24px;
}

#otp-screen .mdc-text-field-wrapper {
  margin-bottom: 0px;
}

#otp-screen #otp-form {
  margin-bottom: 0px;
}
