/* module-key = 'com.atlassian.plugins.authentication.atlassian-authentication-plugin:entrypoint-login-page-ui', location = 'frontend/login-page-ui.css' */
html,
body {
  height: 100%;
}

body {
  background-color: var(--ds-surface);
}

#full-height-container, /* confluence */
#page /* jira */ {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#main, /* confluence */
#content /* jira */ {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0;
}

/* bamboo */
#main .aui-page-panel,
#main .aui-page-panel-inner {
  height: 100%;
}

#react-container {
  height: 100%;
  margin: 20px auto;
}

.aui-header .aui-header-secondary > .aui-nav > li > a.login-link,
.aui-header .aui-header-secondary > .aui-nav > li > a.signup-link,
.aui-header .aui-header-secondary > .aui-nav > li > a#login-link, /* bitbucket */
.aui-header .aui-header-secondary > .aui-nav > li > a#login, /* bamboo */
.aui-header .aui-header-secondary > .aui-nav > li > a#signup /* bamboo */ {
  display: none;
}

body#jira {
  min-width: unset;
}

body#com-atlassian-confluence .aui-page-panel {
  border-style: none;
  background-color: var(--ds-surface);
}

@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;
  }
}

