@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

img {
	border: none;
}

a {
	outline: none;
	text-decoration: none;
}

body {
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	color: #656363;
	background: url(../images/login-bg.jpg) repeat-x 0 4px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.clearing {
	clear: both;
}

h1 {
	background: url(../images/top-repeat.jpg) repeat-x center center;
	text-indent: -3000px;
	height: 4px;
}

.loginContent {
	width:960px;
	min-height: 1000px;
	margin: 0 auto;
	background:url(../images/login.jpg) no-repeat 0 0;
}

fieldset {
	width: 320px;
	margin: 0 auto;
	padding-top: 406px;
	text-align: center;
}

fieldset p {
	margin-bottom: 24px;
}

input[type=text], input[type=password] {
	width: 280px;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	margin: 0;
	font-size: 25px;
	color: #69a7da;
	background: #e2f1fe;
	border: #84b9e4 solid 3px;
	border-radius: 10px;
	outline: none;
}

input[type=submit], a.button {
	display: inline-block;
	height: 61px;
	line-height: 61px;
	width: 165px;
	margin: 0;
	padding: 0;
	font-size: 25px;
	border: none;
	text-align: center;
	color: #FFF;
	background: url(../images/login-button.png) no-repeat 0 0;
	outline: none;
	cursor: pointer;
}

.loginButt {
	margin: 95px 0 5px 0;
}

.loginRem * {
	display: inline-block;
	vertical-align: middle;
}

.field-validation-error, .validation-summary-errors {
		color: #fa4629
}


/* --------- Pagine errore -------- */


.genericWebError p.erroreInvia {
	text-align: center;
	margin-top: 170px;
}

.erroreInvia a {
	display: inline-block;
	height: 61px;
	width: 165px;
	line-height: 61px;
	color: #fff;
	background: url(../images/login-button.png) no-repeat 0 0;
}


.genericWebError {
}

.genericWebError p {
	margin: 0;
	text-align: left;
}

.genericWebError fieldset {
	padding-top: 390px;
	width: 540px;
	position: relative;
}

.genericWebError textarea{
	height: 110px;
	width: 230px;
	margin-bottom: 50px;
	float: right;
	border: none;
	border-radius: 10px;
}

.genericWebError .loginButt {
	margin: 0;
	text-align: center;
}

.logoError {
	position: absolute;
	top: 680px;
	left: 140px;
}

.errorThankyou {
	text-align: center;
	margin-bottom:
}

