.uform .uform-width-100 {
  width: 100%;
}
.uform .uform-width-50 {
  width: calc(50% - 10px);
}
.uform [name=uform-submit] {
  margin-bottom: 10px;
}
.uform .notification {
  width: 100%;
  margin-bottom: 0;
}