/*Login*/

body {
	background: #f2f2f2;
	background-image: url('/static/images/background_image.jpg');
	background-size: 100%;
}
img {
	margin: auto  150px;
}

#login {
	width: 10%;
	margin: 15% auto auto;
}

input {
	height: 32px;
	width: 200px;
	padding: 5px;
	background: #E9E9E9;
	border: 1px solid #CCC;
	border-radius: 5px;
	
}

#login input.button-login {
	background: transparent url('/static/images/bg-input2.jpg') repeat-x;
	height: 32px;
	width: 120px;
	color: #e8e8e8;
	border: 1px solid #05407c;
	float: left;
	text-shadow: 1px 0 1px #000;
	font-size: 13px;
	margin: auto 91px; 
	border-radius: 5px;
}

#login input.button-login:hover {
	background: transparent url('/static/images/bg-input2-hover.jpg') repeat-x;
	cursor: pointer;
	color: #fff;
}

#login-title {
	color: #1554c1;
	font-size: 15px;
	font-family: arial;
	/*+text-shadow:0px 1px 0px white*/
	-moz-text-shadow: 0px 1px 0px white;
	-webkit-text-shadow: 0px 1px 0px white;
	text-shadow: 0px 1px 0px white;
}