/* ============================================================
   DCIS Upload Portal — Custom Login Branding
   Matches ITflow login page style
   ============================================================ */

/* Page background: same light gray as ITflow */
#login {
  background: #e9ecef !important;
}

/* Form as white card with shadow */
#login form {
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.08) !important;
  padding: 2.5em 2.2em 2em !important;
  max-width: 22em !important;
}

/* Logo: bigger than the default 4em, same proportions as ITflow logo */
#login img {
  width: 10em !important;
  height: 10em !important;
  object-fit: contain !important;
  margin: 0 auto 0.1em !important;
}

/* DCIS heading: bold blue to match logo text */
#login h1 {
  color: #1a6ab5 !important;
  font-size: 2.2em !important;
  font-weight: 700 !important;
  margin: 0.15em 0 0 !important;
  letter-spacing: 0.05em !important;
}

/* UPLOAD PORTAL subtitle injected via CSS after the h1 */
#login h1::after {
  content: "UPLOAD PORTAL";
  display: block;
  font-size: 0.38em;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
}

/* Input fields */
#login .input {
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  background: #fdfdfd !important;
  color: #333333 !important;
  padding: 0.55em 0.9em !important;
}

/* Submit / Sign In button: ITflow-matching blue */
#login .button {
  background: #1a73e8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  cursor: pointer !important;
  margin-top: 0.4em !important;
}

#login .button:hover {
  background: #1558c0 !important;
  opacity: 1 !important;
}

/* Error / wrong password message */
#login .wrong {
  border-radius: 4px !important;
  margin-bottom: 0.6em !important;
}
