/* reCAPTCHA ident styling */

/* div.grecaptcha-badge{
    width: 256px; 
    height: 60px; 
    display: block; 
    transition: right 0.3s; 
    
    position: fixed; 
    bottom: 14px; 
    right: -186px;

    bottom: 90px !important;

    overflow: hidden;

    box-shadow: gray 0px 0px 5px; 
    border-radius: 2px; 
} */

div.grecaptcha-badge{
    z-index: 999;
}

@media (max-width: 768px) {
    div.grecaptcha-badge{
        visibility: hidden;
    }
}