.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(232, 240, 254) !important;
}
.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;
}
.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;
}

.azure-container
{
	box-shadow: 0 0 0 1px #e5e5e5;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 10px 15px;
    width: 75%;
    margin: auto;
}
.azure-container p {
    margin: 0;
}
.azure-container .light {
    color: rgba(0,0,0,0.85);
    vertical-align: top;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}
.oauth-image-link img {
    width: 32px;
    height: 32px;
}
