input[type=radio] {
    margin-top: -1.5px;
    vertical-align: middle;
}

label {
    margin-left: 0.313rem;
}
#divBackgroundRegister{
	 background: linear-gradient(120deg, rgba(74,175,203), rgba(101,113,179) 75%); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(120deg, rgba(74,175,203), rgba(101,113,179) 75%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(120deg, rgba(74,175,203), rgba(101,113,179) 75%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(120deg, rgba(74,175,203), rgba(101,113,179) 75%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(120deg, rgba(74,175,203), rgba(101,113,179) 75%); /* Standard syntax */
    padding-bottom: 30px;
    padding-top: 30px;
}
#divBackgroundWhite{
	background: white; /* For browsers that do not support gradients */
    background: white; /* For Safari 5.1 to 6.0 */
    padding-bottom: 10px;
    padding-top: 20px;
}
.titolo-grosso{
	color: #fff !important;
}

#avvisoConcessionario {
	background-color: #ececf9;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
}

body{
	backgroud-color: rgb(247,247,247) !important;
}
#btnRegister{
	cursor: pointer;
	background-color: rgb(101, 113, 179) !important;

}

.spot-legal-head {
	color: #6c6b6b;
	font-weight:bold;
}

#btnBoxLegalRegistration {
	
}.privacyAccept{
	font-weight: bold;
}

.condizioniAccept{
	padding : 10px;
	border-radius : 15px;
	max-height: 200px;
	overflow-y: auto;
}

.consensoFont{
	font-size: 11px!important;
}
