body {
	background: #fff;
}
body, button, input, select, textarea {
    	font-size: 15px;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #333;
}
body #login {
    	width: 400px;
}
.login label {
    	color: #000;
    	font-size: 15px;
}
.wp-core-ui .button-primary {
	background: #008CBA;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	font-size: 15px;
	width: 100%;
}
.login p#nav, .login #backtoblog {
    	display: none;
}
.login #nav a {
	color: #333;
}
.login form#loginform {
    	padding: 20px;
    	box-shadow: none;
}
body p {
    	line-height: 1em;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    	background: #fbfbfb;
    	box-shadow: none;
}
.login form .forgetmenot label {
    	font-size: 12px;
    	line-height: 1em;
}
.login #login_error {
    	border-left-color: #c00;
    	background: #cc00001c;
    	padding: 10px;
}
#login form p.submit {
    	margin: 1em 0em;
    	padding: 10px 0px;
}
.custom-footer-link {
    	width: 360px;
    	margin: 2em auto auto auto;
}
.custom-footer-link ul li {
    	list-style: none;
}
body a, .custom-footer-link a {
    	text-decoration: none;
    	color: #0333c5;
}
body a:hover, .custom-footer-link a:hover {
    	text-decoration: underline;
}









