#main {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
iframe {
    width: 100%;
    height: 800px;
}
body {
    font-size: 16px;
    background: #1f1f1f;
}
#form1 .text-input, #form1 textarea {
    font-family: inherit;
    border: 1px solid #000;
    background-color: #fff;
}
.submit {
    background: #c39c63;
    color: #fff;
    border-bottom: 1px solid #a17a41;
}
.submit:hover {
    opacity: .9;
    transition: all .4s ease-in-out;
background: #c39c63;
    color: #fff;
}