.content-box__subtitle {
 font-weight: normal;
 text-align: justify;
}

.content-box--icon-boxed {
 min-height: 37vh;
}

.form-img-container {
  text-align: center;
}

.footer {
  color: #CCC;
}

.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);
}

.reg-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.escg-reg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}