/*STILI LOGIN*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial","Helvetica",sans-serif;
	background-image: url("../img/bg-login.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000;
	background-size: 100%;
	font-size: 1em;
}
#parent {
	padding: 25% 0;
	text-align: center;
}

#child {
	position: fixed;
	left: 47.5%;
	top: 35%;
	z-index: 100;
	height: 520px;
	margin-top: -260px;
	width: 355px;
	margin-left: -122px;
}

.full {
	float: left;
	clear: both;
	width: 100%;
}

#login-top {
	height: 22px;
}

#login-body {
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 10px;
}

#logo-cliente {
	width: 100%;
	text-align: center;
	float: left;
	margin-top:15px;
	margin-bottom:15px;
}

#login-content {
	width: 258px;
	margin: auto;
}

.pbyborder {
	float: left;
	width: 30%;
	height: 13px;
	border-bottom: solid 1px #D5D8C4;
}

#powered {
	margin-bottom: 10px;
	float: left;
}

.powby {
	float: left;
	width: 40%;
	height: 26px;
	line-height: 25px;
	color: #5F6145;
	font-size: 0.9em;
}

#gestitruck {
	width: 258px;
	height: 53px;
	margin: auto;
	background: url("../img/login_logo_gt.png") top left no-repeat;
	margin-bottom: 15px;
}

#gesticont {
	width: 258px;
	height: 53px;
	margin: auto;
	background: url("../img/login_logo_gc.png") top left no-repeat;
	margin-bottom: 15px;
}

h1.gestionale {
	width: 258px;
	margin: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FF6600;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: -1px;
}

.border {
	float: left;
	height: 13px;
	border-bottom: solid 1px #D5D8C4;
}

#passwordreminder {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}

a.passwordreminder, a.passwordreminder:link, a.passwordreminder:visited, a.passwordreminder:hover {
	color: #111;
	font-weight: bold;
	font-size: 12px;
}

#rememberme {
	float: left;
	text-align: left;
	white-space: nowrap;
	line-height: 30px;
}

label.remember {
	color: #111;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	float: none;
}

#login-button {
	float: right;
	text-align: right;
}

#login-bottom {
	height: 22px;
}

#login-info {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../img/login_sf_info.png") top left repeat;
	width: 200px;
	height: 79px;
	color: #FFF;
	float: left;
	margin-left: 24px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-left: 5px;
}

#login-info a, #login-info a:link, #login-info a:visited, #login-info a:hover {
	color: #FFF;
	text-decoration: none;
}

#login-secure {
	padding: 5px;
        text-align: center;
	width: 100%;
        height: 160px;
        background: url("../img/login_secure.png") center no-repeat;
        background-size: 184px 102px;
}

.left {
	float: left;
}

.h30 {
	line-height: 30px;
	height: 30px;
	padding-top: 5px;
	margin-right: 3px;
}
