/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2019, 3:18:03 PM
    Author     : https://www.formget.com/password-strength-checker-in-jquery/
*/

#register {
    padding: 5px 14px;
}

#register .short {
    font-weight: bold;
    color: #FF0000;
    /*font-size:larger;*/
}

#register .weak {
    font-weight: bold;
    color: orange;
    /*font-size:larger;*/
}

#register .good {
    font-weight: bold;
    color: #2D98F3;
    /*font-size:larger;*/
}

#register .strong {
    font-weight: bold;
    color: limegreen;
    /*font-size:larger;*/
}

