@keyframes spin{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);}}.load-spinner{border:12px solid #f8f2e8;border-top:12px solid #284a8d;border-radius:50%;width:100px;height:100px;-o-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;overflow:hidden;margin:2rem;display:inline-block;}.waitmsg{padding:0 0 1rem 0;}.centeralign{text-align:center !important;padding-bottom:2em;}.centeralign *{text-align:center !important;}.btnback{margin:1rem;}