.ul-code {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0rem;
}

.input-code {
  background: #EEEEEE;
  border: solid #EEEEEE 1px;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  font-size: 27px;
  padding-left: 21px;
  outline: none;
  caret-color: #fff;
}

.input-code[type=number]::-webkit-inner-spin-button,
.input-code[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-code[type=number] {
  -moz-appearance: textfield;
}

.div-validate-code {
  display: none;
}

.div-change-password {
  display: none;
}

.btn-spinner {
  display: none;
}