.center{ display: block;margin: 0 auto; }
.clearfix{ clear: both; }
.no-padding{ padding: 0 !important; }
.no-margin{ margin: 0 !important; }
.underline{ text-decoration: underline; }
*:not(.fa){
	font-family: 'Lato', sans-serif;
}
body{
	background-color: #0093A8;
}
#logoRizmoic{
	max-width: 321px;
    display: block;
    margin: 0 auto;
}
header{
	padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 7px solid #FFD200;
	background-color: #0093A8;
}
#sfondo{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
	margin-bottom: 50px;
}
#formUtente{
	background-color: #ffffff;
}
.info{
	color: #0093A8;
	line-height: 27px;
	font-size: 18px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.boxPadding{
	padding: 15px 10px;
}
.boxPadding1{
	padding-bottom: 10px;
}
.boxPadding2{
	padding-left: 10px;
	padding-right: 10px;
}
.bBottom{
	border-bottom: 7px solid #FFD200;
}
.hrGrigio{
	margin-top: 0;
    margin-bottom: 12px;
    border-top: 2px solid #707070;
    max-width: 370px;
}
.txt1{
	color: #50616A;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
	font-size: 17px;
}
.txt2{
	color: #50616A;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.txt3{
	color: #000000;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    width: max-content;
    display: block;
    margin: 0 auto;
    border-top: 2px solid #0093a8;
    border-bottom: 2px solid #0093a8;
    padding-top: 5px;
    padding-bottom: 5px;
	margin-top: 15px;
}
.txt4{
	color: #50616A;
	font-family: 'Lato', sans-serif;
    font-style: italic;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0px;
}
a{
	color: #0093A8;
	line-height: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #FFD200;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFD200;
	font-weight: 800;
	font-size: 18px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #FFD200;
	font-weight: 800;
	font-size: 18px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #FFD200;
	font-weight: 800;
	font-size: 18px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #FFD200;
	font-weight: 800;
	font-size: 18px;
}
#formUtente .form-control{
	color: #ffffff;
    font-weight: 800;
    background-color: #0093A8;
    border: 0;
    min-height: 49px;
    font-size: 18px;
}
input[type=submit]:focus {
    background-color: #0093A8;
}
button:focus, input:focus {outline:0;}
.btnInvia{
	display: block;
    margin: 0 auto;
    background-color: #ffd200;
    color: #0093a8;
    font-weight: 800;
    padding: 14px 50px;
    font-size: 18px;
    border-radius: 22px;
}
.btnInvia:hover{
	background-color: #0093a8;
    color: #ffd200;
}
.hasError{
	border: 1px solid red !important;
}
.point{
	font-size: 7px;
    position: relative;
    top: -2px;
	margin-right: 5px;
}
#sfondoMobile{
}
.loghiFooter{
	padding-top: 10px;
    padding-bottom: 10px;
}


@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	.boxPadding{
		padding: 30px;
	}
	.boxPadding2{
		padding-left: 35px;
		padding-right: 35px;
	}
	#sfondo{
		background-image: url('../img/sfondo2.png');
		background-color: #0194a8;
		border-bottom: 7px solid #FFD200; 
		margin-bottom: 0px;
	}
	#formUtente{
		margin-bottom: 100px;
	}
	.loghiFooter{
	    padding-top: 0px;
		padding-bottom: 0px;
	}
	.txt4{
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px){
	.container {
		max-width: 1090px;
	}											