/* ------------------------------------------------------------
   LOGIN PAGE
------------------------------------------------------------ */

.section {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrapper {
  max-width: 420px;
  width: 100%;
  text-align: center;
}

/* Add to login.css */
.remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #ddd;
  margin: 8px 0 12px 0;
}
.remember-me input {
  width: 16px;
  height: 16px;
}
