.form-group {
    min-height: 41px!important;
}

.rc-anchor-logo-text{
    display: none!important;
}

.pdf-invoice, .xml-invoice{
    width: 80px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 600px) {
	.recaptcha{
	   width: 100%!important;
	}
}

.recaptcha-code{
    font-size: 22px;
    font-weight: bolder;
    display: inline-block;
    border: 1px solid #cccccc;
    margin-bottom: 8px;
    padding: 15px;
    letter-spacing: 9px;
    background-image: url(/images/captcha-bg.png)!important;
    background-position: right 10px center !important;
    background-repeat: repeat;
    background-size: cover;
    pointer-events:none;
    
    -moz-user-select: none;  
	-webkit-user-select: none;  
	-ms-user-select: none;  
	-o-user-select: none;  
	user-select: none;
	width: 140px;
    text-align: center;
}
#g-recaptcha-response{
    max-width: 140px!important;
    text-align: center;
}