<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

	thÃ¨me

*/


.has-error
{
	border: 1px solid #f45252;
}

.center
{
	text-align: center;
}

#CONTAINER
{
	height:calc(100vh - 132px);
	height:moz-calc(100vh - 132px);
	height:webkit-calc(100vh - 132px);
	overflow-y: scroll;
	padding-top: 15px;
}


.baseline
{
	color: #FFFFFF;
	
}


.card-header
{
	font-size: 1.2em;
}


.form-control-site
{
	height: calc(1.7em);
}</pre></body></html>