.pg-wrapper {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/images/apl-bg-1.webp");
  position: relative;
}

.pg-wrapper * {
  z-index: 1;
}

.pg-wrapper::after {
  content: "APL";
  position: absolute;
  margin: auto;
  font-size: 25vw;
  color: white;
  mix-blend-mode: soft-light;
  z-index: 0;
  font-family: "Archivo Black";
}

.logo {
  -webkit-box-shadow: 0px 110px 90px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 110px 90px rgba(0, 0, 0, 0.5);
}

.pg-heading {
  letter-spacing: -1.5px;
}

.pg-tagline {
  letter-spacing: 7px;
}

#signUpForm {
  width: min(350px, 100%);
}
