html,
body {
    background: #FFFFFF;
}
#formHeaderDiv {
  display: none !important;
}

.formFieldWrapper .sub-heading {
    margin-top: 0px;
}

.formFieldWrapper .heading {
    margin-top: 0px;
}

.workflowContent .formFieldWrapper.heading-wrapper h3 {
    border-color: #CE9C57;
}

.page-content .workflowContent .style-selector_13.heading-wrapper h3,
.page-content .workflowContent .style-selector_44.heading-wrapper h3 {
	border-color: #CE9C57!important;
}

/* Remove padding for embedded forms*/
#StageSubmitForm:not(.recordForm) {
	padding: 5px 0px;
}

.form-section {
	padding-left: 0px;

}
#element4, #element5, #element6, #element15, #element7 {
    width: 100% !important;
    box-sizing: border-box; /* Ensures padding and border are included in the width */
}

@media (max-width: 768px) { 
	html,
	body {
		background: #FFFFFF;
		background-image: none;
		background-attachment: fixed;
		background-position: center;
	}

}
