.page_container{
	max-width:1440px;
   margin:0 auto;
}
.registro-row{
	display:flex;
   flex-wrap:nowrap
}
.registro-row>*{
	flex:1 1 50%
}
.registro-form-container.my-4{
  box-shadow: 1px 0px 54px -22px rgba(68,77,117,0.75);
  -webkit-box-shadow: 1px 0px 54px -22px rgba(68,77,117,0.75);
  -moz-box-shadow: 1px 0px 54px -22px rgba(68,77,117,0.75);
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.registro-row .cntb-5-block.mt-lg-2, .registro-row .cntb-5-0-archivo.mt-lg-2 {
        margin-top: 0rem !important;
    }
@media only screen and (max-width:768px){
    .registro-row{
       flex-direction:column;
    }
}