.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	background: #0065ff;
    border: none;
    color: white;
    box-shadow: none;
    border-radius: 0;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover{
	background: #73abff;
}
.login form{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.login .message, .login #login_error{
	border-left: none;
	background-color: #fffbcc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
a, .login #backtoblog a, .login #nav a, input[type="checkbox"]:checked::before{
	color: #0065ff;
	text-decoration: none;
}
a:hover, .login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover{
	color: #73abff;
}
input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	border: 1px solid #777;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: white;
	outline: 0;
}
.login form .input, .login form input[type=checkbox], .login input[type=text]{
	background: white;
}
