.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;
}
.identityBanner {
	height: 24px;
	padding: 12px 2px 2px 25px;
	text-overflow: ellipsis;
}
.backButton {
	min-height: 24px;
	width: 24px;
	min-width: 24px;
	float: left;
	padding: 0;
	background-color: #fff;
	border-width: 0;
	border-radius: 12px;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
	display: inline-block;
	position: relative;
	max-width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	color:#000;
}
.identity {
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.button_action
{
	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;
}
.button_action:hover
{
	box-shadow : #404040 0px 1px 3px 0px;
}
.button_action: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;
}
.loader_login
{
	width:25%;
	position:absolute;
	top:30%;
	bottom:0px;
	right: 0px;
	font-size: 20px;
	text-align: center;
	opacity: 0.7;
	background-color: white;
	padding-top: 100px;
	display: none;
}
#oubli_mdp {
	font-size: 11px;
	cursor:pointer
}
#popin_calque
{
	position:absolute;
	top:0%;
	bottom:0px;
	right: 0px;
	left:0px;
	opacity: 0.7;
	background-color: #000000;	
	z-index:1000;
	display: none;
}
.popin_mdp {
	position:absolute;
	z-index:1001;
	top:50%;
	left: 50%;
	transform:translateY(-50%) translateX(-50%);
	min-width:400px;
	background-color: #FFFFFF;
	padding: 20px;
	display: none;
}
.popin_mdp .title {
	color: #00547A;
	font-size: 16px;
	font-weight: bold;	
}