<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eCommerceRegister #content{
    width: 610px;
}

#content #call-back .form-group #agreement {
    font-size: 14px !important;
    text-align: start !important;
    display: flex;
}
.agreementchk input {
    height: 20px !important;
    width: 20px !important;
    margin-right: 10px;
    margin-left: 0px;
}

.ar .agreementchk input {
    margin-left: 10px;
    margin-right: 0px;
}

.chk a {
    padding: 0px 5px;
}

.chk {
    margin-top: 5px;
}

/*Mobile responsive css*/
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .chk {
        margin-top: 0px;
    }
    .eCommerceRegister #content {
        width: 100%;
    }
    #content #call-back .form-group input, #content #call-back .form-group select {
        height: 45px;
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    [class*='col-']{
        padding: 0px !important;
    }
    

    

    .title{
        font-size: 28px !important;
    }
}
</pre></body></html>