body,
html {
  height: 100%;
  margin: 0;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
}

.centered-form {
  width: 300px;
  /* Adjust the form width as needed */
}

.centered-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Adjust the margin as needed */
}

.navbar-brand {
  display: inline-flex;
  /* Align items inline and center */
  align-items: center;
  text-decoration: none;
  /* Optional: Removes underline from links */
}
