
*{
	padding:0;
	margin:0;
}


body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	min-width: 600px;
}

body.login {
	background-color: rgba(0, 0, 0, 0);
	min-width: 0;
}

#login {
	width: 320px;
	padding: 114px 0 0;
	margin: auto;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

.login h1 a {
	background-image: url('../images/logo.svg');
	background-size: 115px 50px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 320px;
	height: 50px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	padding-bottom: 10px;
	display: block;
}

.login form {
	margin-left: 8px;
	padding: 26px 24px 46px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

.login label {
	color: #777;
	font-size: 14px;
}

.login form .input, .login input[type="text"] {
	color: #555;
	font-weight: 200;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

.button{
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-primary {
	background-color: #869900;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#BAD500),to(#869900));
	background-image: -webkit-linear-gradient(top,#BAD500,#869900);
	background-image: -moz-linear-gradient(top,#BAD500,#869900);
	background-image: -ms-linear-gradient(top,#BAD500,#869900);
	background-image: -o-linear-gradient(top,#BAD500,#869900);
	background-image: linear-gradient(to bottom,#BAD500,#869900);
	border-color: #869900;
	border-bottom-color: #819300;
	-webkit-box-shadow: inset 0 1px 0 rgba(244,255,236,0.5);
	box-shadow: inset 0 1px 0 rgba(244,255,236,0.5);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.button-primary:focus{
	background-color: #869900;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#869900),to(#BAD500));
	background-image: -webkit-linear-gradient(top,#869900,#BAD500);
	background-image: -moz-linear-gradient(top,#869900,#BAD500);
	background-image: -ms-linear-gradient(top,#869900,#BAD500);
	background-image: -o-linear-gradient(top,#869900,#BAD500);
	background-image: linear-gradient(to bottom,#869900,#BAD500);
	border-color: #869900;
	-webkit-box-shadow: inset 0 1px 0 rgba(244,255,236,0.5);
	box-shadow: inset 0 1px 0 rgba(244,255,236,0.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#login form p.submit {
	float:right;
}

.login .nav{
	text-shadow: #fff 0 1px 0;
	margin: 0 0 0 16px;
	padding: 16px 16px 0;
}

.login .copyright{
	text-shadow: #fff 0 1px 0;
	padding: 16px 0 0;
	text-align:center;
}

.clear {
	clear: both;
}
