.password-strength-bar {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}
.password-strength-fill {
    height: 100%;
    transition: width 0.3s;
}
.password-suggestions p {
    margin: 5px 0;
    font-size: 0.9em;
    color: #555;
}
.password-strength-text {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    text-align: left;
    color: #555;
}
