/* Firefox
   ========================================================================== */
input[type=number] {
    -moz-appearance: textfield;
}

/* Disable iphone scroll down issue / auto-zoom
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
    font-size: 16px;
    }
}