/*targeting IE10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select::-ms-expand {
        display: none;
    }
    select{
        font-size: 96%!important
    }
    .form-group.iban input{
      display:inline
    }
}
