#form-content .headerImage {
	display: none;
}
#form-content h1 {
	font-size: 42px;
	font-weight: 400;
    line-height: 120%;
	margin-bottom: 1em;
}



#form-content .field {
	margin-bottom: 1em;
}

#form-content .field-validation-error {
	color: red;
}
#form-content .label {
	font-size: 22px;
}
#form-content .submitButton input {
	margin-bottom: 1em;

	--ho-button-height: 62px;
    height: var(--ho-button-height);
    padding: 0 38px;
    border-width: 2px;
    border-radius: 4px;

	border-color: transparent;
    background: var(--color-bg-black);
    color: var(--color-fg-text-white);

	position: relative;
    display: inline-flex
;
    text-decoration: none;
    -webkit-appearance: none;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    outline: none;
    border: 1px solid var(--color-bg-black);
}