#contact {
  position: relative;
}
#modal {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  color: white;
  z-index: 100;
  display: none;
}
#modal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#result {
  display:none;
  font-size: 20px;
  margin-bottom: 20px;
  width: 60%;
  text-align: left;
  margin: 0 auto;
  padding-top: 30px;
}
form.contact-form label.error, label.error {
    color: red;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
    padding-left: 370px;
}
@media (max-width: 991px) {
  form.contact-form label.error, label.error {
    padding-left: 0px;
  }
}


