﻿.pwdmeter {
    float: right;
    width: 100px;
    margin-bottom: 5px;
}

#pwdstrengthbar { 
    height: 4px;
    float:right;
}
 
#form1 .short {
    color: #FF0000;
    font-size: 12px;
    font-family: 'Abel', sans-serif !important;
}

#form1 .weak {
    color: orange;
    font-size: 12px;
    font-family: 'Abel', sans-serif !important;
}

#form1 .good {
    color: #2D98F3;
    font-size: 12px;
    font-family: 'Abel', sans-serif !important;
}

#form1 .strong {
    color: limegreen;
    font-size: 12px;
    font-family: 'Abel', sans-serif !important;
}

#form1 .shortbar {
    width: 60px;
    background-color: #FF0000;
    margin-right:14px;
}

#form1 .weakbar {
    width: 80px;
    background-color: orange;
    margin-right:14px;
}

#form1 .goodbar {
    width: 100px;
    background-color: #2D98F3;
    margin-right:14px;
}

#form1 .strongbar {
    width: 120px;
    background-color: limegreen;
    margin-right:14px;
}

