body {color: #555; font-size: 19px; font-family: 'Open Sans', sans-serif;margin:0px;background-color: rgba(0,157,204,1)!important;}
#page {
    display: block;
    background: rgba(0,0,0,0);
    background-image: url(../img/sfondo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    position: relative;
	padding:2% 0;
}
#page-thankyou {
    display: block;
    background: rgba(0,0,0,0);
    background-image: url(../img/sfondo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    position: relative;

}
.pixel-GA{
	width:1px;
}
img{
	width:100%;
}
#prefooter{
	background: #fff;
}
.logo,.logo-thankyou{
	padding:28px 0 25px;
}
.logo img{
	max-width:90%;
}
.logo-thankyou img{
	max-width:50%;
}
.login-table {
    display: block;
    background: rgba(255,255,255,0.83);
    border-style: none;
    border-radius: 0px;
    z-index: 1;
    width: 490px;
	max-width:100%;
	margin-bottom: 40px;
}
a.bottone{
color: #fff;
    background: #009ccb;
    border-radius: 40px;
    margin: 9px 0 30px;
    padding: 8px 70px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}
.notice{
	text-align:center;
}
h3.title{
	font-size: 19px;
	color: rgb(85, 85, 85);
	margin: 25px 0 5px;
	line-height:21px;
	font-family: 'Open Sans', sans-serif;
}
h2.title{
	font-size: 45px;
	color: #6f6f6f;
	margin: 25px 0 5px;
	font-family: 'Oswald', sans-serif;
}
p{
	font-weight: 400; font-family: 'Open Sans', sans-serif; font-size: 14px; color: rgb(85, 85, 85); font-style: normal;
	margin: 15px 0 30px;
	line-height:17px;
}
.facebook-login-botton {
    text-align: center;
    padding:8px 20px 8px 20px;
    cursor: pointer;
    background: rgba(37,40,76,1);
    color: #ffffff;
	text-decoration:none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;po
    font-style: normal;
	display:inline-block;
}
.facebook-login-botton:hover {
	text-decoration:none;
	color:#fff;
	 background: rgba(37,0,76,1);
}
form{
	margin-top:20px;
}
form label{
	display:block;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
}
input[type="text"],select,input[type="email"]{
	width:100%;
	 border: 0;
   border-radius: 0;
	display: block;
    height: 35px;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	padding: 0 0 0 10px;
}
.label-style{
	font-size: 13px;
    line-height: 13px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 89%;
	vertical-align: text-top;
	color: #555;
}
.margin-10{
	margin:10px 0 0;
}
#button-hotspot{
	background-color: #016bb7;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	display:block;
	margin-top:10px;
	width:100%;
	    border-style: none;
	height:35px;
	
}
#button-hotspot:hover{
	background:#015692;
}
.footer{
	background: rgba(0,157,204,1);
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding:20px 0 10px;
	font-size: 13px;
}
.footer a, .footer p{
	color:#fff;
	font-size: 13px;
}
a.link-footer:hover {
	color:#fff;
	text-decoration:underline;
}