html {
  font-size: 10px;
}

.portal-loader {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.portal-loader__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}

.portal-loader__logo-wrapper::after {
  margin-left: 8px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2.57px;
  content: 'CHRONOS';
}

.portal-loader__logo {
  width: auto;
  max-width: 34rem;
  height: auto;
  max-height: 24rem;
}

.portal-loader__message {
  padding: 20px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}
