form.form-wait-list {
  background: #A41F1B;
  margin: 50px auto 0 auto;
  padding: 30px;
  color: white;
  border-radius: 10px;
}
form.form-wait-list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
form.form-wait-list label {
  margin-top: 10px;
  font-size: 16px;
}
form.form-wait-list input {
  margin-top: 4px;
  width: 100%;
  padding: 8px;
  border: 1px solid #ABB0B2;
  border-radius: 3px;
}
form.form-wait-list input[type=submit] {
  margin-top: 20px;
  background: #aaa;
  color: white;
}

.fwl-thank-you {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 100px;
  background: #A41F1B;
  color: white;
  border-radius: 10px;
  line-height: 100px;
  text-align: center;
  z-index: 1000;
  border: 3px solid white;
  transition: 0.5s ease all;
}
.fwl-thank-you.hidden {
  opacity: 0;
}

/*# sourceMappingURL=custom.css.map */
