form.seller-form-bag {
    width: 50%;
}
@media screen and (max-width: 767px) {
    form.seller-form-bag {
        width: 100%;
    }
}

form.seller-form-bag .terms-and-conditions {
    position: relative;
}

form.seller-form-bag .terms-and-conditions .control input + div {
    display: none;
    position: absolute;
    bottom: -10px;
}

form.seller-form-bag .terms-and-conditions .control input.mage-error + div.mage-error {
    display: block !important;
}