#loginModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

#loginModal form {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
}

#error {
  color: red;
}
