body.login{
	background:#fff;
	}
	
.login h1 a {
	background-image: url('http://dev.youngwrexham.co.uk/wp-content/themes/burningred/images/young-wrexham-logo.png');
	background-size: cover;
	width: 297px;
	height: 151px;
	}
	
.login form {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	background: #343434;
	overflow: hidden;
	}
	
.login label {
	color: #fff;
	line-height: 26px;
	}
	
.login .button-primary {
	width: 120px;
	float:right;
	background-color:#ed1c24!important;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #FFF;
	text-shadow:none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

.login .button-primary:hover {
	background-color:rgba(20, 37, 34, 0.7) !important;
	border-width:2px;
	border-color:#fff;
	border-style:solid;
	color: #fff;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

.login .button-primary:active {
	background-color:rgba(20, 37, 34, 1) !important;
	border-width:2px;
	border-color:#fff;
	border-style:solid;
	color: #fff;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}
	
.login .message {
	border-left: 0px solid #333;
	background-color: #ed1c24;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	color: #FFF;
	}
	
.login #login_error {
	border-left: 0px solid #000;
	background: #ed1c24;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	color: #FFF;
	}
	
