.height-100 {
  height: 100vh
}

.otp-content .card {
  width: 345px;
  border: none;
  height: 300px;
  box-shadow: 0px 5px 20px 0px #d2dae3;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center
}
.otp-content .card h6 {
  color: red;
  font-size: 20px
}
.otp-content .inputs{
  gap :0.5em;
}
.otp-content .inputs input {
  width: 40px;
  height: 40px;
}
.otp-content input[type=number]::-webkit-inner-spin-button,
.otp-content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}
.otp-content .form-control:focus {
  box-shadow: none;
  border: 2px solid red
}
.otp-content .validate {
  border-radius: 20px;
  height: 40px;
  background-color: red;
  border: 1px solid red;
  width: 140px
}