html,
body {
    background: #3E3434;
}

.formFieldWrapper .sub-heading {
    margin-top: 5px;
}

.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;
}

@media (max-width: 768px) { 
	html,
	body {
		background: #3E3434;
		background-image: none;
		background-attachment: fixed;
		background-position: center;
	}
}