/* ============================================================
   ASCEND GmbH - Staff Login Page Branding
   Navy gradient background, clean white card
   ============================================================ */

body {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

/* Background - clean navy gradient */
#brickwall {
  background: linear-gradient(135deg, #30305B 0%, #1a1a3e 50%, #30305B 100%) !important;
  background-image: none !important;
}
#background {
  display: none !important;
}
#blur {
  display: none !important;
}

/* Login box */
#loginBox {
  background-color: #fff !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25) !important;
  border-radius: 12px !important;
  padding: 2.5em 2em 2em !important;
  width: 440px !important;
  margin-left: -220px !important;
  top: 10% !important;
}
#loginBox:after {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Logo */
#logo a {
  height: 80px !important;
}
#logo a img {
  max-height: 55px !important;
  max-width: 280px !important;
}

/* Heading / title */
h1 {
  font-size: 1.5em !important;
  color: #30305B !important;
  margin-bottom: 0.5em !important;
}

/* Error / info message */
h3#login-message {
  color: #d32f2f !important;
  font-size: 0.95em !important;
  line-height: 1.4 !important;
}

/* Labels */
fieldset label {
  font-size: 14px !important;
  color: #333 !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  display: block !important;
}

/* Form fields */
fieldset input[type="text"],
fieldset input[type="password"] {
  background: #fff !important;
  border: 1.5px solid #ccc !important;
  border-radius: 6px !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  width: 100% !important;
  color: #333 !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s !important;
}
fieldset input[type="text"]:focus,
fieldset input[type="password"]:focus {
  border-color: #30305B !important;
  box-shadow: 0 0 0 3px rgba(48,48,91,0.12) !important;
  outline: none !important;
}

/* Login button - LARGE and prominent */
button[type=submit],
button.submit.button,
input[type=submit] {
  background: #30305B !important;
  background-color: #30305B !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 16px 40px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.4 !important;
  min-height: 52px !important;
  width: 100% !important;
  cursor: pointer !important;
  box-shadow: 0 3px 8px rgba(48,48,91,0.25) !important;
  margin-top: 10px !important;
  transition: background 0.2s, box-shadow 0.2s !important;
  overflow: visible !important;
}
button[type=submit]:hover,
button.submit.button:hover,
input[type=submit]:hover {
  background: #24244a !important;
  background-color: #24244a !important;
  box-shadow: 0 4px 12px rgba(48,48,91,0.35) !important;
}

/* Forgot password link */
#reset-link,
a.cancel {
  color: #30305B !important;
  font-size: 14px !important;
  text-decoration: none !important;
}
#reset-link:hover,
a.cancel:hover {
  color: #24244a !important;
  text-decoration: underline !important;
}

/* "Remember me" checkbox area */
fieldset input[type="checkbox"] {
  margin-right: 6px !important;
}

/* General text readability */
#loginBox p,
#loginBox div,
#loginBox span,
.login-content {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #444 !important;
}

/* Company / Copyright bar - inside white login card */
#company {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 1.5em !important;
}
#company .content {
  background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #999 !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  font-size: 0.8em !important;
  display: block !important;
}

/* Remove powered by osTicket */
#poweredBy {
  display: none !important;
}

/* Banner info text */
div.banner {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Mobile responsive */
@media only screen and (max-width: 520px) {
  #loginBox {
    width: 92% !important;
    margin-left: -46% !important;
    padding: 1.5em 1.2em !important;
  }
}
