<!--[if lte IE 11]>
.my-auto {
margin-top:100px !important;
}
<![endif]-->
/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), .my-auto {
margin-top:100px !important;
}
margin: auto
используйте на элементе align-self: center
или на его родителе align-items: center
. Можно воспользоваться вспомогательными классами, которые уже есть в Bootstrap 4: .align-self-center или .align-items-center.