Some solution to fix this difference without custom static width\height settings for inputs in css? I mean looks like it possible draw each input with custom static size, but need solution solution to equalize forms in both browsers.
Simple HTML code for both browsers:
<html>
<body>
<form>
<input type="text">
</form>
</body>
</html>
Feel the difference... Left input - Firefox, right input - Google Chrome: