How can I align two forms side by side?

First of all, you have to close your form before your first 2 div.

Then you can add a second form just after you closed the first one

You add a class to those 2 form

In you css you add

.sideBySideForm{
display: inline-block;
}

Hope it helps and sorry for my english :)