body,html{height:100%;margin:0}.container{background-color:#ececec;height:100%;justify-content:center;width:100%}.box,.container{align-items:center;display:flex}.box{background-color:#fff;border-radius:8px;box-shadow:0 7px 20px 0 hsla(0,0%,39%,.2);color:#4b535d;flex-direction:column;padding:2rem}.box,.box div,.box h1,.box h2,.box h3,.box h4,.box h5,.box h6,.box p{margin:1rem}.loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border-bottom:16px solid #e4e4e4;border-top:16px solid #e4e4e4;border-color:#004596 #e4e4e4;border-radius:50%;border-style:solid;border-width:16px;height:60px;width:60px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}