@charset "utf-8";
body {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

#centrecontentpage #content {
	width: 100%;
	left: 0px;
}

#header {
	height: auto;
	overflow: hidden;
	text-align:center;
}

#header #logo {
	width:300px;
	height:140px;
	margin:auto;
	position:relative;
	left:auto;
	top:auto;
}

@media (max-width: 767px) {
	#header #logo {
		height: 90px;
	}
}

#header #int {
	width:400px;
	height:70px;
	margin:auto;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
}

#goccia {
	background-image: url(../images/goccia.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 111px;
	width: 75px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#footer{
	position:absolute;
	width:100%;
	bottom: 10px;
}
#content{
	margin:0px;
}
#login-form{
	margin-left:auto;
	margin-right:auto;
}
#login-form > form{
	padding: 0px !important;
}
#login-form > form > table{ 
	width:100%;
}
@media(min-width:1024px) {
	#login-form{
		width:400px;
	}
}
.btn{
	margin-right: 10px !important;
}
/*@media(max-width:768px) {*/
	.btn{
		display: block;
		width:100%;
		font-size: 18px !important;
		margin-bottom: 10px !important;
	}
/*}*/
/*@media(max-width:768px) {
	.btn{
		padding-bottom: 10px !important;
	}
}*/