﻿#MerchantReg, #BuyerReg {  margin: 3.5rem auto; }
#CongratsMessageContainer {min-height: 350px;}
.reg-check{margin: 0 auto; width: 65%;}
.reg-body { margin-left:3rem;}
/*.reg-body{ width: 450px !important;margin: 0 auto !important;}*/
/*.reg-body .card-title {text-align: center !important;color: #4D4D4D; font-weight: 300 !important;}*/
@media (max-width: 767px) {
    .reg-body { margin-left:1rem;}
    .reg-check{margin: 0; width: unset;}
    #MerchantReg, #BuyerReg {  margin: 1rem auto; }
}