form#splash-form {
  box-shadow: 12px 12px 12px -12px rgb(0 0 0 / 50%);
  border: #ebebeb solid 2px;
  border-radius: 20px;
  padding: 80px 40px;
  text-align: center;
  font-family: Heebo, sans-serif;
}

.splash-text {
  color: black;
  margin-top: 2em;
  text-align: center;
}

form#splash-form .form-submit {
  color: white;
  background-color: #3eb1c8;
  border-radius: 100px;
  min-width: auto;
  max-width: 350px;
  margin: 2em auto 1em;
  box-shadow: 12px 12px 12px -12px rgb(0 0 0 / 50%);
  border: 1px solid #3eb1c8;
  background-image: none;
  min-height: 48px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease;
  display: block;
  font-size: 0.9em;
  /* text-transform: uppercase; */
}

.path-hcp h1.title.page-title {
  display: none;
}

a.splash-link {
  text-decoration: underline !important;
  color: #000000 !important;
  display: flex;
  justify-content: center;
  border: none !important;
  /* text-transform: uppercase; */
}

.path-hcp img.qdenga-logo {
  max-width: 250px;
  margin: auto;
  padding-bottom: 30px;
}

img.opt-out {
  height: 20px;
  width: 20px;
  object-fit: cover;
  margin-left: 10px;
}

section.hcp.section {
  max-width: 900px;
  margin: auto;
}

.splash-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.path-hcp div#main {
  padding-top: 60px !important;
}

@media screen and (min-width: 576px) {
  form#splash-form {
    padding: 80px;
  }

  form#splash-form .form-submit {
    min-width: 300px;
    font-size: 0.929em;
  }
}
