@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;}
    #checkoutSteps .block-center .boxForget { margin-top: 15px; }
    #checkoutSteps .block-center{ width: 100%; margin: 0 auto;}
    .marginBottom { margin-bottom: 60px; }
    #checkoutSteps h2.txt-center{font-size: 2em; margin-bottom: 0.5em;}
}
@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;}
}