 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFffff !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #ffffff !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #000000 !important; //Text input field border color
   //background-color:#000000 !important; //Text input field background color
 }

