body {
  background: #f3f6fa;
  color: #212529;
  /* Remove vertical centering */
  min-height: 100vh;
  /* Remove flex alignment/centering: */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

/* Add this for top margin on the card */
.card {
  background: #fff;
  border: none;
  margin: 48px auto 0 auto;   /* Top margin, auto-center horizontally */
  max-width: 350px;
  box-shadow: 0 10px 32px rgba(20,30,60,0.08);
}

.form-select, .btn {
  min-width: 220px;
}
