I am looking to align the login fields in my form so that they are on the same row, similar to the layout seen here. I have tried various CSS codes, but have not been able to achieve the alignment I desire.
This is how my current login form looks:
https://i.sstatic.net/INbs5.png
Here is how I would like to adjust it:
https://i.sstatic.net/Oippe.png
Below is the CSS code for this section:
.log_forms input[type=text], input[type=password] {
margin: 10px 0 20px;
width: 99%;
padding: 7px 0 7px 4px;
border: 1px solid #E3E3E3;