input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    background-color: #FFF !important;
}

#recaptcha_area .recaptchatable {
    border: 0px solid #333 !important;
}

#recaptcha_area .recaptchatable #recaptcha_response_field {
    border-color: #ccc !important;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 22px;
}