body{background:linear-gradient(to bottom right,#f13057 0,#97051e);width:100%;height:100vh;color:#fff;text-align:center}:root{--primary-color:rgba(233,14,14,0.7529411764705882)}.card{height:20rem;width:22rem;background-color:#fff;margin:0 2rem 2rem 0;border-radius:4px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 20px rgba(0,0,0,.2)}.col:nth-child(2) .card{margin-right:0}#wrapper{display:flex;justify-content:center;align-items:center}h1{font-size:8rem;font-family:fantasy;font-weight:300;margin:4rem 0 6rem;text-transform:uppercase;border-bottom:2px solid #fff;padding:.2rem .8rem}.loading-spinner,h1{display:inline-block}.loading-spinner{width:10rem;height:10rem;border-radius:50%;border:1rem solid var(--primary-color);border-top:1rem solid #fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-dots>div{width:3rem;height:3rem;background-color:var(--primary-color);border-radius:50%;display:inline-block;animation:bounce 1.5s ease-in-out infinite both}.loading-dots .bounce{animation-delay:-.3s}.loading-dots .bounce2{animation-delay:-.15s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.fading-loader{position:relative;height:17rem;width:1rem;background-color:rgba(233,14,14,.8);border-radius:5px;animation:fading-load .75s .25s infinite}.fading-loader:after,.fading-loader:before{content:"";position:absolute;display:block;height:15rem;width:1rem;background-color:rgba(233,14,14,.6);top:50%;transform:translateY(-50%);border-radius:5px;animation:fading-load .75s infinite}.fading-loader:before{left:-3rem}.fading-loader:after{right:-3rem;animation-delay:.5s}@keyframes fading-load{50%{background-color:#fff}}.scaling-bar-loader{display:inline-block;height:12rem;width:1rem;border-radius:5px;margin:5px;background-color:var(--primary-color);animation:scale-loading 1s ease infinite}.scaling-bar-loader:first-child{animation-delay:0s}.scaling-bar-loader:nth-child(2){animation-delay:.1s}.scaling-bar-loader:nth-child(3){animation-delay:.2s}.scaling-bar-loader:nth-child(4){animation-delay:.3s}@keyframes scale-loading{0%{transform:scale(1)}20%{transform:scaleY(1.4)}40%{transform:scale(1)}}
/*# sourceMappingURL=style.8f4afe61.css.map */