<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* module-key = 'com.atlassian.plugins.authentication.atlassian-authentication-plugin:entrypoint-login-page-ui', location = 'frontend/login-page-ui.css' */
html,
body,
#page {
  height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1;
}

#react-container {
  height: 100%;
}

#header {
  display: none;
}

body#jira {
  min-width: unset;
}

body#com-atlassian-confluence .aui-page-panel {
  border-style: none;
  background-color: #f4f5f7;
}

@media (max-width: 980px) {
  body#jira #footer .footer-body &gt; ul &gt; li,
  body#com-atlassian-confluence #footer .footer-body &gt; ul &gt; li {
    white-space: normal;
  }

  body#jira #footer .footer-body&gt;ul&gt;li:after,
  body#com-atlassian-confluence #footer .footer-body&gt;ul&gt;li:after {
    content: none;
  }
}

</pre></body></html>