.brand-emblem {
  align-items: center;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
}

.brand-emblem img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.login-visual .brand-emblem {
  height: 96px;
  width: 96px;
}

.sidebar-brand .brand-emblem.small {
  height: 38px;
  width: 38px;
}

.mini-brand-emblem {
  align-items: center;
  background: transparent !important;
  display: inline-flex !important;
  flex: 0 0 38px;
  height: 38px !important;
  justify-content: center;
  overflow: hidden;
  width: 38px !important;
}

.mini-brand-emblem img {
  display: block;
  height: 38px !important;
  max-height: 38px;
  max-width: 38px;
  object-fit: contain;
  width: 38px !important;
}
