body{margin:0}.wrapper{min-height:100vh;min-width:100vw;background-color:#fce8f3;z-index:999;position:fixed}.card,.wrapper{display:flex;justify-content:center;align-items:center}.card{padding:24px;border-radius:5px}.loading{position:relative;height:0;width:0}.loading span{display:block;height:20px;width:20px;background:#900;position:absolute;border-radius:50%}.loading span:first-of-type{left:-40px;animation:loader1Anim 1.2s linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:forwards}.loading span:nth-of-type(2){left:-10px;animation:loader1Anim 1.2s linear;animation-delay:.2s;animation-iteration-count:infinite;animation-direction:forwards}.loading span:nth-of-type(3){left:20px;animation:loader1Anim 1.2s linear;animation-delay:.4s;animation-iteration-count:infinite;animation-direction:forwards}@keyframes loader1Anim{0%,to{transform:scale3d(1.15,.8,1)}42%{transform:translateY(-45px)}88%{transform:scaleX(1)}95%{transform:scale3d(1.05,.85,1)}98%{transform:scale3d(1.15,.8,1)}}