#top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920.501' height='545.503' viewBox='0 0 1920.501 545.503'%3E%3Cg id='Group_2537' data-name='Group 2537' transform='translate(0 -295.001)'%3E%3Cpath id='Intersection_1' data-name='Intersection 1' d='M-14559.2 986.666H-16119V458h1919.5V986.666Z' transform='translate(16120 -163)' fill='%23ff636d' opacity='0.84'%3E%3C/path%3E%3Cpath id='Wave' d='M1920 253.171H0V0Q480 115.735 960 115.735T1920 0Z' transform='translate(0 587.333)' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); 
  background-repeat: no-repeat;
}

#top .grid-row-top-1 .grid-col-top-1-1 {
  border-radius: 13px;
  box-shadow: 0px 10px 35px #00000008;
}

#top form > fieldset > .form-group:first-child,
#top form > fieldset > .form-group:nth-child(2) {
  width: 48%;
}

#top form > fieldset > .form-group:first-child {
  float: left;
}

#top form > fieldset > .form-group:nth-child(2) {
  float: right;
}

#top form > fieldset > .form-group {
  width: 100%;
  display: inline-flex !important;
  flex-direction: column;
}

#top form > fieldset > .form-group .control-label + div {
  flex: auto;
}

#top form .buttons button[type="submit"] {
  max-width: 210px;
  height: 56px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #top form > fieldset > .form-group:first-child,
  #top form > fieldset > .form-group:nth-child(2) {
    width: 100%;  
  }

  #top form > fieldset > .form-group .control-label + div {
    width: 100%;
  }
}