body.login {
	background: url(../images/login.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#login {
	width: 750px;
	max-width: 100%;
	background-color: #ffffff;
	border: solid 2px #e7e7e7;
	padding: 56px 10%;
	box-sizing: border-box;
	margin-top: 50px;
}
.login h1 a {
	background-image: url(../images/login_logo.png);
	background-size: contain;
	width: 197px;
	height: 176px;
	background-position: top;
	margin: 0 auto;
}
.login form {
	box-shadow: none;
	padding: 0;
}
.input {
	height: 63px;
	background: #fff !important;
	border-radius: 4px;
	border: solid 1px #dddfe7;
	padding: 20px !important;
	font-size: 15px !important;
	box-shadow: none !important;
}
.login #nav a {
	color: #709be7;
}
.login #backtoblog a, .login #nav a{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
}
input#wp-submit {
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
    width: 263px;
    clear: both;
    height: 60px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    line-height: 0.88;
    background-color: #709be7;
    letter-spacing: 2.1px;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.login form .forgetmenot label{
	display: block;
	margin-bottom: 20px;
}