I've been wrestling with this landing page for the past day and I just can't seem to get the form section right.
Take a look at this link! The form at the bottom of the page is all over the place.
Below is the CSS snippet that I have been using. Can anyone point out what I'm doing wrong?
#form {
background: #F1F1F1;
font-size: 22px;
margin: 25px 20px 35px 0px;
padding: 35px 5px 35px 0px;
text-align: left;
width: 100%;}