
.pwd-strength .go-content {
    padding: 0 5px;
}
.pwd-strength .go-content .one-level {
    background-color: #FC5D5C;
    height: 5px;
}
.pwd-strength .go-content .one-level .level-label {
    background-color: #FC5D5C;
    color: @whiteFFF;
}
.pwd-strength .go-content .two-level {
    margin-left: 5px;
    background-color: #FCB04B;
    height: 5px;
}
.pwd-strength .go-content .two-level .level-label {
    background-color: #FCB04B;
    color: @whiteFFF;
}
.pwd-strength .go-content .three-level {
    margin-left: 5px;
    background-color: #70B442;
    height: 5px;
}
.pwd-strength .go-content .three-level .level-label {
    background-color: #70B442;
    color: @whiteFFF;
}
.pwd-strength .go-content .four-level {
    margin-left: 5px;
    background-color: #378404;
    height: 5px;
}
.pwd-strength .go-content .four-level .level-label {
    background-color: #378404;
    color: @whiteFFF;
}
.pwd-strength .go-content .level-label {
    width: 25px;
    height: 25px;
    margin: auto;
    position: relative;
    top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.pwd-strength .strength-item {
    width: 23%;
    float: left;
}
.pwd-strength .go-content {
    padding-top: 14px;
}
.pwd-strength .go-content:before, .pwd-strength .go-content:after {
    content: " ";
    display: table;
}
.pwd-strength .go-content:after {
    clear: both;
}
