/*
Theme Name: Herman Integration Services
Author: Digital Eel Inc.
Author URI: http://www.digitaleel.com
Description: Custom Theme created for Herman Integration Services.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dei
*/

.hs-form fieldset label {
color: #fff !important;
}

.hs-form.stacked {
  padding-left: 0;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.quick-quote .hs-form .hs-button {
  background: #ffb600;
  border: 1px solid #000;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  text-shadow: none;
  transition: opacity 0.15s linear 0s;
  text-transform: uppercase;
  font-family: "Roboto Mono",monospace;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
}
.quick-quote .hs-form.stacked .field {
  margin-bottom: 0px;
}

.quick-quote .hs-form .actions {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}