.page-container {
  position: relative;
}

.gradient-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-main {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  background-color: #fff;
}

.page-content {
  width: 100%;
  height: 50%;
  margin: auto;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .page-content .Polaris-Card {
    -webkit-box-shadow: 6px 12px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 12px 60px rgba(0, 0, 0, 0.2);
  }
}
