<style>
.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.otp-input input {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #444;
  border-radius: 4px;
  /*background-color: #2a2a2a;*/
  /*color: #ffffff;*/
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type=number] {
  -moz-appearance: textfield;
}
.timer {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #ff9800;
}
.w-36{
  width: 36% !important;
}

</style>