@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype') ;
    font-weight: 400;
}
.body {
	background: #f3f3f3;
	margin: 0px;
	padding: 0px;
}

.log_head {
	background-color: #fff;
	height: 80px;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
}

.log_bandeau {
	line-height: 62px;
	position: absolute;
	background-color: #E75113;
	height: 60px;
	top: 80px;
	width: 100%;
	z-index: 2;
}

.main_content {
	color: #454545;
	font-family: 'Roboto';
	font-size: 12px;
	margin: 0 auto auto;
	padding: 0 30px 30px;
	position: relative;
	width: 935px;
	z-index: 3;
}

.logoimg {
	left: 0;
	position: relative;
	top: 6px;
	height: 70px;
}

h1 {
	color: #fff !important;
	font-family: 'Roboto';
	font-size: 22px;
	font-weight: normal;
	margin: 26px 0 19px;
	padding: 1px 0;
}

.auth-form {
	padding: 30px;
	width: 380px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 21px;
}

.auth-form-title {
	text-align: center;
	font-family: 'Roboto';
	font-size: 18px;
}

.form-control {
	background: #f3f3f3;
}

div.pull-right-full {
	float: right;
	text-align: right;
}

div.clear-content {
	clear: both;
}