

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .form input[type="text"],
    .form input[type="password"],
    .form input[type="email"]{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        height: 38px;
        line-height: 32px;
        /*background-color: #0a0a0a !important;*/
    }

}