.start-status-bar-text-colour { 
	color: red !important;
}
.help_button_text_colour { 
	color: red !important;
}
.form_signing_colour { 
	background-color: {{value_formSigningColour}} !important;
}
.counter_underline_bg_colour { 
	background-color: {{value_counterUnderLineBgColour}} !important;
}
.counter_bg_colour { 
	background-color: {{value_counterBgColour}} !important;
}
.counter_text_colour { 
	color: {{value_counterTextColour}} !important;
}
.counter_select_bg_colour { 
	background-color: {{value_counterSelectBgColour}} !important;
}
.portal-radius { 
	border-radius: {{value_radius}} !important;
}
.portal-logo {
	background-image: url("inherit");
}
a {
	color: inherit !important;
}
a:hover {
	color: inherit !important;
}
.btn-primary {
	background-color: inherit !important;
	border-color: inherit !important;
}
.btn-primary:hover {
	background-color: inherit !important;
	border-color: inherit !important;
}
.btn-primary:active {
	background-color: inherit !important;
	border-color: inherit !important;
}
.btn-primary:focus {
	background-color: inherit !important;
	border-color: inherit !important;
}
.btn-outline-primary {
	color: inherit !important;
	border-color: inherit !important;
}
.btn-outline-primary:hover {
	color: inherit !important;
	border-color: inherit !important;
}
.btn-outline-primary:active {
	color: inherit !important;
	border-color: inherit !important;
}
.btn-outline-primary:focus {
	color: inherit !important;
	border-color: inherit !important;
}