.st_reg_custom_content{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F3FAF1;
  clear: both;
  font-family: 'Avenir Next';
  margin: 25px 0;
  color: #616161;
}

.legal-type {

  font-weight: bold;
  font-family: 'AvenirNext-DemiBold';
  padding-right: 50px;
  vertical-align: top;
}

.round-box-legal p{
  padding: 15px 20px;
  margin: 0;
  font-weight: bold;
  border-bottom:1px solid #dbdbdb;
  font-family: 'AvenirNext-DemiBold';
}
.st_reg_custom_content table{
  padding: 20px;
}
.st_reg_custom_content table td{padding: 10px 20px;}

.round-box-legal tr, td {
  font-size: 15px;
  padding:10px;
}

.round-box-legal a {
 /* text-decoration: underline;*/
  color: #616161;
}
@media (min-width: 768px){
  #authentication .col-md-9.privacy_text{
         width: 75%;padding: 0;
  }
}
.st_reg_box{display: none;}


#identity .st_reg_custom_content {
    margin-left: 0px;
}
.rgpd_hide_only_account,.rgpd_finalidad_customer, .rgpd_finalidad_contact, .rgpd_finalidad_address {
    display: none;
}
#customer-form .rgpd_hide_only_account, #customer-form .rgpd_finalidad_customer,
#delivery-address .rgpd_finalidad_address, #address .rgpd_finalidad_address,
#contact .rgpd_finalidad_contact {
    display: inline;
}
@media (min-width: 1200px){
#address .st_reg_custom_content{
      margin-right: 100px;
}
}
