.j-forms .header, .j-forms .primary-btn {
	background-color: black;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.j-forms .footer {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.j-forms .primary-btn:hover {background: black;}
/* .j-forms .primary-btn:hover.processing, .j-forms .primary-btn.processing {background:#fe57a1; cursor:wait;} */
input:focus, textarea:focus, input:hover, textarea:hover {border: solid 1px black !important; border-radius: 0 !important;}
.j-forms{margin: 12px;box-shadow: none;border-radius: 0;}