input::-moz-placeholder {
  color: rgba(255, 187, 0, 0.5254901961) !important;
}

input::placeholder {
  color: rgba(255, 187, 0, 0.5254901961) !important;
}

/* Hide the number input arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}/*# sourceMappingURL=style.css.map */