body.login #login {
  background-color: white!important;
  padding: 40px;
  margin-top: 60px;
}

body.login #login form {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

body.login {
  background-color: #fdf7f2;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
}

#login h1 a, .login h1 a {
  background-image: url(/wp-content/uploads/2025/06/WMC-logo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 314px;
}

body.login form .input {
  border: 1px solid #ccc;
  border-radius: 0;
  transition: all 0.4s, all 0.4s;
  box-shadow: none;
  outline: none;
}

body.login #wp-submit {
  background-color: #C5763A;
  border-color: #C5763A;
  transition: all 0.4s, all 0.4s;
  border-radius: 0px;
  padding: 5px 24px;
}

body.login #wp-submit:hover {
  background-color: #DE8D50;
  border-color: #DE8D50;
}

body.login input[type=checkbox], body.login input[type=checkbox] {
  border-radius: 0px;
  box-shadow: none;
}

body.login #login_error, body.login .message, .login .success {
  border-left: 4px solid #C5763A;
  box-shadow: 3px 2px 7px 0 rgba(0,0,0,.1);
}

body.login #login form label {
  font-weight: 400;
  font-size: 16px;
}

body.login #backtoblog, .login #nav {
  text-align-last: center;
  font-size: 15px;
  padding: 0px;
}