/* Desktop: shift login/Account content to the right so it clears the sidenav */
@media (min-width: 993px){

  /* Move the tabs row ("Logg på" / "Registrer") */
  .nav.nav-tabs.nav-account{
    margin-left: var(--w-expanded);
  }

  /* Move the actual login content */
  .nav.nav-tabs.nav-account ~ .page-content{
    margin-left: var(--w-expanded);
    box-sizing: border-box;
  }
}
