/* BFSUAPA auth layout v13 */
body[data-bfsuapa-auth-route="true"] header,
body[data-bfsuapa-auth-route="true"] [data-testid="auth-header"],
body[data-bfsuapa-auth-route="true"] [data-testid="header-logo"],
body[data-bfsuapa-auth-route="true"] a.gy8ffm1[href="/"],
body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-back="true"] {
  display: none !important;
}

body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-form="true"] {
  transform: translateY(48px) !important;
}

body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-heading="true"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  text-align: center !important;
}

body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-heading="true"] .logo {
  flex: 0 0 auto !important;
  width: 96px !important;
  height: 60px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: url("/brand/bfsuapa-mark-transparent.png?v=13") center/contain no-repeat !important;
}

body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-heading="true"] .logo path,
body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-heading="true"] .logo rect {
  display: none !important;
}

@media (max-width: 640px) {
  body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-form="true"] {
    transform: translateY(28px) !important;
  }
  body[data-bfsuapa-auth-route="true"] [data-bfsuapa-auth-heading="true"] .logo {
    width: 80px !important;
    height: 50px !important;
  }
}
