.ctct-form { margin: 40px; }
.ctct-form-field input[type="text"], .ctct-form-field input[type="email"], .ctct-form-field input[type="url"], .ctct-form-field input[type="password"], .ctct-form-field input[type="search"], .ctct-form-field input[type="number"], .ctct-form-field input[type="tel"], .ctct-form-field input[type="range"], .ctct-form-field input[type="date"], .ctct-form-field input[type="month"], .ctct-form-field input[type="week"], .ctct-form-field input[type="time"], .ctct-form-field input[type="datetime"], .ctct-form-field input[type="datetime-local"], input[type="color"], .ctct-form-field textarea { background: #f7f7f7; border: 1px solid #c4c4c4; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; color: #787878; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;    font-size: 16px; margin: 0; padding: 12px; height: 50px;  width: 100%; }
.ctct-form-wrapper .ctct-form .ctct-label-top label, .ctct-form-wrapper .ctct-form .ctct-label-bottom label { font-weight: 700; margin: 0; padding: 0; }
fieldset { border:0px; padding:0; margin:0; }
legend { font-weight: 700; font-size: 20px; display: none; }
.ctct-form-wrapper .ctct-submit { background: #333; border: 0; color: #f7f7f7; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; height: 50px; font-size: 18px; line-height: 1; padding: 10px; }



@media screen and (max-width: 640px) {
a.button.large { padding: 0 18px !important; font-size: 1.0em !important; }
}