.html {
  background: #f2f2f2;
}

.dark-html {
  background: #484848;
}

body {
  font-family: "Raleway", sans-serif;
  color: black;
  background: #f2f2f2;
  font-size: 1vw;
}

.dark-body {
  color: #f5f5f5;
  background: #484848;
}

.inline {
  display: inline;
}

.login-text {
  text-align: center;
}

.outer-container {
  height: 100vh;
  display: flex;
}

.inner-container {
  width: 30%;
  text-align: center;
  margin: auto;
}

.infoBox {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #616161;
  background: white;
}

#logo-div img {
  width: 70%;
  margin-bottom: 30px;
}

.textSize {
  font-size: 15px;
}

.centerDiv {
  text-align: center;
  margin-top: 20px;
}

.container {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 1000;
}

#heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
