#cg-test-loader-header-css,
#cg-test-loader-footer-css {
	text-align: center;	
}

.colonna-reg {
	justify-content: normal;
}

.versamenti-numeri {
	display: flex;
	flex-wrap: wrap;
}

.bottone-versamento {
	margin-right: .3rem;
	margin-bottom: .3rem;	
}

.bottoni-login .bottone {
	text-transform: uppercase;
}

.cg-hide {
	display: none;
}

.cg-phone-number {
	display: flex;
}

.cg-phone-number input:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	max-width: 15%;
	
}
.cg-phone-number input:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	max-width: 85%;
}

.form-group.cg-mandatory label:after {
    content: '(*)';
    color: red;
    font-size: 1.3rem;
    margin-left: 0.5rem;
}

.cg-error-container {
	background-color: #ffafaf;
	padding: .375rem .75rem;
	border-radius: .25rem;
}

.cg-color-red {
	color: red;
	font-weight: 450;
}

#cg-signup-banner-container .draggable, .cg-signup-banner-height{
    height: 8vw !important;
	/*max-height: 225px !important;*/
}

.cg-signup-banner-item{
	background-size: 100% 100%;
    height: 100%;
    margin: auto;
}