
        .password-strength {
            padding-bottom: 10px;
            color:#666;
            display:none;
        }
        .weak {
            color: orange;
        }

        .strong {
            color: green;
        }