/* =======================================================
   EndustriVadisi - Homarr Login Customization
   ======================================================= */

/* --- Logo img'yi gizle --- */
img[alt="Homarr logo"] {
  display: none !important;
}

/* --- "Homarr" başlığını gizle --- */
h1.mantine-Title-root {
  display: none !important;
}

/* --- Giriş Butonu: Gradient --- */
button[type="submit"] {
  background: linear-gradient(135deg, #00D4FE 0%, #574CE3 100%) !important;
  border: none !important;
}

/* --- "Şifrenizi mi unuttunuz?" - Gizle --- */
/* Mantine Anchor button - form içindeki link */
form button.mantine-Anchor-root,
form a.mantine-Anchor-root,
.mantine-Collapse-root {
  display: none !important;
}
