body{
	background-image: url(../images/login_bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

/*.login-wrapper{
	padding-left: 40px;
	padding-right: 40px;
}*/

#login {
	background-color: #033649;
	box-shadow: 0px 0px 6px 2px #111;
	color: #c2c2c2;
	font-family: 'latolight';
	padding-top: 40px;
	padding-bottom: 0px;
	margin-top: 100px;
}

h1{
	font-family: 'latolight';
	text-align : center;
}


.form-control{
	border-radius: 0px;
	background-color: #ffffff;
	border:solid #111 1px;
	height: 40px;
	font-size: 1em;
	color: #000000;
	font-family: 'latoregular';
}

.form-control:focus{
	
	border:solid #111 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset, 0 0 8px rgba(194,194,194,0.6);
	color:#000000;
}

.btn{
	font-family: 'latolight';
	background-color: #194c5c;
	color:#fff;
}

.mtl{
	margin-top: 30px;
}

#messagge,label{
	color:orange;
	font-family: 'latobold';
}

#messagge{
	display: none;
}