.hide{
	display:none!important;
}
span.toggleDisplay{
	font-size:1rem;
	color:var(--global--color-primary);
	cursor:pointer;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="month"], input[type="week"], input[type="datetime"], input[type="datetime-local"], input:not([type]), textarea, select, label, legend {
    margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

/* .container { */
	/* max-width: 200.0rem; */
/* } */
.linkIcon span{
	position:absolute;
	top:-9999999px;
	left:-9999999px;
}