.cover-spin-orderform {
    position: fixed;
    left:50%;
    right:0;
    top:50%;
    bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
	background-image: url("../../image/loading.gif");
	background-repeat:no-repeat;
    height: 340px;
    width: 340px;
    transform: translate(-50%, -50%);
 }
