.logoHome {
	position:relative;
	width: 350px; 
	height: 125px; 
	margin:0 auto; 
	background-image: url('../resources/dornach_zevent.png'); 
	background-position: center center; 
	background-size: cover;
}

.logoText {
	position:absolute; 
	top:55px; 
	left:120px; 
	font-size: 1em;
}

.inputLogin {
	background-color: transparent;
	border: 1px solid white;
	/* margin-top: 20px;  */
	width: 300px; 
	padding: 5px;
	color: white;
}

.inputLoginPwd {
	letter-spacing: 2px;
	font:small-caption;
	font-size:16px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
	opacity: 0.7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: white;
	opacity: 0.7;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
	opacity: 0.7;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
	opacity: 0.7;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
	opacity: 0.7;
}

.bandeau-login-css {
	background-color: #4784C9; 
	
	position: relative;
	padding-top: 10px; 
	padding-bottom: 40px; 
	margin-top: 10px; 
	margin-bottom: 20px; 
	
	height: 350px;
	
	background-image:url('../resources/accueil_login.jpg'); 
	background-position: center center; 
	background-size:cover; 
	background-repeat: no-repeat;
	
	text-align: right; 
}

.module-login {
	position:relative; 
	top: 50px;
	
	z-index: 10; 
	border: 0px solid white;
	width: 500px;
	
	float: right;
	padding: 20px;
	
}

.module-login-pwd {
	margin-top: 10px;
}

.module-login-btn {
	position: absolute; 
	right: 20px;
	margin-top: 10px; 
}


.backgroundBlackLogin {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	z-index: 0;
	
	background-color: black;
	opacity: 0.3;
}


.formLogin {
	position:absolute; 
	width: 100%; height: 100%; 
	padding: 10px;
}

.labelLogin {
	color: white;
	font-weight: 700;
	margin-right: 20px;
}

.btn-custom-login {
	float: right;
	width: 150px;
	background-color: transparent;
	border: 1px solid white;
}

.btn-custom-login:hover {
	background-color: rgba(255, 255, 255, 0.21);
	border: 1px solid white;
}

.btn-newuser {
	background-color: #4784C9;
	border-color: transparent;
	padding:10px 30px;
}

.btn-newuser:hover {
	background-color: rgba(71, 132, 202, 0.85);
}



.footer-index {
	position: fixed;
	display:block;
	
	right: 0px;
	bottom: 0px;
	z-index: 10;
	width: 100%;

	padding-right: 20px;
	padding-left: 20px;
		
	color:#393840;
	background-color: white;
}




.info-text {
	font-size: 0.8em;
	color:1393840;
	width: 200px; 
	text-align: justify; 
	margin: 0 auto;
}

.info-text-title {
	text-align: center; 
	font-weight: 700; 
	margin-top: 10px; 
	margin-bottom: 5px;
}

.info-text-img {
	width: 200px;
}


/* Div Mot de passe perdu et new user */
.form-fs-ctn {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}

.form-fs-ctn .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393840;
	opacity: 0.7;
}

.form-fs-ctn .formPwd {
	position: absolute;
	top:50%;
	left: 50%;
	
	width: 90%;
	margin-left: -45%;

	/* height: 300px;	 */
	margin-top: -150px;

	padding: 15px 5px;

	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 1px 100px 0px #373737;
}


.form-fs-ctn .formNewUser {
	position: absolute;
	top:50%;
	left: 50%;

	width: 90%;
	margin-left: -45%;
		
	margin-top: -325px;
	height: 650px;
	
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 1px 100px 0px #373737;
}

.lost-pwd-label {
	line-height: 30px;
	color: #393840;
	font-size: 0.9em;
	font-weight: 500;
}

.form-fs-ctn input, .form-fs-ctn textarea {
	width: 100%;
	border: 1px solid #bebebe;
	padding: 4px;
	height: 30px;
}

.form-fs-ctn textarea {
	height: 100px;
	resize: none;
}

.form-fs-ctn .title {
	color: #4784C9;
	font-weight: 700;
	font-size: 0.9em;
}

.lpwd-bt {
	color: white; 
	display: inline-block; 
	font-size: 0.8em; 
	margin-right: 10px;
}

.lpwd-bt:hover {
	cursor: pointer;
	color: orange;
	text-decoration: underline;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.logoHome {
		width: 400px; 
		height: 143px; 
	}
	
	.logoText {
		top:60px; 
		left:130px; 
		font-size: 1.24em;
	}

	.form-fs-ctn .formPwd {
		margin-left: -40%;
		width: 80%;
		
		/* height: 220px; */
		margin-top: -110px;		
	}
	
	.form-fs-ctn .formNewUser {
		margin-left: -40%;
		width: 80%;
		
		height: 450px;
		margin-top: -225px;
	}
	
	.form-fs-ctn .title {
		font-size: 1.2em;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.form-fs-ctn .formPwd {
		width: 600px;
		margin-left: -300px;
	}
	
	.form-fs-ctn .formNewUser {
		width: 800px;
		margin-left: -400px;
	}
	
}