#contact_form .input_box {
  background-color: #f5f5f5;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  color: #878787;
  align-items: center;
}

#contact_form input, #contact_form select {
  background-color: #f5f5f5;
  border: none;
  color: #878787;
}

#contact_form .btn_full_accent {
  background-color: #65b2e8;
  padding: 10px 25px;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
