.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    padding: 0 15px !important;
    min-height: 27px !important;
}

.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}

.hs-form input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
    border-color: #c87872;
    border-top-color: rgb(200, 120, 114);
    border-right-color: rgb(200, 120, 114);
    border-bottom-color: rgb(200, 120, 114);
    border-left-color: rgb(200, 120, 114);
}

.hs-form fieldset {
    max-width: 100%!important;
}

.hs-form .field {
    margin-bottom: 18px;
}

.hs-form .hs-form-required {
    color: red;
}

.hs-form .hs-form-field label {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
}

.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.hs-form .inputs-list:first-child {
    padding-top: 6px;
}

.hs-form .hs-input {
    display: inline-block;
    width: 90%;
    max-width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.hs-form .hs-input:not([type=file]) {
    background: #f5f8fa !important;
}

.hs-form .hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

.hs-form .field:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
}

.hs-form .field:last-of-type .input {
    margin-right: 0!important;
}

.hs-form a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.hs-form .hs-error-msg,
.hs-form .hs-error-msgs label {
    color: #f2545b;
}

.hs-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}

.hs-button,
.hs-button:hover,
.hs-button:hover:not(.inactive),
.hs-button:focus,
.hs-button:active,
.hs-button:active:not(.inactive):not(.link) {
    background: #f39800;
    border-color: #f39800;
    color: #ffffff;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
}

.actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
}

.hs-submit > .actions {
    text-align: center;
}