how get form in middle bootstrap code example
Example 1: aligning image to middle in html
<style>
.aligncenter {
text-align: center;
}
</style>
Example 2: how to center a form in bulma
<div class="columns is-mobile">
<div class="column is-half is-offset-one-quarter"></div>
</div>