.puppy-scams .tmpl-b {
  -ms-flex-pack: start;
  justify-content: flex-start
}
.puppy-scams .tmpl-b h1 {
  text-shadow: 1px 2px #fff
}
.puppy-scams .tmpl-b.parallax {
  z-index: 1;
  background: 0 0;
  min-height: 300px
}
.puppy-scams .tmpl-b.parallax::before {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  position: absolute;
  z-index: -1;
  background-image: url(../../img/pages/puppy-scams-hero.jpg);
  background-position: center center
}
.puppy-scams .tmpl-e form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.puppy-scams .tmpl-e form > div {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 12px 24px 0
}
.puppy-scams .tmpl-e form label {
  display: block;
  font-size: .9em;
  margin-bottom: 6px
}
.puppy-scams .tmpl-e form input[type=text],
.puppy-scams .tmpl-e form select,
.puppy-scams .tmpl-e form textarea {
  width: 100%;
  min-width: 200px
}
.puppy-scams .tmpl-e form .submit-button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -ms-flexbox;
  display: flex
}
.puppy-scams .tmpl-e form .submit-button button {
  margin-left: auto;
  background: #000;
  border: none;
  color: #fff;
  border-radius: 24px;
  padding: .5em 2em
}
.puppy-scams .tmpl-e form .submit-button button:hover {
  background: #ff9100
}