<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lwa-username{
display:inline;


}
.lwa-password{
display:inline;
}
.lwa-login_form{
display:inline;
}
.lwa-submit-button{
display:inline;
}
.lwa-links{
}


.lwa-links a.lwa-links-register{
font-size:9px;
color: #C93400;
margin-left:56px;
margin-top:-2px;
}
.lwa-links  a.lwa-links-rememb{
font-size:9px;
margin-left:26px;
color: #C93400;
}
#souvenir{
font-size:8px;

}

#lwa_user_login{
font-size:12px;
font-family:'calibri';
text-align:center;
color: #999999;
width: 90px;
border: 2px solid #022934;
border-radius:3px;
border-radius:3px; 
margin-top:10px;
}
#lwa_user_pass{
font-size:12px;
font-family:'calibri';
color: #999999;
text-align:center;
border: 2px solid #022934;
width: 90px;
border-radius:3px;
}
#lwa_wp-submit{
vertical-align:bottom;
}
.lwa-rememberme {
border: 2px solid #022934;
border-radius:3px;
}
/**
 * Checkbox Five
 */
.checkboxFive {
	display: inline;
	width: 15px;
	position: relative;
	margin-left: 6px;
}
/**
 * Create the box for the checkbox
 */
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}
/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}</pre></body></html>