#gform_wrapper_1 .gfield_label {
       height: 12px ; 
       width: 209px ; 
       font-size: 20px ; 
       font-weight: bold ; 
    } 

#gform_wrapper_1 .gform_fields > li {
       border-bottom-width: 0px ; 
       border-top-width: 0px ; 
       border-top-style: solid ; 
       margin-bottom: 0px ; 
       padding-bottom: 0px ; 
    } 

#gform_wrapper_1 input[type=text] {
       height: 40px ; 
       width: 100% ; 
       margin-top: 0px ; 
       margin-left: -15px ; 
       font-size: 20px ; 
       border-width: 2px ; 
       border-style: dashed ; 
       border-radius: 10px ; 
       font-weight: bold ; 
    } 

#gform_wrapper_1 .gfield_select {
       height: 40px ; 
       width: 100% ; 
       padding-top: 4px ; 
       padding-bottom: 4px ; 
       margin-right: 0px ; 
       margin-left: -14px ; 
       border-style: dashed ; 
       border-radius: 10px ; 
       font-size: 20px ; 
       font-weight: bold ; 
       border-width: 2px ; 
    } 

#gform_wrapper_1 textarea {
       width: 100% ; 
       font-size: 20px ; 
       border-radius: 10px ; 
       border-style: dashed ; 
       margin-left: -15px ; 
       border-width: 2px ; 
       font-weight: bold ; 
    } 

#gform_wrapper_1 .gform_body {
       margin-left: 40px ; 
    } 

#gform_wrapper_1 input[type=submit] {
       margin-left: 21px ; 
       padding-left: 4px ; 
       font-size: 20px ; 
       background-color: rgba(0,129,187,1) ; 
       color: rgba(255,255,255,1) ; 
       width: 90% ; 
       height: 52px ; 
       border-style: dashed ; 
    } 

#gform_wrapper_1 .gform_footer {
       margin-top: 0px ; 
       padding-top: 7px ; 
    } 

#gform_wrapper_2 input[type=submit] {
       width: 100% ; 
       height: 50px ; 
       background-color: rgba(0,129,187,1) ; 
       color: rgba(255,255,255,1) ; 
       font-size: 26px ; 
       border-right-style: none ; 
       border-style: none ; 
       border-radius: 10px ; 
    } 

