/* Hide "Login with Frappe Cloud" button on the login page */
.social-login-buttons:has(.btn-login-with-frappe-cloud),
a.btn-login-with-frappe-cloud {
    display: none !important;
}