.special-offer-form>div>form>div>input[type="submit"] {
    margin: 0;
    padding: 12px 0 !important;
    width: 95% !important;
    background: #00a6bb;
    color: #fff;
}
.special-offer-form>div>form>div.gform_footer {
   
}
@media only screen and (max-width: 641px){
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
    font-size: 6pt;
    margin: 0 !important;
}
}
@media only screen and (min-width: 641px){
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
     line-height: 1;
    font-size: 7pt;
    margin: 0 !important;
}
}

@media only screen and (max-width: 641px){
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
    min-height: 2rem;
    font-size: 7pt;
}
}

@media only screen and (max-width: 600px)  {
div.special-offer-form input.large {
    font-size: 11pt;
}
}