@media (max-width: 900px) {
    @supports (-webkit-touch-callout: none) {
        input:not([type='checkbox']):not([type='radio']):not([type='range']):not([type='hidden']):not([type='file']):not([type='color']),
        select,
        textarea {
            font-size: 16px !important;
        }

        .currency-input input {
            font-size: 30px !important;
        }
    }
}
