html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Roboto Condensed', sans-serif;
  color: var(--text-color-dark);
}

.deploy-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  background: #f6f6f6;
  padding: 3rem;
  font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}

.bg-deploy-page {
  object-fit: contain;
  width: 50vw;
  height: 50vh;
  margin: 2rem;
}

.bg-deploy-title {
  text-align: center;
  font-weight: bold;
}

.bg-deploy-quote-author {
  text-align: right;
  font-weight: bold;
}

.bg-deploy-refresh-button {
  box-shadow:
    0 3px 1px -2px rgb(0 0 0 / 20%),
    0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  background-color: #2196f3;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
}

.bg-dark {
  background-color: #343a40;
}

.page-loader {
  font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}

.page-loader .text-wrapper {
  position: absolute;
  top: 37%;
  margin: auto;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
}

.page-loader .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 5.5rem;
  letter-spacing: 0.8rem;
}

.page-loader .description {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}

.bg-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pixel-spinner * {
  box-sizing: border-box;
}

.pixel-spinner-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
  z-index: 50;
  width: 5rem;
  height: 5rem;
}

.pixel-spinner-wrap img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .deploy-page {
    padding: 0;
  }

  .page-loader .title {
    font-size: 8.4vw;
    white-space: nowrap;
  }
}

.client-elemental {
  background: #343a40 url('../../assets/img/bg-tmp.jpg') no-repeat center 0 fixed;
  background-size: cover;
}

/* Customization for Elemental TV*/

.client-elemental .login-container .logo {
  background: url(../../assets/img/elemental/full-logo.svg) no-repeat left center/14rem;
  margin-bottom: 7rem !important;
  margin-top: 2rem !important;
}

.client-elemental .footer-container .logo {
  background: url('../../assets/img/elemental/short-logo.svg') center no-repeat !important;
  background-size: contain !important;
}
