html,
body {
	background:#003A5D url('../images/login-page.svg') no-repeat center center/cover;
  font-size: 16px;
  font-family: "proxima_nova";
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.login form {
  background: transparent;
  border: 0 none;
  box-shadow:none;
  padding:30px 0 0;
}

.login label {
	font-size:16px;
}

.login form .forgetmenot {
	float:none;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
	border-radius: 0;
	margin-right:0;
	border-color: #D7D7D7;
	font-size: 18px;
  min-height: 50px;
  margin-bottom: 25px;
}

p.submit {
	text-align: center;
}

.wp-core-ui.login form .button.button-large {
	background:#003A5D;
	color:#fff;
	line-height: 1.4;
	border-radius: 0;
	border: 0 none;
	font-size: 16px;
	padding: 10px 60px;
	font-weight: 600;
  float: none;
  margin: 30px auto 0;
}

.login #nav {
	margin:20px 0 0;
	text-align: center;
	font-size: 16px;
	padding:0;
}

.login .privacy-policy-page-link {
	margin:20px 0 0;
}

.login #nav a, .login .privacy-policy-page-link a {
	color:#003A5D;
	text-decoration: underline;
}

#login {
	background:#fff;
	box-shadow: 0 0 3px rgba(20,36,62,0.5);
	margin-top: 40px;
	padding:25px 30px;
}

#backtoblog {
	display: none;
}