.title-soy-socio-cart {
  background: rgb(223, 240, 216);
  padding-top: 8px;
  padding-bottom: 8px;
}
.title-form-socio {
  color: rgb(0, 0, 0);
  font-size: medium;
  font-weight: 600;
  margin-bottom: 0px !important;
}
.cont-alert-socio {
  max-width: 45px;
}
.alert-socio {
  font-size: 20px;
  color: red;
  padding-top: 4px;
}
.row-socio {
  margin-left: 0px;
  margin-right: 0px;
}
.row-socio form label {
  width: 100%;
}
.row-socio form input {
  width: 100%;
}
.row-socio form input {
  width: 100%;
  background-color: aliceblue;
  border-style: none;
  border-style: inset;
}
.row-socio form input[type='button'] {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  border-radius: 15px;
  color: #1b74da;
  margin-top: 23px;
  border: 2px solid #1b74da;
}
.row-socio form input[type='button']:hover {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #1b74da;
  border-radius: 15px;
  color: #fff;
  border: 2px solid #1b74da;
}

#form-socio input[type='text'].valid,
input[type='number'].valid,
input[type='email'].valid,
input[type='tel'].valid,
input[type='password'].valid {
  background: #fffffd url(https://www.race.es/wp-content/uploads/2018/11/check-green.svg) no-repeat right 10px top 6px !important;
  background-size: 20px !important;
}

@media (max-width: 767px) {
  .row-socio {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .row-socio form label {
    width: 100%;
  }
  .row-socio form input {
    width: 100%;
    margin-top: 0px;
  }
  .row-socio form input[type='submit'] {
    margin-top: 0px;
  }
  .cont-alert-socio {
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-socio {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .row-socio form label {
    width: 100%;
  }
  .row-socio form input {
    width: 100%;
  }
  .row-socio form input[type='submit'] {
    margin-top: 0px;
  }
  #content-mini-img img {
    max-height: 25px;
    max-width: 25px;
    margin: auto;
  }
}
