.password-toggle {
    cursor: pointer;
    padding: 0 10px;
}

.password-toggle:hover {
    background-color: rgba(0,0,0,0.05) !important;
}

.password-rules li {
    color: #dc3545;
    transition: color 0.3s;
    margin-bottom: 4px;
}

.password-rules li.valid {
    color: #28a745;
}

.password-rules li.valid::before {
    content: "✓ ";
    font-weight: bold;
}

.password-rules li::before {
    content: "✗ ";
    font-weight: bold;
}

.progress-bar {
    transition: width 0.4s ease, background-color 0.4s ease;
}