/* Push "Inventory" vertically below the customer logo */
.external-header .product-name {
  position: absolute;
  width: 100%;
  top: 142px;
  left: 82px;
}

/* Resize and bring customer logo to front */
.external-header .header-logo {
  z-index: 9999;
  width: 80%;
  margin-bottom: 77px;
  margin-right: 0px;
}

/* Welcome */
#welcomeImage img {
  width: 780px;
}

/* Logo after logging in */
.application-header {
  width: 140px;
}

/* Logo after logging in product-name */
.product-name {
  width: 126px;
  position: absolute;
  top: 20px;
}

/*# sourceMappingURL=/faces/javax.faces.resource/css/branding.css.map?v=v5d3f7028efbf49a5bc482204d03b9b584e83eb36fb35fad07f56912ee11b980e */