.TrustPayLoader {
    display:none; 
    position:fixed; 
    z-index: 999999; 
    width:1px; 
    height:1px;  
    top: 50%; 
    left: 50%; 
}

.loaderContent {
    position:relative; 
    width:200px; 
    height:150px; 
    top:-50px; 
    left:-100px; 
    background:white; 
    padding:20px; 
    border:3px solid #24CEFF; 
    border-radius: 25px;
}