.passwordStrengthIndicator {
    height: 1.5em;
    width: 100%;
    position: relative;
    background-color: #efefef;
    height: 40px;
}

.passwordStrengthIndicator:before {
    content: attr(data-label);
    color: black;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 5px;
    left: 0;
    right: 0;
}

.passwordStrengthIndicator .value {
    display: inline-block;
    height: 100%;
}
