<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#password_description
{
	font-family: sans-serif,Arial;
    font-size: 10pt;
}

#password_strength
{
	height:5px;
	display:block;
}

#password_strength_border
{
	width: 144px;
	height: 5px;
    background: #cccccc;
	
}
.strength0
{
	width:144px;
	background:#cccccc;
}

.strength1
{
	width:30px;
	background:#aa0033;
}
.strength2
{
     width:49px;
     background: #F50049;
}
.strength3
{
	width:68px;	
	background:#c48900;
}

.strength4
{
	width:87px;
	background:#6699cc;
}

.strength5
{
	background:#6699cc;
	width:106px;
}

.strength6
{
	background:#399800;
	width:144px;
}
.password-message0 {
    color: black;
}
.password-message1 {
	color: #aa0033;
}
.password-message2 {
	color: #F50049;
}
.password-message3 {
	color: #c48900;
}
.password-message4 {
	color: #6699cc;
}
.password-message5 {
	color: #6699cc;
}
.password-message6 {
	color: #399800;
}

.passwordWrapper .rules {
	color: #707070;
	margin-top: 5px;
	font-size: 12px;
}</pre></body></html>