/* Product Plus - Admin Login - Stylesheet */

body.login {
	background: #fff !important;
} 

h1 a {
	background: url('images/logo_orig.png') no-repeat center !important; /* make sure to replace this! */
	width: 100% !important;
	height: 100px !important;
	line-height: 70px;
	text-align: center;
	padding: 10px;
}

form {
	margin-left: 8px;
	padding: 26px 24px 46px;
	font-weight: normal;
	background: white;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: none;
	 -khtml-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

body form .input {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-weight: 200;
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	outline: none;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	   -moz-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
			box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

#login form p.submit .button{
	background-color: #e2001a;
	color: #fff;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
#login {} /* the form box */

#wp-submit {} /* login button*/
