.formGroup {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-right: calc(1 * var(--xxs-vw));
  background-color: var(--main-color-2);
}

.fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.white {
  background-color: white;
}