#login {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999;
  display: block;
}

.loginContainer {
  padding: 20px;
  border-radius: 6px;
  height: 300px;
  width: 300px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e4381c;
}

.varattu {
  background: #e4381c;
}

.varattu-oma {
  background: #1ace0a;
}
