.chromeExt .webOnly
{
    display: none !important;
}

.notChromeExt .extOnly
{
    display: none !important;
}

/* adding here so it loads faster */
#AuthCont {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}