
/*recaptcha STYLE//////////////////////////////////////*/
.g-recaptcha{
    display: inline-block; 
    }
    
    @media screen and (max-width: 1500px) {
        .g-recaptcha{
            width: 170px;
    
            border-radius: 6px;
            border-right: 1px solid #3a3b3c;
            overflow: hidden;
        }
    } 
/*recaptcha STYLE//////////////////////////////////////////*/