/* MRU Zammad Custom Theme — support.mruni.eu */

/* Hide "Prisijungti prie support.mruni.eu" */
.fullscreen-body > p { display: none !important; }

/* Hide admin link visually (accessible via #admin_password_auth) */
.js-footer > p {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  opacity: 0 !important;
}

/* Hide "Naudojamas Zammad" */
.poweredBy { display: none !important; }

/* MRU orange gradient background */
.login {
  background: linear-gradient(135deg, #E8692A 0%, #F4A035 50%, #E8692A 100%) !important;
}

/* Login card — pure white, rounded, centered */
.hero-unit {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  padding: 40px 36px !important;
  max-width: 420px;
  margin: 0 auto !important;
  text-align: center;
}

/* Center logo */
.hero-unit .company-logo {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* SSO button — orange pill */
.auth-provider {
  background: linear-gradient(135deg, #E8692A 0%, #F09030 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 28px !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 15px rgba(232, 105, 42, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}

.auth-provider:hover {
  background: linear-gradient(135deg, #d45d22 0%, #e0832a 100%) !important;
  box-shadow: 0 6px 22px rgba(232, 105, 42, 0.5) !important;
  transform: translateY(-1px);
}

.auth-provider .provider-icon,
.auth-provider .icon {
  fill: #fff !important;
  color: #fff !important;
}

/* Separator */
.separator {
  color: #888 !important;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Bilingual help text below card */
.js-footer::after {
  content: "Jeigu negalite prisijungti su MRU paskyra, ra\161 ykite el. pa\161 tu itc-helpdesk@mruni.eu \A If you cannot log in with your MRU account, please email itc-helpdesk@mruni.eu";
  white-space: pre-line;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  padding: 20px 10px 0;
}
