.initializePage__login-error {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.initializePage__login-error--header {
  position: relative;
  background-color: white;
  padding: 21px 24px;
  border-bottom: 1px solid #ddd;
}

.initializePage__login-error--logo-story {
  color: #7f7f7f;
}

.initializePage__login-error--logo-line {
  color: #c02025;
}

.initializePage__login-error--background {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: url("https://sinclairstoryline.com/img/storyline-bg.jpg") center;
  background-size: cover;
}
.initializePage__login-error--background::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.initializePage__login-error--container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 640px;
  padding: 40px;
  margin-top: -75px;
  background-color: white;
  color: #333;
  font-size: 16px;
}

.initializePage__login-error--heading-h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.initializePage__login-error--user-description {
  line-height: 1.4em;
}

.initializePage__login-error--debug-info {
  line-height: 1.4em;
  padding: 10px;
  margin-bottom: 16px;
  background-color: #eee;
  font-family: "Courier New", monospace;
}

.initializePage__login-error-logout-button {
  width: 120px;
  align-self: flex-end;
}
