/* Hide social footer links (blog, mastodon, github) */
.mx_AuthFooter {
    display: none !important;
}

/* Hide "New here? Create an account" link on login form */
.mx_AuthBody_paddedFooter {
    display: none !important;
}

/* Hide Create Account button on welcome screen (href="#/register") */
a[href="#/register"] {
    display: none !important;
}

/* Hide "Powered by Matrix" */
.mx_Login_footer,
.mx_MatrixChat_wrapper > footer {
    display: none !important;
}
