/* PARK Compliance Services – Anmeldeseite (Sophos WAF)
   Palette: Bordeaux #7A1230, Pink #F0116B, Sand #EFEDE8
   CI vorläufig */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #EFEDE8;
  color: #2B2B2B;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  box-sizing: border-box;
}

#container {
  width: 100%;
  max-width: 420px;
  background: #FFFFFF;
  border: 1px solid #DCD7CD;
  border-top: 4px solid #7A1230;
  padding: 40px 36px 28px;
  box-sizing: border-box;
}

/* --- Kopfbereich --- */

.info {
  text-align: center;
  margin-bottom: 32px;
}

.info img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto 22px;
  border: 0;
}

.eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7A1230;
}

/* --- Formular --- */

form {
  margin: 0;
}

form p {
  margin: 0 0 20px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6E6A64;
}

label.inline {
  display: inline;
  margin: 0 0 0 8px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
  color: #4A4A4A;
}

input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #DCD7CD;
  border-radius: 0;
  background: #FFFFFF;
  color: #2B2B2B;
  font-family: inherit;
  font-size: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #F0116B;
  outline: 2px solid rgba(240, 17, 107, 0.25);
  outline-offset: 0;
}

.persistency {
  margin-bottom: 26px;
}

.actions {
  margin-bottom: 0;
}

input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  background: #7A1230;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #F0116B;
}

input[type="submit"]:focus-visible {
  outline: 2px solid #7A1230;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  input[type="submit"] {
    transition: background-color 0.15s ease;
  }
}

/* --- Fußbereich --- */

.note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #E7E2D9;
  font-size: 12.5px;
  line-height: 1.6;
  color: #6E6A64;
}

.note b {
  color: #7A1230;
  font-weight: 600;
}

.brandline {
  margin-top: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #A8A29A;
  text-align: center;
}

/* --- Mobil --- */

@media (max-width: 480px) {
  #container {
    padding: 28px 22px 22px;
  }
  .info {
    margin-bottom: 26px;
  }
}
