/* BIKT Login Logo - Custom WordPress Login Page Styling */

/* Center the logo container */
.login h1 {
  margin: 0 auto 25px !important;
  text-align: center !important;
}

/* Hide default WordPress logo text and ensure proper display */
.login h1 a {
  text-indent: -9999px !important;
  display: block !important;
  outline: none !important;
  overflow: hidden !important;
  border: none !important;
}

/* Mobile responsive sizing */
@media screen and (max-width: 782px) {
  .login h1 a {
    max-width: 100% !important;
  }
}