#login h1 a, .login h1 a {
  width: 122px;
  height: 24px;
  background: url('/wp-content/themes/wp/static/images/logo-alt.svg') 0 0 no-repeat;
  background-size: contain !important;
}

body.login {
  font-family: Proxima Nova,sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  color: #666;
  background: #f8f9fe;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body.login #login {
  max-width: 400px;
  width: 100%;
}

body.login #resetpassform,
body.login #loginform,
body.login #lostpasswordform,
body.login #registerform {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
  border: none;
  padding: 45px 30px;
}

body.login #lostpasswordform div.g-recaptcha,
body.login #loginform div.g-recaptcha,
body.login #registerform div.g-recaptcha {
  margin: 0 0 20px 0;
}

body.login .acf-fields {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

body.login .acf-field {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body.login .reset-pass {
  /*display: none !important;*/
}

body.login .forgetmenot {
  margin-top: 10px;
}

body.login label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000;
  margin: 0 0 10px 0;
}

body.login form .input,
body.login input[type=password],
body.login input[type=text] {
  font-size: 17px !important;
  font-family: Proxima Nova,sans-serif !important;
  line-height: 1.3em;
  color: #000;
  border: none;
  background: #f1f3fd;
  padding: 0 15px;
  border-radius: 0;
  height: 46px;
  width: 100%;
}

body.login #pass-strength-result {
  margin-top: 10px;
}

/*body.login #nav,*/
body.login #backtoblog {
  display: none;
}

body.login .button-primary,
body.login .button {
  font-size: 17px;
  font-family: Proxima Nova,sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f85e00;
  color: #fff;
  padding: 0 20px;
  height: 46px;
  text-decoration: none;
  position: relative;
  border: 2px solid #f85e00;
  border-radius: 3px;
  transition: all .5s;
}

body.login .button-primary:hover,
body.login .button:hover {
  background: #f85e00;
  border-color: #f85e00;
  color: #fff;
}