/** 
 *  reCAPTCHA Frontend CSS File
 *  v1.0.0
 */
.recaptcha-error {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 20px;
    margin-bottom: 20px;
}
.g-recaptcha {
    margin-top: 15px;
    margin-bottom: -15px;
}