.login-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;

  a {
    color: $gray-700;
  }
}

.login-page {
  align-items: center;
  background: url('/static/orka/img/orka-background.webp') center center no-repeat;
  background-size:cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}


.login-card-body {
  background-color: $white;
  border-top: 0;
  color: #666;
  padding: 20px;
}
