/*
Document: custom-login
Created on: 05-01-2015
Author: PerfeQt
*/

body {
	background-color: #F2EDE7;
}

h1 a {
	background-image: url(maximevents.png) !important;
	background-size: 100% 100% !important;
	width: 70px !important;
	height: 50px !important;
}
	
.login .button-primary, .login .button-primary:hover, .login .button-primary:focus {
	background: #ea5f50;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type=checkbox]:checked:before {
	color: black;
}

.wp-core-ui .button-primary {
    text-shadow: none !important;

}