/* Williamson Media white label login */

body.login {
  background: #f4f6f8;
}

#login h1 a {
  background-image: url("../img/williamson-media-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 80px;
}

#loginform {
  border-radius: 12px;
}

.wmwl-login-footer {
  text-align: center;
  opacity: 0.7;
  font-size: 12px;
  margin-top: 16px;
}
