input placeholder line-height issue
css, html, internet-explorer-10, placeholder
Solution
For all inputs just give
line-height:normal;
it will take normal line-height and will work fine in all browsers.
Problem
What is the issue? There is a input box with height 36px as show in above image. In IE10 placeholder is not vertically middle.