#login {
	padding: 126px 0 0!important;
}

#login h1 a {
	background-image: url(../images/logo.png);
	background-size: auto 100%;
	width: auto;
	height: 100px;
	box-shadow: 0 0 0;
}

body.login {
	background:  url(../images/login.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

body.login:before {
	content: '';
	background: rgba(255,255,255,.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#login_error,.login .message,.login form {
	color:#032553;
	border-radius:7px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#login_error a,.login .message a {
	color: #032553 !important;
	box-shadow: 0 0 0;
}

#login_error a:hover,
.login #backtoblog a:hover,.login #nav a:hover {
	color: #ffbe78 !important;
}

#backtoblog {
	margin:3px 0 0;
}

.wp-core-ui .button-primary {
	background: #032553 !important;
	border:none;
	outline:none!important;
	font-weight:700;
	color:#fff!important;
	text-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.wp-core-ui .button-primary:hover {
	background: #ffbe78 !important;
}

.login #login_error {
	margin-bottom:20px;
}

.login #backtoblog,.login #nav {
	text-align:center;
	color: #032553;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.login #backtoblog a,.login #nav a {
	color:#032553;
	box-shadow: 0 0 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;


}
.login label {
    font-weight: 500;
    color:#032553;
    text-transform: uppercase;	
}








