/* EMERGENCY HIDE OF LOGIN ELEMENTS */
.auth-actions,
.portal-footer-link,
a[href*="secure-login"],
a[href*="portal"],
#header-auth-btn,
.login-btn,
.sidebar-nav-link[href*="secure-login"],
.sidebar-link[href*="secure-login"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}