main {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20.3%,
      rgba(0, 0, 0, 0.5) 57.01%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url('../../images/portals/iot/iot-bg.jpg');
  padding-top: 76px;
  height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}@media (min-width: 1024px) {main {
    justify-content: center;
    padding-bottom: 1.5rem;
  }
}

.twm-portal-container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {.twm-portal-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page-heading {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {.page-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.login-pannel {
  height: 100%;
  max-height: 70vh;
  justify-content: space-between;
  overflow: hidden;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {.login-pannel {
    max-height: 100%;
    justify-content: center;
    border-radius: 20px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.policy-content p {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.policy-content p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.policy-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 1024px) {.policy-content h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}

.policy-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.policy-content ul:not(:last-child) {
  margin-bottom: 0.75rem;
}

.policy-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

/*# sourceMappingURL=portal-iot.css.map */
