.mobile-spacer{
    display:none;
}
.ta-left{
    text-align: left;
}
.ta-right{
    text-right: right;
}
.col-md-50{
    width: 50%;
    float:left;
}
@media (max-width: 768px){
    .signin_body{
    width: 97% !important;
    padding: 1em;
    }
}

@media (max-width: 425px){
    .col-md-6{
        width: 100%;
    }
    .split_choice .split_choice_option {
        width: 100%;
        font-size: 12px;
    }
    .checkout_container .form .one_block{
         float:left;
         width: 100%;
     }
    .customer_order-info1{
        width: 100%;
    }
    .mobile-spacer{
        display: block;
        padding-top: 0px;
        clear: both;
    }
}

