/* clinic-register.css — Registration page styles */
.register-container {
    max-width: 600px;
    margin: 0 auto;
}
.register-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.register-card .card-header {
    border-radius: 12px 12px 0 0;
    text-align: center;
    padding: 1.5rem;
}
.password-toggle {
    cursor: pointer;
    border-left: 0;
}
.password-strength {
    height: 4px;
    margin-top: 4px;
    border-radius: 2px;
    transition: width 0.3s, background-color 0.3s;
}
