#form1 .text-input, #form1 textarea {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #eeeeee;
    border-radius: 10px;
}
.submit {
    background: #f1b91f;
    color: #fff;
    border-bottom: none;
    border-radius: 10px;
}
#main {
    padding-left: 0px;
    padding-right: 0px;
}