/* ========================================================================
   Style de la page connexion
 ========================================================================== */

#login-form-container{
	width: 100%;
	height: 100vh;
	background-image: url('../images/theme/login-background.svg');
	background-color: #03a9f4;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#login-form-container .form-container{
	margin: auto;
	padding: 100px 60px;
	background-color: #03a9f4;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.login-form-grid{
	width: 50%;
	margin: auto;
	padding: 0px 0px;
	background-color: #fff;
	border-radius: 50px;
  	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.08);
}

.login-form-image{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: solid 1px #eee;
  	padding: 0px;	
}

.login-form-create{
	color: #444;
	transition: .7s;
	text-transform: uppercase;
	font-size: 12px;
}


.login-form-create:hover{
	color: #444;
}

.login-form-img{
	width: 90%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/theme/login-img.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;

}

.login-form-image p{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}



#login-form-container .title{
	font-size: 60px;
	text-align: center;
	color: #fff;
}

#login-form-container .champs-label{
	color: #fff;
	font-weight: bold;
}


.mdp-oublie{
	color: #fff;
	transition: .7s;
	text-transform: uppercase;
	font-size: 12px;
}


.mdp-oublie:hover{
	color: #fff;
}

#login-form-container input{
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: solid 1px #fff;
}

#login-form-container .champs-obligatoire{
	color: #ffff;
	font-weight: bold;
}



#login-form-container .submit-btn{
  text-align: center;
  text-transform: uppercase;
  background: #0067b9;
  width: 300px;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);	
}
