.grecaptcha-badge { 
    visibility: hidden;
}

/* capatcha notice */
/* match footer color and type styles */
.captcha-notice{
    font-size: 12px;
    line-height: 1.4em;
    font-weight: normal;
    text-transform: none;
    margin-top: 1em;
    text-align: center;
    color: #8f8f8f;
}
#register-form .register-checkbox.captcha-notice{
    color: #8f8f8f;
}

/* capatcha notice links */
.captcha-notice a:link,
.captcha-notice a:visited{
    color: #afafaf;
    text-decoration: none;
}

.live-tile .captcha-notice a:link,
.live-tile .captcha-notice a:visited{
    color: #afafaf;
    text-decoration: none;
}
#simplemodal-container .captcha-notice a{
    color: #afafaf !important;
}

/* capatcha hovers */
.captcha-notice a:hover{
    color: #8f8f8f;
}
.live-tile .captcha-notice a:hover{
    color: #8f8f8f;
}
#simplemodal-container .captcha-notice a:hover{
    color: #8f8f8f !important;
}