/*
 * resources/login.css
 * -------------------
 * Wrapper stylesheet kept for backwards compatibility.
 *
 * The login styles are split into smaller files under `resources/login/`
 * and are normally loaded individually from `hooks/header-extras.php`.
 * If another page still links to this file, the @imports below ensure the
 * same styles apply.
 */

@import url('login/01-background.css');
@import url('login/02-panel.css');
@import url('login/03-branding.css');
@import url('login/04-form.css');
@import url('login/05-actions.css');
@import url('login/06-cleanup.css');
@import url('login/90-responsive.css');

