html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.guest-page
{
  text-align: center;
}

.form-signin{
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  
}

.form-signin input[type="password"] {
  margin-bottom: .5rem;
  
}

#guest_switcher{
  position: absolute;
    top: 20px;
    right: 20px;
}

