/**
 * Login-page register button placement.
 *
 * `#login-footer` holds the branding line followed by the `loginfooter`
 * container. Making it a column flex container lets the button be ordered
 * above the branding line without touching the skin template.
 */
#login-footer {
    display: flex;
    flex-direction: column;
}

#login-footer .register-button-wrapper {
    order: -1;
    margin: 0 0 16px 0;
    padding: 0;
}
