#page.logout {
  background: #626e7f;
}
#page.logout #header {
  min-height: 200px;
}
#page.logout #main-wrapper {
  display: flex;
  flex-direction: column;
}
#page.logout #main-wrapper #main {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page.logout .block-system-branding-block {
  text-align: center;
  margin: auto;
  max-width: none;
}
#page.logout .block-system-branding-block .site-logo img {
  width: 320px;
}
#page.logout .page-title {
  text-align: center;
  color: #ffffff;
}
#page.logout #main-wrapper #content .section {
  margin: auto;
  padding: 0;
}
#page.logout #main-wrapper #content .card {
  padding: 0 30px;
  border: 0;
  background: #ffffff;
  max-width: 320px;
  box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
#page.logout #main-wrapper #content .card h3 {
  text-align: center;
  font-size: 1.25rem;
}
#page.logout #footer .site-footer_bottom {
  background: none;
  text-align: center;
}
