.password-strength {
    margin-top: 5px;
}

.password-strength-bar {
    width: 100%;
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.password-strength-bar .progress {
    height: 100%;
    transition: width 0.3s ease;
}

.password-strength-bar .progress.Fraca {
    background-color: #dc3545;
}

.password-strength-bar .progress.Média {
    background-color: #ffc107;
}

.password-strength-bar .progress.Forte {
    background-color: #28a745;
}

.password-strength-text {
    margin-top: 4px;
    font-size: 0.75rem;
    text-align: center;
    color: #6c757d;
}
