@charset "UTF-8";


.password-strength-indicator.very-weak {
	color: #a60000;
}

.password-strength-indicator.weak {
	color: #c56e19;
}

.password-strength-indicator.mediocre {
	color: #d6d600;
}

.password-strength-indicator.strong {
	color: #7acc29;
}

.password-strength-indicator.very-strong {
	color: #1B9900;
}