#contact-banner {
  background-image: url(../assets/food-safety/slate-tile.jpg);
  background-image: 100% 100%;
}
#contact-banner-content {
  padding-top: 5.9375rem;
  padding-bottom: 0.2rem;
}
#contact-banner-content h1 {
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
}

#contact-form {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5rem;
  max-width: 1170px;
}
#contact-form label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #54565a;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica,
  sans-serif;
 
}
.contact-form-body-input {
  padding: 0.4375rem 0.6875rem;
  border-color: transparent;
  width: 100%;
  height: 44px;
  padding: 11px 13px;
  font-size: 18px;
  line-height: 1.4285714;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
   outline:none;
   font-family: inherit;
}

input[type="text"]:focus,input[type="email"]:focus, textarea:focus ,select:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
  }
 
#form-submit{
    display: inline-block;
    font: inherit;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
    font-size: 18px;
    padding: 1rem 4rem;
    background: linear-gradient(to right,#ca4c02,#ffc600);
    color: #fff;
    border:transparent;
    transform: scale(1);
    transition: transform 0.3s ease-out;
    cursor: pointer;
}
#form-submit:hover{
  transform: scale(1.1);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 991px) {
  #contact-banner-content h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-form {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-form {
    max-width: 970px;
  }
}
