body {
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*--------------------------------------------------------- Login page */

.button100 {
	width: 100% ;
  display: block;
  margin: 5px 0;
}
.button40 {
	width: 40% ;
  display: block;
  margin: 5px 0;
}
.button40l {
	width: 40% ;
	float: left;
  display: block;
  margin: 5px 0;
}
.button40r {
	width: 40% ;
	float: right;
	 display: block;
  margin: 5px 0;
}

h2 small {
	font-size: 0.5em !important;	
}

.loginpage {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-image: url(../immagini/login.jpg);
	background-size: cover;
	-webkit-filter: blur(8px);
	z-index: -2;
}


.login{
	color: #fff;
	position: absolute;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	top: calc(50% - 120px);
	left: calc(50% - 140px);
	height: 150px;
	width: 250px;
	padding: 10px;
	z-index: 2;
}

.login h2 {
	text-align: center;
}

.login input[type=text]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.login input[type=password]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.login input[type=submit] {
	width: 250px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.login input[type=submit]:hover{
	opacity: 0.8;
}

.login input[type=submit]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=submit]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}
