.progress-label-bold {
    height: 12px;
    line-height: 12px;
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    color: var(--neutral-100-color);
    margin-bottom: 0.5rem;
}

.progress-label {
    height: 12px;
    line-height: 12px;
    font-style: normal;
    font-size: 10px;
    font-weight: 400;
    color: var(--neutral-60-color);
    margin-bottom: 0.5rem;
    margin-left: 5px;
}

.progress{
    height: 4px;
    border-radius: 100px;
    background-color: var(--neutral-10-color);
}

.progress-bar {
    border-radius: 100px;
    background-color: var(--primary-default-color);
}

.weak-password {
    color: var(--status-warning-color);
}

.weak-password-bg {
    background-color: var(--status-warning-color);
}

.good-password {
    color: var(--status-success-color);
}

.good-password-bg {
    background-color: var(--status-success-color);
}

.password-strength-desc-label {
    line-height: 16px;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: var(--neutral-60-color);
    margin-bottom: 0px;
}

.password-strength-status-label {
    line-height: 16px;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}
