#page.logout {
  background: #000000;
}
#page.logout #header {
  min-height: inherit;
}
#page.logout #main-wrapper {
  background: rgba(0, 0, 0, 0.7);
}
#page.logout #main-wrapper #main {
  justify-content: center;
}
#page.logout .block-system-branding-block .site-logo {
  position: fixed;
  top: 50px;
  left: 50px;
  margin-left: 0;
  width: 370px;
}
#page.logout h1.page-title {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
#page.logout #main-wrapper #content .section {
  background: none;
  margin: 0;
  padding: 0;
}
#page.logout #main-wrapper #content .section .card {
  background: none;
  padding: 1rem;
}
#page.logout #main-wrapper #content .section .card h3 {
  display: none;
}
#page.logout #main-wrapper #content .section .card p {
  color: #ffffff;
}
#page.logout #main-wrapper #content .section .card .form-item .form-text,
#page.logout #main-wrapper #content .section .card .form-item .form-email {
  background: #666666;
  color: #ffffff;
  border-color: #707070;
}
#page.logout #main-wrapper #content .section .card .form-item .form-text::placeholder,
#page.logout #main-wrapper #content .section .card .form-item .form-email::placeholder {
  color: #ffffff;
  opacity: 1;
}
#page.logout #main-wrapper #content .section .card .form-item .description {
  display: none;
}
#page.logout #main-wrapper #content .section .card .btn-simply {
  text-transform: none;
  color: #f8f8f8;
}
#page.logout .site-footer_bottom .block.menu--footer {
  text-align: center;
  color: #f8f8f8;
}
