.aspot {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #030407;
  background-image: url("images/early_access_aspot_bg_sm.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  user-select: none;
  font-size: 2rem;
  text-shadow: 0 0 8px black, 0px 4px 20px rgba(0, 0, 0, 0.6);
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #000;
  width: 100%;
  text-align: center;
}

h1 > span {
  color: #ecc35c;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .aspot {
    align-items: end;
    height: 30vh;
    background-image: url("images/early_access_aspot_bg_md.png");
  }

  h1 {
    text-align: left;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .aspot {
    height: 70vh;
    background-image: url("images/early_access_aspot_bg.png");
  }

  h1 {
    font-size: 4rem;
  }
}

.form-block {
  border-radius: 1rem;
  max-width: 800px;
  /* align-self: center; */
  overflow: hidden;
}

.form {
  background-color: rgb(246, 246, 246);
  padding: 1rem 1rem 2rem;
  height: 100%;
}

.form label {
  color: black;
}

.form input[type="email"],
.form input[type="text"] {
  background-color: rgb(223, 223, 223);
  border-color: rgb(164, 164, 164);
}

#mc_embed_signup {
  clear: left;
  width: 100%;
}

#mc_embed_signup .mc-field-group {
  width: 100%;
}

.helper_text {
  background-color: transparent !important;
}

.form-image {
  overflow: hidden;
  height: 200px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .form-image {
    height: auto;
  }
}
