
.container-register{
   margin: 0 20%;
}
.icon-delete{
   font-size: 15px;
   color: red;
   cursor: pointer;
}
.button-transparent{
   border: 0;
   background-color: transparent;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   .container-register{
      margin: 0 5%;
   }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
   .container-register{
      margin: 0 10%;
   }
}
/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) {
   
} */