.loader{background:#0057b6;background:-webkit-linear-gradient(100deg,rgb(0,87,182) 0%,rgb(35,35,134) 100%);background:-moz-linear-gradient(100deg,rgb(0,87,182) 0%,rgb(35,35,134) 100%);background:linear-gradient(100deg,#0057b6,#232386);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057B6",endColorstr="#232386",GradientType=0);position:fixed;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.loader span{width:48px;height:48px;border:3px solid #FFF;border-radius:50%;display:inline-block;position:relative;animation:rotation 1s linear infinite}.loader span:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:3px solid transparent;border-bottom-color:#e71324}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
