   .customClass {
       margin-top: 20px;
    border-radius: 25px;
   }
.customClass .card-body{
    box-shadow: 5px -13px 18px 0px rgba(196, 196, 196, 0.7);
        -webkit-box-shadow: 5px -13px 18px 0px rgba(196, 196, 196, 0.7);
        -moz-box-shadow: 5px -13px 18px 0px rgba(196, 196, 196, 0.7);
        border-radius: 25px;
}
   .logocss {
       margin-top: 5px;
        margin-bottom: 17px !important;
   }
   .logocss img{
    max-width: 150px;
   }

   .leftPanel {
       border-right: 1px solid #d1cece;
    padding-right: 40px;
    
   }
   .rightPanel{
    padding-left: 40px;
   }

   .submitPayment {
       margin-top: 10px;
    background: #00219b;
   }

   .card-body h5 {
       background: #0071dc;
       padding: 10px;
       color: #fff;
   }
   button.btn.btn-primary.submitPayment {
       width: 96%;
       justify-content: center;
       text-align: center;
   }
   .payBtn{
    justify-content: center;
   }
   .addressHading{
    color: #0071dc;
   }
   .paymentForm{
    font-size: 13px;
   }
   hr{
        color: #00219b;
   }