I am working on a form and would like to set its margin-top to 100px. Is it possible to achieve this using Bootstrap classes, or do I need to create a custom class for it?
<form class="mt-5">
</form>
It seems that the maximum margin-top I can achieve here is 48px
.