/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}
html {
min-height: 101%;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#F9E74B !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #663300 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #663300 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
 }