.password-strength-container {
    display: flex;
    gap: 4px;
    margin-top: 5px;
}

.password-strength-bar {
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background-color: #E0E0E0;
    transition: background-color 0.3s ease-in-out;
}