@charset "utf-8";
/* CSS Document */
body
{
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	background-image: url(../images/fond-log.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #136BAC;
	margin: 0;
}

.conteneurlog
{
	width: 330px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -206px;
	margin-left: -165px;
}

#logoLog
{
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
}

#element-box
{
	min-height: 20px;
	padding: 19px;
	padding-bottom: 19px;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 12px #555;
}

.Login_Logo_Company
{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	
}

.Login_LogForm_Button
{
	text-align: center;
	color: white;
	border-radius: 4px;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background-color: #036DB6;
}

.Login_LogForm_Button :hover
{
	text-align: center;
	color: white;
	border-radius: 4px;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	color: #036DB6;
	background-color: #41ABE5;
}

.Login_LogForm_Input_Container 
{

	margin: 15px;
}

.Login_LogForm_Button_Container
{
	margin: 15px;
}

.Login_LogForm_Input_Container input
{
	width: 90%;
	margin-bottom: 10px;
	display: block;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #9e9c9c;
	border-radius: 4px;
}

.Login_LogForm_Button button
{
	border: none;
	background-color: transparent;
	color: white;
	font-weight: bolder;
	border-radius: 4px;
	line-height: 1.42857143;
	height: 34px;
	width: 100%;
	
}

.Login_LogForm_Error {
	color: red;
	font-size:14px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}

footer
{
	position: absolute;
	bottom: 0;
	color:white;
	width: 100%;
}

#copyLog
{
	float: left;
	text-align: right;
	width: 88%;
	padding-right: 30px;
}

#subLog
{
	float: left;
	text-align: right;
	width: 5%;
	padding-right: 10px;
}
