@charset "UTF-8";
/* CSS Document */

body{
	background-color:#fff;
    font-family: 'Lato', sans-serif;
	color:#333;
	font-size:16px;
	line-height:22px;
	font-weight:300
}
a{
	color:#333;
	text-decoration:none
}

#logo{
	margin:40px 0 10px 0
}
strong{
	font-weight:700
}
#content{
	text-align:center;
	width:320px;
	margin:0 auto;
	padding:60px 0;
}
.bt-accedi{
	display: block;
	width: 220px;
	padding: 25px;
	font-size:18px;
	text-align: center;
	background-color: #e4e4e4;
	margin: 0 auto;
	font-weight: 800;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.bt-accedi:hover{
	background-color: #ccc
}