:root {
	--brand-primary:#ff0000;
}

.center {
	text-align:center;
}

.questionnaire-div {
	text-align:center;
	width:100%;
	margin-top:-10px;
	padding-top: 20px;
	height:100%
}

.nav-background {
	background-color:#1F1F1F;
	min-height:100vh;
}

.orange {
	color:var(--brand-primary);
}

.white {
	color:#FFFFFF;
}

.grey {
	color:#888888;
}

.red {
	color: red;
}

.background-white {
	background-color:#FFFFFF;
}

.background {
	background-color:#e5e5e5;
	min-height:100vh;
}

.login-background {
	background-color:#e5e5e5;
}

.questionnaire-title {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
}

.questionnaire-title-underlined {
	border:0;
	clear:both;
	display:block;
	width:100%;
	background-color:#000000;
	height:1px;
	margin-top:-5px;
}

.label-float {
	text-align:right;
}

.input-float {
	text-align:left;
}

.space-top-10 {
	margin-top:10px;
}

.space-bottom-10 {
	margin-bottom:10px;
}

.space-right-5 {
	margin-right:5px;
}

.space-top-200 {
	margin-top:200px;
}

.padding-top-20 {
	padding-top:20px;
}

.center-image {
	height:200px;
	position:relative;
}

a:hover {
  text-decoration: none;
  color:var(--brand-primary);
}

a:active {
  text-decoration: none;
  color:var(--brand-primary);
}

.keywayImage {
	width:200px;
	height:200px;
}

.notification.notification--persistent {
	position: sticky;
	left:0;
	bottom:0;
	width:100%;
	background:var(--warning);
}