.password-strength-container {
    margin-top: 8px;
}

.password-strength-bar {
    height: 8px;
    width: 0%;
    background-color: red;
    border-radius: 4px;
    transition: width 0.3s ease, background-color 0.3s ease;
    margin-bottom: 5px;
}

.password-strength-message {
    font-size: 0.9em;
    font-weight: bold;
}
