//
:host {
  display: block;
}

.not-authorized {
  min-height: 100vh;
  background-color: yellow;
  padding-top: 100px
}