html {
	background: #f5ead0;
}
body {
	background: #f5ead0;
	color:#666;
}
.login #backtoblog {
	display:none;
}
.login #nav a {
	color:#666
}
.login #nav a:hover {
	color:#e13128
} 
.login form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 46px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(5, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(5, 0, 0, 0.2);
	box-shadow: 0px 3px 10px 0px rgba(5, 0, 0, 0.2);
}
.login form .input, .login input[type=text] {
	border: 1px solid #f0f0f0;
	padding: 0px 10px;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	box-shadow:none!important;
	color:#666;
}
.login form .input:focus, .login input[type=text]:focus {
	border: 1px solid #e2091a;
}
.wp-core-ui .button-primary {
	cursor: pointer;
	outline: none;
	border: solid 1px #BE130B!important;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #e13128;
	border: solid 1px #e1e1e1;
	-webkit-box-shadow: 0px 1px 0px #e1e1e1;
	-moz-box-shadow: 0px 1px 0px #e1e1e1;
	-ms-box-shadow: 0px 1px 0px #e1e1e1;
	-o-box-shadow: 0px 1px 0px #e1e1e1;
	box-shadow: 0px 1px 0px #e1e1e1;
}

.wp-core-ui .button-primary:focus{
	border: solid 1px #e2091a;
	background-color: #fbfbfb;
	color:#666;
}
.wp-core-ui .button-primary:hover{
	background-color: #fff;
	color: #666;
	border-color:#e13128;
	box-shadow:none!important;
}
.login .message {
	border-left: 4px solid #e13128;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);}

.login #nav {
	margin: -30px 24px 0 0;
}
input[type=checkbox]:checked:before {
	content: '\f147';
	margin: -3px 0 0 -4px;
	color: #e13128;
}
#login {
	width: 320px;
	padding: 1% 0 0;
	margin: auto;
	-webkit-animation: repyxadminwrp cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1;
	-moz-animation: repyxadminwrp cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1;
	-ms-animation: repyxadminwrp cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1;
	-o-animation: repyxadminwrp cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1;
	animation: repyxadminwrp cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1;
}
@-webkit-keyframes repyxadminwrp {
		0% {padding-top: 8%;opacity:0;}
}@-moz-keyframes repyxadminwrp {
		0% {padding-top: 8%;opacity:0;}
}@-ms-keyframes repyxadminwrp {
		0% {padding-top: 8%;opacity:0;}
}@-o-keyframes repyxadminwrp {
		0% {padding-top: 8%;opacity:0;}
}@keyframes repyxadminwrp {
		0% {padding-top: 8%;opacity:0;}
}
.login h1 a {
	 -webkit-background-size:auto; 
	 background-size:auto; 
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	 margin: 0 auto 25px; 
	padding: 0;
	text-decoration: none;
	width: 100%;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}
.login h1 {
	margin-bottom:20px;
}
.login h1:after {
	content: 'admin';
	height: 10px;
	font-size: 12px;
	color: #666;
	margin: -30px 0px 0px 125px;
	display: inherit;
}
