#vp-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#vp-form .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#vp-form .row > div {
  flex: 1;
}
#vp-form-message {
  text-align: center;
}