/* 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 > ul > li,
  body#com-atlassian-confluence #footer .footer-body > ul > li {
    white-space: normal;
  }

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


/*# sourceMappingURL=/download/batch/com.atlassian.plugins.authentication.atlassian-authentication-plugin:entrypoint-login-page-ui/com.atlassian.plugins.authentication.atlassian-authentication-plugin:entrypoint-login-page-ui.css.map?_statichash=d41d8cd98f00b204e9800998ecf8427e-CDN%2F-1002765810%2F61dfbfd%2F945gq6%2F4.3.11 */