#gform_wrapper_1 input[type=submit] {
  background-color: #725837;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: #ffffff;
  /*Box */
  height: 50px;
  border: 1px solid #725837;
  border-top: 1px solid #725837;
  border-right: 1px solid #725837;
  border-bottom: 1px solid #725837;
  border-left: 1px solid #725837;
  margin: 0px;
  padding: 10px 25px;
  max-height: none;
  min-height: auto;
  max-width: none;
  min-width: auto;
  /* Effects */
  transform: none;
  transition: all 0.1s ease-in-out 0s;
  outline: #ffffff dashed 0px;
  outline-offset: 0px;
  box-sizing: border-box;
  resize: none;
  text-shadow: none;
  text-overflow: clip;
  word-wrap: normal;
  box-shadow: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#gform_wrapper_1 input[type=email] {
  height: 50px;
  min-width: 400px;
}
#gform_wrapper_1 input[type=submit]:hover {
  border-radius: 4px;
  border-top-color: #725837;
  border-right-color: #725837;
  border-bottom-color: #725837;
  border-left-color: #725837;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: var(--accent-light);
  color: #725837;
}
