.contact-us .gform_body input,
.contact-us .gform_body textarea {
    background: #f0f0f0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    padding: 11px 18px !important;
    width: 100% !important;
}
.contact-us .gform_footer .gform_button {
    background: #cb451b;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 13px !important;
    padding: 11px 22px;
}
.contact-us .gform_footer .gform_button:hover {
    background: #ffa800;   
}
.col-xs-12 {
    width: 100%;
}
@media only screen and (min-width: 768px) { 
    .col-md-6 {
        display: inline-block;
        width: 50%;
    }
}