Want to add background and border with radius. Simply add this css code to your style.css file.
 
.gform_wrapper {
    background-color: #339999;
    border: 1px solid #112233;
    border-radius: 8px;
    padding: 20px;
}