/* === FLUXIT WEBFTP - LOGIN BRANDING PERMANENT === */

/* 1) Ascunde pisica / butonul de "fork" din colț (top-right) */
a[href*="github.com"],
a[href*="filestash"],
a[title*="Fork"],
a[aria-label*="Fork"],
.fork,
.forkme,
.github-corner,
.corner-ribbon {
  display: none !important;
}

/* 2) Ascunde "Powered by Filestash" / footer branding */
footer,
.footer,
#footer,
[class*="footer"],
[class*="powered"],
[class*="brand"],
a[href*="filestash.app"],
a[href*="filestash"] {
  display: none !important;
}

/* 3) Ascunde orice animație/loader rămas */
.loading-animation,
.loading-animation * {
  display: none !important;
}

/* 4) Adaugă branding permanent pe ecranul de login */
body::before {
  content: "FluxIT WebFTP\A Secure Access\A webftp.fluxit.ro";
  white-space: pre;
  display: block;
  text-align: center;
  margin: 28px auto 18px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #00bcd4;
}

/* 5) Login box mai curat (opțional) */
input[type="text"],
input[type="password"] {
  border-radius: 10px !important;
  padding: 12px !important;
  font-size: 15px !important;
}

button,
input[type="submit"] {
  background-color: #00bcd4 !important;
  border: none !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 10px 16px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

button:hover,
input[type="submit"]:hover {
  background-color: #0097a7 !important;
}
