/*
Theme Name: IHT
Author: Print Studio One
Author URI: https://psone.ca
Description: Custom theme developed for IHT Group
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: IHT Group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.header-form {
  background: #fff;
  padding: 1rem;
  max-width: 400px;
  margin: 0 auto;
}
.header-form .gform_wrapper .gfield input,
.header-form .gform_wrapper .gfield textarea,
.header-form .gform_footer input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .header-form { padding: 0.5rem; max-width: 100%; }
}
