section {
  height: 100%;
}
.form-card {
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  box-shadow: 8px 8px 8px rgb(174, 174, 174);
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body {
  height: 80vh;
}
