#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;
}

.cg-error-container {
	background-color: #ffafaf;
	padding: .375rem .75rem;
	border-radius: .25rem;
}

.cg-color-red {
	color: red;
	font-weight: 450;
}
