/*
 * brand.css
 */

div#login .brand,
div#auth .brand {
  background-image: url(wedbush-auth.png);
  background-position: top -1px center;
  background-size: 102%;
  background-repeat: no-repeat;
/*
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 15px 15px 0 0;
*/
}

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