*{
	box-sizing: border-box;
}
body{
	background: #f0f0f1;
}



#login{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 50px;
}
.login-header{
	text-align: center;
	padding: 30px 15px;
}
.login-header img{
	width: 270px;
	max-width: 100%;
}
#login form{
	margin: 30px auto 0;
	width:610px;
	max-width: 100%;
	padding: 0;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	background-color: white;
}
.login-form-header{
	background: url('/wp-content/themes/waofp/custom-login/top-banner.png');
	background-size: cover;
	min-height: 180px;
	position: relative;
	padding: 55px;
}
.login-form-header h2{
	color: white !important;
	font-size: 48px !important;
	position: absolute !important;
	bottom: 14px !important;
	font-weight: 300 !important;
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
}
.login-form-body,
.reset-form-body{
	padding: 40px 55px;
}



#login form p.forgetmenot{
	float: none;
	margin-bottom: 20px;
}

p#nav,
p#backtoblog,
div#login_error,
div.notice.notice-info.message{
	display: none;
}

