/* Hide Help & FAQ link from sidebar */
body > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) {
  display: none !important;
}

/* Hide logo on sign-in page */
body > #root > div:nth-of-type(1) > div:nth-of-type(1) > img {
  display: none !important;
}
