/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.form-wrapper input[type='submit'],
.form-wrapper .hs-button {
  width: 50%;
  background: color=DA9E29;
  color: "DA9E29";
  cursor: pointer;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
}

.form-wrapper input[type='submit']:hover,
.form-wrapper .hs-button:hover {
  background: var(--button-hover-background-color);
}

.form-wrapper input[type='submit']:active,
.form-wrapper .hs-button:active {
  background: var(--button-active-background-color);