/* EASY FORM CUSTOMIZATION */
/* - field wrapper styles (not typically needed) */
.enterpriseform .field-wrapper {}
/* - field styles */
.enterpriseform .field {border: 1px solid #777; font-size: 1em; margin-bottom: 1.2em;  padding: .4em .5em;}
/* - field background color */
.enterpriseform .field,
.enterpriseform input[type=email],
.enterpriseform input[type=number],
.enterpriseform input[type=tel],
.enterpriseform input[type=text],
.enterpriseform select,
.enterpriseform textarea {background: #fff;}
/* - field placeholder colors */
.enterpriseform .placeholder-show select    {color: #888;}
.enterpriseform .placeholder                {color: #888;}
.enterpriseform ::-webkit-input-placeholder {color: #888;}
.enterpriseform :-moz-placeholder           {color: #888;}
.enterpriseform ::-moz-placeholder          {color: #888;}
.enterpriseform :-ms-input-placeholder      {color: #888;}
/* - field focus colors */
.enterpriseform :focus::-webkit-input-placeholder   {color: #333;}
.enterpriseform :focus:-moz-placeholder             {color: #333;}
.enterpriseform :focus::-moz-placeholder            {color: #333;}
.enterpriseform :focus:-ms-input-placeholder        {color: #333;}
.enterpriseform input:focus, .enterpriseform select:focus,
.enterpriseform input:focus + .placeholder          {color: #333;}
/* - label color */
.enterpriseform label {color: #333;}
.enterpriseform label.error {color: #A51E25;}
/* - action styles (next step, previous step, submit) */
.enterpriseform .actions {}
.enterpriseform .actions button {}
.enterpriseform .actions[data-field-name="submit"]
.enterpriseform .actions #submit {}
.enterpriseform .actions.formnav {}
.enterpriseform .formnav .field.next {}
.enterpriseform .formnav .field.back {}
.enterpriseform .formnav button.nextstep {}
.enterpriseform .formnav button.laststep {}
/* - steps style */
.enterpriseform .step > legend {}
/* - other */
.enterpriseform .privacypolicy {}
.enterpriseform .disclaimer {}