img.new-logo-themed {
  display: block;
  width: 128px;
}

#vw-disclaimer,
bit-landing-footer,
app-frontend-layout > footer[class*="tw-text-center"][class*="tw-my-12"] {
  display: none !important;
}

.theme_light img.new-logo-themed {
  content: url(images/faray-password-logo.svg);
}

.theme_dark img.new-logo-themed {
  content: url(images/faray-password-logo-white.svg);
}

bit-landing-header a {
  width: 200px !important;
}

bit-landing-header bit-svg {
  display: block;
  width: 200px;
  height: 42px;
  background: url(images/faray-password-logo-white.svg) left center / contain no-repeat;
}

.theme_light bit-landing-header bit-svg {
  background-image: url(images/faray-password-logo.svg);
}

.theme_dark bit-landing-header bit-svg {
  background-image: url(images/faray-password-logo-white.svg);
}

bit-landing-header bit-svg svg {
  display: none !important;
}

bit-nav-logo a bit-svg {
  position: absolute;
  inset: 0.6875rem auto auto 0.6875rem;
  display: block;
  width: 200px;
  height: 42px;
  background: url(images/faray-password-logo-white.svg?brand=faray-password-v7) left center / contain no-repeat;
}

.theme_light bit-nav-logo a bit-svg {
  background-image: url(images/faray-password-logo.svg?brand=faray-password-v7);
}

.theme_light app-user-layout bit-nav-logo a bit-svg,
.theme_dark bit-nav-logo a bit-svg {
  background-image: url(images/faray-password-logo-white.svg?brand=faray-password-v7);
}

bit-nav-logo a bit-svg svg {
  display: none !important;
}

bit-nav-logo a[class*="!tw-h-[55px]"] bit-svg {
  width: 26px;
  height: 26px;
  background-image: url(images/faray-password-icon-white.svg?brand=faray-password-v7);
}

.theme_light bit-nav-logo a[class*="!tw-h-[55px]"] bit-svg {
  background-image: url(images/faray-password-icon.svg?brand=faray-password-v7);
}

.theme_light app-user-layout bit-nav-logo a[class*="!tw-h-[55px]"] bit-svg,
.theme_dark bit-nav-logo a[class*="!tw-h-[55px]"] bit-svg {
  background-image: url(images/faray-password-icon-white.svg?brand=faray-password-v7);
}

bit-nav-logo bit-nav-item a:before {
  background-image: url(images/faray-password-icon-white.svg?brand=faray-password-v7) !important;
}

bit-nav-logo bit-nav-item i.bwi-lock {
  width: 1.25rem;
  height: 1.25rem;
  color: transparent !important;
  background: url(images/faray-password-icon-white.svg?brand=faray-password-v7) center / contain no-repeat;
}

bit-nav-logo bit-nav-item i.bwi-lock:before {
  content: "" !important;
}

@media (max-width: 640px) {
  bit-landing-header a {
    width: 170px !important;
  }

  bit-landing-header bit-svg {
    width: 170px;
    height: 36px;
  }
}
