.login-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: inherit;
}

.login-form label {
label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
}

.login-form button {
  align-self: center;
  width: auto;
  min-width: 140px;
  font-family: inherit;
}

.login-actions a {
  color: #2b4f81;
  text-decoration: none;
  font-weight: 600;
}

.login-actions a:hover,
.login-actions a:focus-visible {
  text-decoration: underline;
}
.alert {
  background: #fdecea;
  color: #a12720;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 16px;
}
