.hbspt-form {
  max-width: 720px;
  margin: 0 auto;
}
.hbspt-form input[type="email"], 
.hbspt-form input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #999;
  font-size: 16px;
  color: #484848;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 1;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-form-field label,
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-error-msgs li a,
.hs-error-msgs li {
  color: #9e0b0f;
  font-size: 13px;
  list-style-type: none;
  position: relative;
  font-family: 'latobold',Arial,Helvetica,sans-serif!important;
  font-weight: unset!important;
}
.hs-error-msgs li a {
  text-decoration: underline;
  cursor: pointer;
}
.hs-error-msgs li:before {
  content: url(http://static.caspio.com/images/2015/DataPages/icons/form_error.png);
  margin-right: 5px;
}
.hs-error-msgs li label {
  margin-bottom: 0;
}
.hs-form-field > label,
.hs_error_rollup {
  display: none;
}
.hs_submit {
  text-align: center;
}
.hs_submit .hs-button {
  border: 1px solid #ff7610;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ff7610;
  text-transform: uppercase;
  padding: 14px 30px;
  min-width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .3s ease!important;
  -moz-transition: all .3s ease!important;
  -ms-transition: all .3s ease!important;
  -o-transition: all .3s ease!important;
  transition: all .3s ease!important;
  font-family: 'latobold',Arial,Helvetica,sans-serif!important;
}
.hs_submit .hs-button:hover {
  background: #ee5921;
}
.hs-form-field .input {
  position: relative;
}
.hs-form-field .placeholder {
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #747d82 !important;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Lato,sans-serif;
  z-index: 1;
}
.hs-form-field .input.filled .placeholder,
.hs-form-field .input.focused .placeholder {
  font-size: 12px;
  top: -12px;
  background: #fff !important;
  z-index: 1;
  padding: 0 3px;
  color: #8a8a8a !important;
  max-width: 98%;
}
.submitted-message {
  text-align: center
}