body, html {
	font-family: 'Open Sans', sans-serif;
	color:#666; font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;
	background-color:#EAEAEA;
	height:100%;
	}

a, a:visited, a:active {
	color:#000000;
	text-decoration:none;
	}
	
a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

h1 {
	padding:0;
	margin:10px 0;
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:center;
	}
	
h2 {
	padding:0;
	margin:10px 0;
	font-size:16px;
	color:#000;
	font-weight:normal;
	text-align:center;
	}
	
h3 {
	font-size:15px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	}

.container {
	width:100%;
	height:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding:10% 0;
	box-sizing:border-box;
	}
	
.item {
	width:90%;
	max-width:500px;
	min-height:400px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	box-sizing:border-box;
	padding:20px;
	background-color:#FFF;
	box-shadow: 5px 5px 5px #888888;
	}

.img {
	width:100%;
	box-sizing: border-box;
	text-align:center;
	position:relative;
	}

.img img {
	width:80%;
	}

.loader {
	width:100%;
	text-align:center;
	}

.form {
	width:100%;
	box-sizing: border-box;
	text-align:center;
	}
	
.input {
	border:1px #999 solid;
	width:70%;
	box-sizing:border-box;
	padding:5px;
	margin:5px 0;
	}
	
.pulsante {
	border:1px #999 solid;
	width:25%;
	box-sizing:border-box;
	padding:5px;
	margin:5px 0;
	}