/* Center the logo */
.logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* Hide the standard username/password login form */
form[action="/admin/login"] {
    display: none !important;
}

/* Hide the forgot password link paragraph */
p:has(a[href*="/admin/forgot"]),
a[href*="/admin/forgot"] {
    display: none !important;
}