.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: none;
    border-radius: 0;
}

.gform_wrapper textarea {
    border: none;
    border-radius: 0;
}

.gform_wrapper .gfield_checkbox li label, 
.gform_wrapper .gfield_radio li label {
    font-size: 14px!important;
}

.gform_wrapper .gfield_checkbox li input, 
.gform_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 0!important;
    margin-right: 5px;
    margin-bottom: 0!important;
}