@media screen and (max-width: 1024px) {
    /*PAGE LOGIN*/
    .box_form_customer { width: 49%!important;}
    .box_form_customer.margin-right-12 { margin-right: 1%!important; margin-bottom: 10px;}
    /*PAGE CUSTOMER ADD*/
    .box_form_customer.margin { margin-right: .5% !important; margin-bottom: .5% !important;}
}

@media screen and (max-width: 900px) {
    #checkoutSteps ._padding, #checkoutSteps ._padding._gray{float: none; margin: 0 auto;}
}
@media screen and (max-width: 768px) {
    /*PAGE LOGIN*/
    .box_form_customer { width: 100%!important;}
    .box_form_customer.margin-right-12 { margin-right: 0%!important;}
    /*PAGE CUSTOMER ADD*/
    .box_form_customer { width: 100%!important;}
    .box_form_customer.margin { margin-right: 0%!important; margin-bottom: 2% !important;}
}