#cms_forms_form_1 {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  box-shadow: 0 0 100px rgba(200, 200, 200, 0.25) inset;
  padding: 25px;
}

.cms_form .cms_form_fields {
    /*border-bottom: 2px solid #ccc;*/
}

@media only screen and (max-width: 767px) {
    .cms_forms .cms_form_fields > div {
        width: 100% !important;
    }
}

.cms_form button {
    width: 160px;
}