<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sitetron
{
    background-color: rgba(68, 68, 68, 0.75);
    margin-bottom: 0;
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
}

.sitetron h1
{
	color: #ffffff;
	font-size: 3em;
}


.sitetron p 
{
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
}

.box
{
	background-color: #004C82;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea
{
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before 
{
	background: #ffffff;
}

input[type="checkbox"] + label, input[type="radio"] + label 
{
	color: #ffffff;
}

#trustbadges {

    margin-top: 0px;
	
}
</pre></body></html>