.content_background
{
	width:100%;
	height:100%;
	float:left;
	background: url(../../images/business-meeting.jpeg) no-repeat top center white;
	background-size:cover;
}
.content_frm_login
{
	height:100%;
	width:0;
	overflow: hidden;
	float:right;
	background-color: white;
}
.content_background, .content_frm_login
{
	transition: width 0.5s;
}
.content_frm_login > div:first-child
{
	text-align: center;
	height: 15%;
	margin-top: 20px;
}
.content_frm_login > div:first-child img
{
	width: 70%;
	text-align: center;
}
.content_frm_login > div:last-child
{
	margin-top: 30%;
	font-size: 18px;
}
.content_frm_login form > div:first-child
{
	font-weight: bold;
}
.row
{
	height: 100%;
	width:100%;
}
.input_form_login
{
	border-radius: 2px;
	border:1px solid #e6e6e6;
	width:80%;
	position: relative;
	padding:2px 5.4px;
	height:35px;
	margin:0 auto;
	display: block;
	box-shadow : rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	line-height: 28px;
	font-size: 18px;
	margin-top:15px;
	background-color:rgb(250, 255, 189);
}
.input_form_login:hover
{
	border:1px solid black;
	transition:all 1s;
}
.content_frm_login button
{
	background-color: #00547A;
	color: white;
	min-height: 5%;
	min-width: 50%;
	height: 30px;
	line-height: normal;
	padding:0px 10px;
	margin: 20px auto;
	border:none;
	display:block;
	cursor: pointer;
}
.content_frm_login button:hover
{
	box-shadow : #404040 0px 1px 3px 0px;
}
.content_frm_login button:active
{
	box-shadow : #404040 0px 1px 6px 0px inset;
}
.error_connexion
{
	color:red;
	font-weight: bold;
	font-size: 14px;
	margin:15px 0px;
	text-align:center;
}
.remember_me
{
	padding-top: 5px;
	font-size: 11px;
}
.remember_me input
{
	position: relative;
	left:10px;
	top:3px;
}