body {
  background: #aeaeae;
}

.login-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#viewBtn {
  width: fit-content;
  margin: auto;
}



#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  color: #fff;
  padding-top: 200px;
  background: #000;
  z-index: 9999;
  display: none;
}