/*
Custom style
You can override the default class or style here
This file will not be overwritten by the updater
*/

/* ✅ FINAL GUARANTEED FIX */
nav {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background-color: #0a0721 !important;
}

/* Page content ko header ke neeche push kar */
body {
  padding-top: 120px !important;
}
/*
Fix login page logo position
*/

.login-container img,
.login-box img,
form.login-form img {
  display: block;
  margin: 0 auto;
  max-width: 180px;  /* Logo ka size adjust */
  height: auto;
  margin-bottom: 20px; /* Box ke andar thoda gap */
  position: relative;
  top: 0;
}

/* Login box ko center me laane ke liye (agar zarurat ho) */
.login-container,
.login-box {
  text-align: center;
  padding-top: 20px;
  overflow: hidden; /* Extra part hide karega */
}

/* Box ke corners aur spacing thoda aur clean */
.login-box {
  border-radius: 12px;
  padding: 30px;
  background: #ffffff;
}
