Please see . I want all the background on the form to be the same color as the the body background of the site. I have this and it takes care or 80% of the background. I tried a few things but have been unsuccessful. Thanks in advance for the help.
[css]
/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper { background-color:#E8E1C5 },
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px !important;
padding: 4px 5px !important;
}
div.gform_footer input.button {
color: #ffffff;
}
div.gform_wrapper .ginput_complex label {
font-size: 14px;
}
div.gform_wrapper li,
div.gform_wrapper form li {
margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
border: none;
margin: 0;
padding: 0;
}