/*
 * brand.css
 */

div#login .brand,
div#auth .brand {
  background-image: url(edgewater-auth.png);
  background-position: top center;
  background-size: 97%;
  background-repeat: no-repeat;
}

#brand-logo a {
  background: url(edgewater-logo.png) no-repeat 15px center;
  background-size: 55%;
}
