.form-img-container {
  text-align: center;
}

.form-img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.navbar-brand img {
  transition: transform 0.3s ease-in-out;
}

.navbar-brand:hover img {
  transform: scale(1.2);
}