When using input-lg with inputs with a glyphicon, the icon is not vertically centered.
Created by: gespadas
When using .input-lg with inputs with a glyphicon, the icon is not vertically centered (tested in Firefox and Chrome).
I use this snippet and correct the issue:
.input-lg + .glyphicon { margin-top:6px; }
Maybe you should consider include this on the core css.