* {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

a, a:link, a:visited, a:hover, a:active {
outline: none;
}

ul, ol {
list-style: none;
}

body {
font-family: "Trebuchet MS", sans-serif;
}

.Clear {
clear: both;
}

a {
color: #4C85AF;
}

/* LOGIN*/
.result {
    color: #ddd;
    text-align: center;
}

	.LoginSplash img {
	}

	.LoginSplash .FormWrapper {
	margin: 30px auto 0 auto;
	width: 420px;
	padding: 40px 0 20px 0;
	background: #b20011;
	border-radius: 20px;
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,0.3);
	}

		.LoginSplash .FormWrapper .Row {
		padding-bottom: 20px;
		}

			.LoginSplash .FormWrapper .Row label {
			float: left;
			width: 150px;
			margin-right: 10px;
			height: 32px;
			line-height: 32px;
			text-align: right;
			font-size: 18px;
			color: #fff;
			}

			.LoginSplash .FormWrapper .Row input {
			float: left;
			width: 200px;
			padding: 1px 10px;
			height: 30px;
			line-height: 25px;
			border: 0;
			font-size: 18px;
			border-radius: 8px;
			/*box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);*/
			background: #ECCFB8;
			color: #901920;
			text-align: left;
			}

			.LoginSplash .FormWrapper .Row input.Password {
			border-radius: 8px 0 0 8px;
			width: 140px;
			}

			.LoginSplash .FormWrapper .Row a.Submit {
			float: left;
			width: 60px;
			height: 32px;
			line-height: 32px;
			font-size: 14px;
			background: #901920;
			border-radius: 0 8px 8px 0;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			/*box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);*/
			}

	.LoginSplash p.Errore {
	margin-top: 15px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	left: 25px;
	color: red;
	font-size: 17px;
	border-radius: 8px;
	/*box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);*/
	}

	.LoginSplash .Presentazione {
	float: left;
	width: 405px;
	}

		.LoginSplash .Presentazione p {
		font-size: 17px;
		padding: 5px 15px 5px 15px;
		line-height: 25px;
		text-align: left;
		color: #4F9447;
		/*background: rgba(255,255,255,0.5);*/
		}

	.LoginSplash .SplashFooter {
	margin: 30px 0;
	padding: 15px 0;
	height: 80px;
	border-top: 1px solid #ccc;
	background: url('../img/LoghiFooter.png') no-repeat 310px 15px;
	}

		.LoginSplash .SplashFooter p {
		text-align: left;
		padding: 0 25px 0 25px;
		font-size: 16px;
		color: #fff;
		}

	.contImmagini {
	position: relative;
	}

	.boxImmagine {
	height: 107px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 420px;
    z-index: -1;
	background: url('../img/logo_login.png') no-repeat 0px 0px;
	}
	
	.boxImmagine2 {
	height: 232px;
    left: 45px;
    position: absolute;
    top: 215px;
    width: 350px;
    z-index: -1;
	background: url('../img/logo_otd_2.png') no-repeat 0px 0px;
	}

	.logoConnectis {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 200px;
	height: 200px;
	background: url('../img/LogoConnectis.png') no-repeat 0px 0px;
	background-size: contain;
	}

	.logo {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 200px;
	height: 200px;
	background: url('../img/Logo.png') no-repeat 0px 0px;
	background-size: contain;
	}