/* -------------------------
   Login desktop + tablet
------------------------- */

.modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: flex;
}

.modal-content {
  background-color: #ffffff;
  height: auto;
  max-height: 90vh;
  width: 90%;
  max-width: 400px;
  border-radius: 20px;
  padding: 40px;
}
