.container__3zrKc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px; }

.spinner__37aER {
  width: 22px;
  height: auto;
  animation: rotation__tWi2U 1500ms infinite linear; }

@keyframes rotation__tWi2U {
  from {
    transform: rotate(359deg); }
  to {
    transform: rotate(0deg); } }

.container__IMpxX {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  flex-wrap: wrap;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.content__1wLRx {
  text-align: center; }

.image__1AUJP {
  width: 120px;
  height: auto; }

