/* BOX LOGIN */
#login {
	position:fixed;
	top:-155px;
	right:20px;
	font-size:12px;
	z-index:80;
	width:155px;
	height: 140px;
	border-top:1px dashed #67879B;
	border-right:1px dashed #67879B;
	border-bottom:1px dashed #67879B;
	border-radius: 0px 0px 4px 4px;
	padding:10px 5px 45px 10px;
	background:url('../../images/riservata.svg') no-repeat #67879B bottom left;
}
#login a#pulsante_movimento {
	position: absolute;
	left:0;
	bottom:0;
	display:block;
	width:155px;
	height:40px;
}
#login label {
	font-size:12px;
	color:#FFF;
	margin:5px 0px 5px 0px;
	width:100%;
	float:left;
}
#login a {
	font-size:12px;
	color:#FFF;
}
#login a:hover {
	font-size:12px;
	color: #FFFF00;
}
#login span {
	font-size:12px;
	color:#FFF;
	width:100%;
	float:left;
}
#login input {
	border:1px solid #CCC;
	padding:0px 3px;
	line-height:20px;
	-moz-box-sizing: content-box;
}
#login p {
	font-size:14px;
	color:#FFF;
	width:90%;
	margin:10px auto;
	text-align:center;
}
input[type="submit"]::-moz-focus-inner {border:0;}
#login input[type="button"] {
  background:#EEE;
  width:45%;
  margin-right:5%;
  float:right;
}
#login input[type="text"] {
  width:90%;
}
#login input[type="password"] {
  width:90%;
}
/* --- SCHEDA UTENTE --- */
div.genera_password {
	text-align:right;
	margin:5px 5%;
}
div.genera_password span {
	background:none;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	color:#777;
	font-weight:normal;
	line-height:18px;
	float:left;
}

/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
#login {
	display:none;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
#login {
	display:none;
}
}