.eleveur-login-form { max-width: 350px; margin: 30px auto; padding: 20px; background: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 8px #ddd; }
.eleveur-login-form label { display: block; margin-bottom: 10px; }
.eleveur-login-form input { width: 100%; padding: 8px; margin-top: 2px; margin-bottom: 12px; }
.eleveur-login-form button { width: 100%; background: #0073aa; color: #fff; border: none; padding: 10px; border-radius: 4px; cursor: pointer; }
.eleveur-login-form button:hover { background: #005177; }
.eleveur-links { text-align: center; margin-top: 15px; }
.eleveur-links a { color: #0073aa; text-decoration: none; margin: 0 5px; }
.eleveur-links a:hover { text-decoration: underline; }
.eleveur-error { color: #b32d2e; background: #fbeaea; padding: 10px; border-radius: 4px; margin-bottom: 10px; text-align: center; }