html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
h1 {
	font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.class_div_single_main {
	/*background-color: #fcf8ef;*/
	margin-top: 40px;
	padding-top: 10px;
	min-height: calc(100vh - 70px);
}
form.form-single-column {
	background-color: #fcf8ef;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}
.class_div_form_container {
	padding-top: 5%;
}
.class_div_single_column {
	max-width: 800px;
}
a.nolink {
	color: #23527c;
	text-decoration: none !important;
}
a.nolink:HOVER {
	color: #23527c;
}
@media (max-width: 767px) {
	body {
		height: auto;
		min-height: 800;
	}
}
footer a {
	padding-right: 12px;
	color: #888;
}
footer a:VISITED {
	color: #555;
}
