﻿	@charset "UTF-8";

	body {
		color: #797979;
		/*background: #f1f1f1 url(../images/bg-global.png);*/
		font-family: 'Open Sans', sans-serif;
		padding: 0px !important;
		margin: 0px !important;
		font-size:13px;
	}
	
	
	/* #Header
	================================================== */
	.omb-header {
		background-color: #1e1c1a;
		min-height:66px;
		display:block;
	}
	.omb_bloc {
		padding:0px 50px;
	}
	.form-signin {
		position: relative;
		max-width: 419px;
		margin: 80px auto 0;
		background: #fff;
	}
	.form-signin .form-control {
		position: relative;
		font-size: 16px;
		height: auto;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-signin .form-control:focus {
		z-index: 2;
	}
	.form-signin input[type="text"], .form-signin input[type="password"] {
		background:#f5f5f5;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		border: 1px solid #f5f5f5;
		box-shadow: none;
		font-size: 12px;
	}
	.form-signin .input-group-addon {
		background:#f5f5f5;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		border: 1px solid #f5f5f5;
		min-width:40px;
		position:relative
	}
	.form-signin .input-group-addon .arrow {
		border: 1px solid #eaeaea;
		display: block;
		height: 20px;
		right: 0px;
		position: absolute;
		top: 9px;
		width: 0;
	}
	.form-signin .btn-login {
		background: #cc9b3c;
		color: #fff;
		text-transform: uppercase;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 20px;
	}
	.form-signin .input-group {
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176) !important;
	}
	 @media (min-width: 768px) {
	 .omb_row-sm-offset-3 div:first-child[class*="col-"] {
	 margin-left: 12%;
	}
	}
	.form-signin .omb_authTitle {
		margin-bottom:0px;
	}
	.form-signin h1 {
		font-size: 48px;
		color: rgb(237, 237, 237);
		padding: 2px 0 0px 0;
		font-weight: bold;
		text-align: center;
	}
	.form-signin h1 {
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
	}
	.form-signin h1:after {
		content: ' ';
		display: block;
		width: 100%;
		height: 69px;
		margin-top: 10px;
		/*background: url(../img/ombrage.png) no-repeat;*/
	}
	.form-signin .omb_loginForm .input-group.i {
		width: 2em;
	}
	
	/* #Footer
	================================================== */			
	.header, .footer {
		min-height: 65px;
		padding: 0 15px;
	}
	/*footer*/

		.site-footer {
		background: #000;
		color: #fff;
		padding: 20px 0;
	}
	.footer {
		background-color: #1b1a18;
		bottom: 0;
		height: 60px;
		position: absolute;
		width: 100%;
	}
	.container .text-muted {
		margin: 20px 0;
	}
	.footer .container .text-muted {
		text-align:center;
	}


	.footer {
		background-color: #1b1a18;
		bottom: 0;
		height: 60px;
		position: absolute;
		width: 100%;
	}
	.container .text-muted {
		margin: 20px 0;
	}
	.footer .container .text-muted {
		text-align:center;
	}
	