.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../images/loader.svg');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center;
 }
 .modal-backdrop {
    background-color: white;
 }
 h1, legend{
     color: #662d91 !important;
 }
 .money{
    text-align: right;
 }  
 .pay-box{
     background-color: gainsboro;
     padding: 15px;
 }