#main {padding: 20px}
body {background: none;}

#form1 .text-input, #form1 textarea {
border-radius: 20px;
border: 2px solid #e7e7e2; 
}

.submit{
background-color: #f2b705;
border-radius: 20px;
color: #000;
width: 250px;
text-align: center;
}

.secure{
background-color: #e30613;
}