/* Login page specific styling */
.login-container {
  height: 100vh;
}

.login-form-container {
  width: 25rem; /* 400px equivalent with base font-size of 16px */
  padding: 1.5rem;
}

.login-disclaimer {
  text-align: justify;
  line-height: 1.4;
}