@charset "utf-8";

body {
	
}

noscript .overlay {
	background-color: #444;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

noscript .lightWarningBox {
	border: medium none;
	left: 5%;
	position: absolute;
	top: 28%;
	width: 50%;
	z-index: 1002;
	font-size: 150%;
	font-weight: bold;
	margin: 100px 20% 15px;
	padding: 8px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px #fff;
	color: #444;
}

noscript .lightWarningBox p {
	font-size: 0.9em;
	padding: 8px 0;
}

form {
	padding-top: 30px;
}

.hLogin {
	height: 150px;
	background-image: url("../images/pictos-haut.png");
	background-size: 218px 112px;
	background-repeat: no-repeat;
	background-position: 50px top;
}

#titreApplicationLogin {
	display: inline;
	color: #475b6d;
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	position: relative;
	width: 600px;
	color: #475b6d;
	top: 105px;
	left: 350px;
}

#logoLogin {
	margin-left: 800px;
	margin-top: 58px;
	background-image: url("../images/IMA-login.png");
	background-size: 147px 44px;
	height: 44px;
	width: 147px;
}

header {
	height: 100px;
	width: 100%;
	background-color: #D5D6D6;
	background-image: url("../images/logoIma.png");
	background-size: 180px 53px;
	background-repeat: no-repeat;
	background-position: 20px 35px;
}

/* #loginFormContainer { */
/*     margin: auto; */
/*     background: #fff url('../images/bk_login.png') center center; */
/*     background-repeat: no-repeat;  */
/*     text-align: center;    */
/* } */
#loginFormContainer form {
	text-align: center;
	margin: 60px auto;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 70px;
}

#loginFormContainer form div {
	margin: 9px 0 0 0;
	padding-top: 10px;
}

#stacktrace {
	background-color: #EEE;
	padding: 15px;
	margin: 15px;
}

.errorblock, .infoblock {
	text-align: center;
	font-size: 1.2em;
	border: 3px solid;
	padding: 8px;
	margin: 16px;
}

.errorblock {
	color: red;
	background-color: #ffEEEE;
	border-color: #ff0000;
}

.infoblock {
	color: green;
	background-color: #e7feee;
	border-color: #00c400;
}

#footerLogin {
	background-color: #D5D6D6;
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 160px;
	bottom: 0px;
	background-image: url("../images/pictos-bas.png");
	background-position: right 50px bottom 30px;
	background-repeat: no-repeat;
	background-size: 200px 100px;
}

#footerMessages {
	font-size: 85%;
	padding: 20px 20px 20px 20%;
	width: 70%;
	z-index: 0;
}

.mdpForm label {
	display: none;
}
