/* Login */

.login {
	font-family: Calibri, Arial, Helvetica;
}

.login #sideBar {
	position: fixed;
	float: left;
	width: 350px;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
}

.login #illustration {
	position: fixed;
	left: 350px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


.login #env {
	width: 230px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #af180d;
}
.login #logo {
	display: block;
	margin: 30px auto 0 auto;
}
.login #title {
	margin: 15px 0 8px 0;
	text-align: center;
	font-size: 162%;
	color: #606060;
}
.login #nfc {
  text-align: center;
	margin: 8px 0 10px 0;
  font-size: 120%;
}

.login #forms {
	height: 200px;
	overflow: hidden;
}

.login #loginForm {
	margin: 10px auto 0px auto;
	width: 230px;
	min-height: 190px;
}

.login .error {
	width: 230px;
	margin: 0 auto 20px auto;
	color: #b90909;
	font-weight: bold;
	font-size: 120%;
}
.login .info {
	width: 230px;
	margin: 0 auto 20px auto;
	color: #529d1d;
	font-weight: bold;
	font-size: 120%;
}

.login LABEL {
	display: block;
	color: #616161;
	padding: 0 0 3px 0;
}

.login .itemPassword, 
.login .lostPass, 
.login .itemSubmit {
	margin-top: 20px;
}

.login .itemUser INPUT, 
.login .itemPassword INPUT,
.login .itemEmail INPUT {
	width: 228px;
	border: solid 1px #B0B0B0;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.login .itemCheck {
	margin-top: 20px;
	color: #616161;
	float: left;
}

.login .itemCheck INPUT {
	position: relative;
	top: 2px;
	margin-left: 0;
}

.login .itemSubmit {
	text-align: right;
}

.login .itemSubmit INPUT {
	margin: 0;
	padding: 0 10px;
	background-color: #326dcc;
	border: 0;
	height: 27px;
	line-height: 27px;
	color: #FFFFFF;
	font-weight: bold;
}

.login .itemSubmit INPUT:hover {
	background-color: #2c5eaf;
}

.login .lostPass A, 
.login .lostPass A:visited {
	color: #2765bd;
	text-decoration: none;
}

.login .lostPass A:hover {
	text-decoration: underline;
}

.login #lostPassForm {
	margin: 10px auto 0px auto;
	width: 230px;
	min-height: 190px;
}

.login #lostPassForm .title {
	font-weight: bold;
}

.login .itemAnnuler {
	margin-top: 24px;
	color: #616161;
	float: left;
}

.login .itemAnnuler A,
.login .itemAnnuler A:visited {
	color: #2765bd;
	text-decoration: none;
}

.login .itemAnnuler A:hover {
	text-decoration: underline;
}

.login .contacts {
	margin: 60px auto 0 auto;
	width: 230px;
	text-align: right;
	color: #606060;
	line-height: 140%;
}

.login .contacts .title {
	font-weight: bold;
}