/* Hidden DXPR header/navbar elements for authentication pages.
   We include the markup so DXPR JS works but keep them invisible. */
#dxpr-theme-header,
#secondary-header,
#navbar,
.navbar.dxpr-theme-header,
#dxpr-theme-main-menu {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
