form {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .col2-set .form-row-first {
    width: 48% !important;
    margin-right: 2% !important;
  }
}

@media (min-width: 768px) {
  .col2-set .form-row-last {
    width: 48% !important;
  }
}

.required {
  text-decoration: none;
}
