<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  NetGo.hu NetShop v3 CSS template Password Strength
 *  Copyright(c) NetGo.hu Kft. (http://www.netgo.hu)
 *  Code based on Firas Kassem and Amin Rajaee passwordStrengthMeter.js
 *  Version: 1.1
 */

.label { width: 90px; padding: 6px 7px 0 0; text-align: right; }
.inbox { width: 400px; margin-top: 5px; display: none; }
.graybar { width: 400px; height: 3px; background: #ddd; }
.colorbar { height: 3px; width: 1px; margin-top: 5px; margin-bottom: 5px; background-image: url(passwordstrength.jpg); }
.percent { margin-top: 0px; padding-right: 7px; }
.result { font-family: Tahoma; font-size: 11px; color: red; }</pre></body></html>