html, body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  min-height: 100vh;
  background: #0b1420;
}
body.vp-login-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
#wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  background: transparent !important;
}
#content_wrapper {
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
}
#active_admin_content {
  border-top: none !important;
  box-shadow: none !important;
}
#login {
  background: rgba(255,255,255,.98);
  width: 460px;
  max-width: 92vw;
  margin: 0 auto;
  padding: 2.25rem 2.5rem 2.5rem;
  border-radius: 16px;
  border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
#login h2 {
  background: transparent !important;
  border: none !important;
  text-shadow: none !important;
  color: #111827 !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
}
#login fieldset { border: none; padding: 0; margin: 0; background: none; }
#login ol { margin: 0; padding: 0; list-style: none; }
#login li { padding: 0; margin: 0 0 1.1rem; background: none; border: none; list-style: none; }
#login li label {
  display: block;
  text-align: left;
  font-size: .85rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 .4rem;
  padding: 0;
  background: none;
  width: auto;
  float: none;
}
#login li label abbr { text-decoration: none; color: #9ca3af; }
#login li input[type="text"], #login li input[type="email"], #login li input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: .7rem .85rem;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: .95rem;
  background: #fff;
  color: #111827;
}
#login li input:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20,184,166,.22);
  outline: none;
}
#login li.commit, #login fieldset.buttons, #login fieldset.buttons ol, #login fieldset.buttons li {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#login input[type="submit"] {
  width: 100%;
  padding: .75rem;
  background: #111827;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: none;
  margin-top: .25rem;
}
#login input[type="submit"]:hover { background: #000; }
#login a { color: #0d9488; }
.flashes { position: fixed; top: 1rem; left: 50%; transform: translateX(-50%); z-index: 10; }
.flashes .flash {
  background: #1e293b;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: .6rem 1.1rem;
  margin: 0 auto .5rem;
  text-align: center;
  display: block;
  white-space: nowrap;
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent !important;
  border: none !important;
  color: #cbd5e1 !important;
  text-shadow: none !important;
  padding: 1rem !important;
}
#footer a { color: #5eead4 !important; }
