/* Custom CSS overrides */

/* Disable Flexbox and use traditional Block formatting */
.user-login-form,
.page-user-login .region-content {
  display: block !important;
  display: inline-block \9; /* Fallback for older IE */
  width: 100%;
  max-width: 450px; /* Adjust to your preferred width */
  margin: 0 auto;
  float: none;
}

big {
  text-align: left;
  display: block; /* Ensures alignment works on the element as a block */
}

/* Reset Bootstrap 5 placeholder styles for Drupal core's em tags */
em.placeholder {
  display: unset;
  min-height: unset;
  vertical-align: unset;
  cursor: unset;
  background-color: unset;
  opacity: unset;
  animation: none; /* Stops the "glow" effect */
}

