body {
  background: #052d52;
  color: #ffffff;
}

.otp-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.otp-box-input {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp-box-input .otp-box {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 2px #10a3a3;
  text-align: center;
  font-weight: 700;
}

.generate-otp {
  margin: 10px;
}
