/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.block-onepagecheckout .input-group.bootstrap-touchspin input.js-cart-line-product-quantity {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    height: 36px;
    font-weight: 600;
    color: #427D90;
    z-index: auto !important;
    border-radius: 0 !important;
    font-size: 20px;
    text-align: left;
}

body#module-b2bregistration-business .custom-checkbox input[type=checkbox] {
    opacity: 1;
    position: relative;
    width: 25px;
    float: left;
}


body#module-b2bregistration-business .register-form .row {
    display: block !important;
}

.top-link-text {
    height: 20px !important;
    padding: 4px 15px 24px 15px !important;
}

section.register-form{

    background: #fff;
    padding: .9375rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

body#module-b2bregistration-business #main{
    max-width: 740px;
    margin: 0 auto;
}
