input.error, textarea.error, select.error {
	border-color: #B21917!important;
	border-width: 1px!important;
}
label.error {
	color: #B21917;
    font-weight: bold;
    position: absolute;
    font-size: 11px;
    top: 18px;
    right: 25px;
    background: #ffffff;
    padding: 0px 6px;
    line-height: 17px;
}
label#holetto-error {
	top: auto;
    background: transparent;
    right: auto;
	position: relative;
}
.img_upl label.error {
   top: 25px;
}
textarea {height: 259px;margin-bottom: 15px;}
.index #form-telefonico select {
	margin-bottom: 15px;
}
#recaptcha-container {
	transform: scale(0.71);
    transform-origin: 0 0;
}
@media screen and (max-width: 668px) {
	section#form-telefonico p {
		margin-bottom: 30px !important;
	}
	textarea {
		height: 150px!important; 
	}
	section#form-telefonico .campiObbligatori {
		margin-bottom: 0px !important;
	}
	div#recaptcha-container {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
}