.otp-wrap {
  padding: 10px;
}
li.otp-con .passcode-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

li.otp-con .passcode-wrapper input {
  width: 3.1rem;
  height: 3.25rem;
  padding: 0;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #bed3f4;
  border-radius: 5px;
}

li.otp-con .passcode-wrapper input:last-child {
  margin-right: 0;
}

li.otp-con .passcode-wrapper input::-webkit-inner-spin-button,
li.otp-con .passcode-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

li.otp-con .passcode-wrapper input:focus,
li.otp-con .passcode-wrapper input.focus {
  border-color: #2abcdf;
  outline: none;
  box-shadow: none;
}

.store {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store > span {
  margin-right: 1rem;
  color: #c9cbd6;
  font-size: 0.6rem;
}
