#page.logout #header {
  min-height: 200px;
}
#page.logout #main-wrapper {
  background: rgba(0, 0, 0, 0.7);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page.logout #main-wrapper #main {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page.logout .block-system-branding-block {
  max-width: inherit;
  margin: 0;
}
#page.logout .block-system-branding-block .site-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
  width: 200px;
  margin-left: -100px;
  background: #ffffff;
  padding: 15px;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
}
#page.logout .page-title {
  text-align: center;
  color: #ffffff;
}
#page.logout #main-wrapper #content .section {
  max-width: 900px;
  margin: 4rem auto;
  background: #ffffff;
  color: #ffffff;
}
#page.logout #main-wrapper #content .card {
  padding: 3rem;
  border-radius: 0;
  border: 0;
}
#page.logout #main-wrapper #content .card h3 {
  text-align: center;
  font-size: 1.25rem;
}
