/* login/login.css */

/* Keep login card from becoming too wide on desktop */
.form-card {
  max-width: 560px;
  margin: 0 auto;
}

/* Small spacing improvement for the bottom link area */
.button-group {
  justify-content: center;
}
