Is something missing in this parameter? I need this style to apply only to IE 11, when I include this code it works, but other browsers also get
<!-- [if gte IE 8]-->
<style>
.box-form .logo-footer {
margin-top: -2vh!important;
margin-bottom: -9vh!important;
margin-left: 44px!important;
}
</style>
<!--[endif]-->