#form1 > fieldset > div:nth-child(1), #form1 > fieldset > div:nth-child(2), #form1 > fieldset > div:nth-child(3), #form1 > fieldset > div:nth-child(4) {
width: 48%;
display: inline-block;
margin-right: 10px;
}

#form1 .text-input, #form1 textarea {
border: 1px solid white;
background: #f4f3f4
}

.secure{
background: #2e337e;
}

.submit{
 background: #e52629;
    color: white;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
width: 200px;
}

#main, body{
padding: 0;
margin: 0;
background: none
}

