.socio form {
  margin-top: 30px;
}
.socio form a {
  font-weight: 400;
}
.socio form fieldset .form-radio-group {
  margin-bottom: 46px;
}
.socio form fieldset .form-radio-group .form-radio-group-label {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.socio form fieldset .form-radio-group .row > * {
  width: auto;
}
.socio form fieldset .form-radio-group .form-radio label {
  font-size: 16px;
  line-height: 24px;
}
.socio form fieldset .row {
  margin-left: -10px;
  margin-right: -10px;
}
.socio form fieldset .row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.socio form fieldset .help {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
.socio form fieldset .form-checkbox > * + * {
  margin-left: 20px;
}
.socio form .form-pie1 {
  font-size: 12px;
  line-height: 16px;
}
.socio form .form-btn {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .socio .socio-cont {
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0px 8px 8px 2px #DDE2E5;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  html {
    position: relative;
  }
  html:before {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #E8E8FD;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }

  body {
    position: relative;
  }
  body:before {
    content: "";
    width: calc(50% - 470px);
    height: 967px;
    background-image: url("../../images/iconos/isotipo-neg.svg");
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: -196px;
    right: calc(50% + 470px);
    transform: scale(-100%);
  }
  body:after {
    content: "";
    width: calc(50% - 470px);
    height: 967px;
    background-image: url("../../images/iconos/isotipo-neg.svg");
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 341px;
    left: calc(50% + 470px);
  }
}/*# sourceMappingURL=socio.css.map */