/* app patch css */

/*HIde facebook login button*/
.login-form .q-mt-md.flex:has(img[src*="facebook-icon.svg"]) {
    display: none !important;
}