﻿.textboxPS {
    border: solid 2px #cccccc;
    border-top: solid 2px #a0a0a0;
}


.poor, .weak, .good, .strong, .excellent {
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
color: #fff;
font-weight: 600;
height: 29px;
padding-right: 15px;
line-height: 2;
} 



.poor::before, .weak::before, .good::before, .strong::before, .excellent::before {
    background: url('../Images/password.png') no-repeat right center transparent;
    content: '1';
    width: 15px;
    display: inline-block;
    margin-right: 15px;
    height: 29px;        
}

.poor {
    background: #cf6a10;    
}

.weak {
    background: #d7ac2a;
}

.good {
    background: #aac331;
}

.strong {
    background: #809a04;
}

.excellent {
    background: #2a7c02;
}
