/* IE10 IE11 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .fx_inputIcon {
        top: -9px;
        left: 0;
    }
}