:root {
  font-family: Poppins, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

@media (max-width: 500px) {
  :root {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  :root {
    font-size: 16px;
  }
}

body {
  background-color: #F2F2F2;
}


#root {
  margin: 0;
  text-align: center;
  min-height: 100%;
  height: auto;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

button {
  cursor: pointer;
}

.sign-in {
  position: absolute;
  height: 100%;
  width: 100%;
}

.cl-signIn-root {
  margin: auto;
  padding-top: 5%;
}

.grid-wrapper {
  justify-self: center;
  margin-top: 30vh;
}

.loading-text {
  font-size: 1.1rem;
  color: #51667A;
  margin-top: 1rem;
  font-weight: 300;
  letter-spacing: 4px;
  margin-left: 15px;
}

