.portal-loader {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .portal-loader {
    position: relative;
    margin: 0 auto;
    width: 430px;
  }
}

.portal-loader__logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
}

@media (min-width: 1024px) {
  .portal-loader__logo-wrapper {
    height: 240px;
  }
}

.portal-loader__logo {
  max-width: 390px;
  max-height: 270px;
  width: 360px;
  height: auto;
}

.portal-loader__message {
  display: none;
}

@media (min-width: 1024px) {
  .portal-loader__message {
    display: block;
    color: #4b526d;
    text-align: center;
    padding: 20px;
    line-height: 1.5;
  }
}

.portal-loader__error {
  display: flex;
  align-items: flex-start;
  color: #ee2e24;
  text-align: left;
}
