/* min-h-screen min-w-screen fixed left-0 bottom: -10rem */
/* px-5 min-h-screen flex justify-content-center align-items-center */

.p-unauthorized {
  min-height: 100%;
  min-width: 100%;

  position: fixed;
  left: 0;
  bottom: -10rem;
}

.p-unauthorized-img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 13rem;
  height: auto;

  object-fit: contain;
}

.p-unauthorized-content {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: -4rem;

  padding: 0 2rem;
  min-height: 100%;
}

.p-unauthorized-content > div {
  z-index: 1;
  text-align: center;
}

.p-unauthorized-body {
  margin: 2rem 0 2rem;

  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.p-unauthorized-button {
  font-weight: 500;
}
