#divLogin{
	width: 500px;
	/*height: 281px;*/
	margin:auto;
	max-width: 95vw;
}

#divLogin_Header{
	width:100%;
	height:50px;
	background-color: rgba(255, 196, 59, 1);
	border-radius: 20px 20px 0px 0px ;
}

#divLogin_Header p{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color:#1f3033;
	line-height: 50px;
}

#divLogin_Body{
	width:100%;
	min-height:100px;
	background-color: #e0e2e4;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:6px;
	padding-bottom:6px;
}

#divLogin_Footer{
	width:100%;
	height:50px;
	background-color: rgba(31, 48, 51, 1);
	border-radius: 0px 0px 20px 20px ;
}

#divLogin_Footer p{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color:#FFF;
	line-height: 50px;
}

#divLogin_Footer a{
	color:#FFF;
	text-transform: uppercase;
}

#divLogin button{
	display: block;
	float:right;
	width:152px;
	height:32px;
	border: none;
	color:#FFFFFF;
	font-size:14px;
	font-family: "OpenSans","Roboto","calibri",sans-serif;
	cursor: pointer;
	background-image: url("../../../images/btConnecter_FR.png");
	margin-top: 6px;
}

#divLogin button.LN_EN{
	background-image: url("../../../images/btConnecter_EN.png");
}

#divLogin .retrieveLogin{
	background-image: url("../../../images/btEnvoyer_FR.png");
}

#divLogin .retrieveLogin.LN_EN{
	background-image: url("../../../images/btEnvoyer_EN.png");
}

#divLogin > p:first-child{
	font-family: 'OpenSans-SemiBold';
}

#divLogin form{
	margin-top:5px;
}

#divLogin form p{
	/*font-weight: bold;*/
	font-size: 14px;
}

#divLogin form input:nth-of-type(1){
	margin-top: 0px;
}

#divLogin form input{
	width:280px;
	border: 1px solid #CCC;
	height: 26px;
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: 1px;
}

#divLogin p.fieldName:nth-of-type(1){
	margin-top: 0px;
}

#divLogin p.fieldName{
	width:160px;
	clear: both;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	text-align: right;
	color:#1f3033;
	top: 5px;
	position: relative;
	margin-top: 8px;
	font-size: 16px;
}

#divLogin p.fieldName.empty{
	height:1px;
}

#divLogin .submitContainer{
	float: right;
	margin-right: 33px;
}

#divLogin #errorLogin{
	font-family: "OpenSans-SemiBold";
	font-weight: normal;
	position: relative;
	top: -23px;
	left: 47px;
}

#errorLogin p{
	width:270px;
}

#pleaseIdentify{
	color: #ec6134;
	margin-left: 187px;
	font-size: 16px;
	font-family: 'OpenSans-SemiBold';
}

#entityForbiddenError{
	color: #C00;
	margin-left: 4px;
	margin-top:18px;
	font-size: 14px;
	font-family: 'OpenSans-SemiBold';
	text-align: center;
}

#entityForbiddenConseil{
	margin-left: 4px;
	margin-top:18px;
	margin-bottom:18px;
	font-size: 14px;
	font-family: 'OpenSans-SemiBold';
	text-align: center;
}

#voileLogin{
	width:501px;
	max-width:calc(100% - 22px);
	height:260px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
	visibility: hidden;
	border-radius:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#voileLogin img{
	display: block;
	margin:auto;
	position: relative;
	top: calc(100% / 2 - 64px / 2);
}

@media(max-width: 494px){
	#divLogin p.fieldName{
		width:0px;
		height:0px;
		margin:0px;
		visibility: hidden;
	}
	
	#divLogin form input{
		width: 90%;
		margin:auto;
		display: block;
		margin-bottom:8px;
	}
	
	#pleaseIdentify{
		margin-left: 0px;
		margin-top:26px;
		text-align: center;
	}
	
	#divLogin #errorLogin{
		top: 27px;
		left: 0px;
		text-align: center;
	}
	
	#voileLogin{
		height:285px;
	}
}

@media(max-height: 600px){
	.hiddenHeight600{
		max-width:0;
		max-height:0;
		visibility: hidden;
		overflow: hidden;
	}
}