.form-custom-number-style .form-item input[type="number"] {
  display: block;
  font-size: 16px;
  font-family: "Roboto",sans-serif;
  padding: 0 10px;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0);
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid #707070;
  width: calc(100% - 22px);
}