/*!
 * @copyright copyright © kartik visweswaran, krajee.com, 2015
 * @package yii2-password
 * @version 1.1.3
 *
 * password strength meter
 * modified and built for yii framework 2.0
 * author: kartik visweswaran
 * year: 2015
 * for more yii related demos visit http://demos.krajee.com
 */
.kv-strength-container {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.kv-strength-container td {
    vertical-align: middle;
}

.kv-meter-container {
    width: 130px;
}

.kv-meter {
    text-align: center;
}

.kv-disabled {
    opacity: .65;
    cursor: not-allowed;
}

.kv-scorebar-border {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    height: 16px;
    width: 100px;
    margin: 0 auto;
    border-radius: 4px;
}

.kv-scorebar {
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 98px;
    height: 14px;
    z-index: 0;
    border-radius: 2px;
}

.kv-score {
    font-weight: bold;
    font-size: 75%;
    position: absolute;
    width: 98px;
    z-index: 10;
    border-radius: 2px;
}

.kv-score-0, .kv-score-1, .kv-score-5 {
    color: #fff;
}

.kv-score-2, .kv-score-3, .kv-score-4 {
    color: #333;
}

.kv-verdict {
    width: 100%;
}