<div class="circle">
<form action="">
<!-- your code -->
</form>
</div>
.circle{
width: 400px; /* с шириной и высотой можешь поиграться*/
height: 400px; /* или и вовсе не задавать их, а cделать padding: 100px */
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #ccc;
}