/*
 * Wagtail Admin Custom CSS
 *
 * This file is for customizing the Wagtail admin interface.
 * All custom styles for the admin panel should be added here.
 */

/* Login Page Customizations */
/* Example selectors for common login page elements:
 * .login-form - Main login form container
 * .submit-button - Submit button
 * .field - Form field wrapper
 * .error-message - Error message display
 * #id_username, #id_password - Input fields
 */

/* Branding and Logo */

/* Form Styling */

/* Button Customization */

/* Colors and Themes */

/* Typography */

/* Layout and Spacing */

/* Responsive Design */
@media (max-width: 768px) {
    /* Mobile styles */
}

/* Animation and Transitions */

/* Admin Dashboard Customizations */

/* Navigation Menu */

/* Page Headers */

/* Content Areas */

/* Footer */