/* Add your custom CSS below */
.g-recaptcha
{
	padding-top: 10px !important; 
}
 .g-recaptcha {
    visibility: hidden;
}
.mktoForm .g-recaptcha {
    visibility: visible;
}
.g-recaptcha.g-recaptcha {
    //margin-top: 20px;
    //margin-left: 11px;
}
.g-recaptcha > DIV {
    width: 168px !important;
}
.g-recaptcha > DIV > DIV {
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-radius: 5px;
    transition: background-color 400ms ease-out;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/250687/spiffygif_86x86.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.g-recaptcha.mktoInvalid > DIV > DIV {
	background-color: #F63C00;
	transition: background-color 400ms ease-in;
}