/* logo */
.brand-logo .app-brand-text {
  display: none !important;
}

app-home-logo .brand-logo .app-brand-img img {
 height: 100px !important;
 margin-top: 50px;
}

/*
@media only screen and (max-width: 600px) {
  app-logo .brand-logo .app-brand-img {
    background: transparent url(/assets/shared/img/logo-npmk-short.png) center no-repeat;
    width: 48px;
  }

  app-logo .brand-logo .img-responsive {
    display: none;
  }
}
*/


