-2
I am creating a login/registration screen.
I’d like to keep it that way:
Only in my code below it is positioned on the left. How to center, equal to the image above?
<section>
<div class="container">
<div class="row">
<div class="bg-branco col-md-5 rounded">
<form class="" method="post">
<div class="row">
<div class="col-md-12">
<h2 class="espaco20 centro">Faça seu cadastro</h2>
</div>
</div>
</form>
</div>
</div>
</div>
</section>