body {
    color: black;
    border: 0;
    font-family: arial,helvetica,sans-serif;
    margin: 0;
    overflow: hidden;
}

#header_box {
	padding:5px 10px 5px 10px;
	background-color:#373535;
	color: #FFFFFF;
	font-size: 13;
}

.login_inputs_ul {
	list-style-type: none; 
	width:100%;
	padding: 0;
    -webkit-appearance: none;
}

.login_body {
	background: url('background_login.jpg')  no-repeat center center fixed;
	background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background_login.jpg', sizingMethod='scale');
	font-size:13px;
}

.login_inputs_ul li:first-child {
	font-weight:bold;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}


.login_inputs_ul li input[type=submit] {
	background-color:#de6321; 
	color:#FFFFFF; 
	border:0;
	font-weight:bold;
	border: 1px solid #de6321;
    -webkit-appearance: none;
}
#intervenant {text-transform: uppercase;}
.login_inputs_ul li input[type=text], input[type=password] {
	margin-bottom: 3px;
	border: 1px solid #bababa;
	text-indent: 5px;
    -webkit-appearance: none;
}

.login_inputs_ul li input {
	width:100%;
	margin-top: 3px;
	padding: 8px 0 8px 0;
    -webkit-appearance: none;
}

#sp_version {
	float: right;
	padding-top: 8px
}




div.global_login_box {
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

div.centered_login_box {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

#flipBtn {
	padding-top: 220px
}

#flipBtn a {
	color: #373535;
	float:right;
	font-weight:bold;
}

div.content {
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	min-width: 285px;
	max-width: 20%;
	min-height: 310px;
	position:relative;
	z-index:1;
}

/*----Login Forms CSS ------*/

#content form{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#oto_login_form{
    display:none;
}

#power_login_form{
	display:none;
}


/*-------------------*/

.notif_divs {
    min-width: 285px;
	max-width: 20%;
    line-height: 25px;
    padding: 25px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index:100;
    bottom: 25%;
    margin : auto;
    border: 3px solid #ec8140;
    font-weight: bold
}

.input_error {
    border: 1px solid #FF0000;
}

.flip_button {
    border: 1px solid #cec9c9;
    color: #66666f;
    background-color: #ededed
}

.error_notif_div {
    background-color: rgba(255, 255, 255, 0.8);
    color: #555555;
}

#login_footer {
	position: absolute;
	bottom: 5px;
	right:10px;
	color: #FFFFFF
}

.notif_divs .oups {
    color: #ec8140;
    font-size: 50px;
}

@media only screen and (max-width: 1024px) {
    .login_body {
        background: url('ipad_background_login.jpg')  no-repeat center center fixed;
        background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ipad_background_login.jpg', sizingMethod='scale');
        font-size:13px;
    }
    .notif_divs { 
        bottom: 15%; 
    }
}