.strength_meter div {
    height: 23px;
    width: 100%;
    height: 23px;
    text-align: center;
    color: black;
    font-weight: bold;
    line-height: 23px;
}

.strength_meter {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    /* background: silver; */
    background: #eee;
    margin-top: 15px;
    /* custom */
    height: 20px;
    margin-top: 8px;
    opacity: 0.5;
}

.strength_meter div {
    width: 0%;
    height: 35px;
    text-align: right;
    color: #000;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 5px;
    /* custom */
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}

.veryweak {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
    width: 25% !important;
}

.weak {
    background-color: #ffb78c;
    border-color: #ff853c !important;
    width: 50% !important;
}

.medium {
    background-color: #ffec8b;
    border-color: #fc0 !important;
    width: 75% !important;
}

.strong {
    background-color: #66cc33;
    border-color: #8dff1c !important;
    width: 100% !important;
}

@media only screen and (max-device-width: 480px) {
    .veryweak {
        width: 33% !important;
        font-size: 10px;
    }

    .weak {
        font-size: 14px;
    }
}
