.spiner[data-v-24a16d5c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spiner .circular[data-v-24a16d5c] {
  height: 42px;
  width: 42px;
  animation: spiner-loading-rotate-24a16d5c 1.5s linear infinite;
}
.spiner .path[data-v-24a16d5c] {
  animation: spiner-loading-dash-24a16d5c 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke-linecap: round;
}
.spinner-text[data-v-24a16d5c] {
  line-height: 30px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: bold;
}
@keyframes spiner-hide-24a16d5c {
100% {
    opacity: 0;
}
0% {
    opacity: 1;
}
}
@keyframes spiner-loading-rotate-24a16d5c {
100% {
    transform: rotate(360deg);
}
}
@keyframes spiner-loading-dash-24a16d5c {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
}
}
.login-container[data-v-287d8366] {
  height: 100vh;
  background: url(../../static/img/bg.830ba07d.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .tips-wrapper[data-v-287d8366] {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px #999;
  -moz-box-shadow: #999 0 2px 10px;
  -webkit-box-shadow: #999 0 2px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px;
  background: #fff;
}
.login-container .tips-wrapper i[data-v-287d8366] {
  font-size: 2em;
  color: #f56c6c;
}
.login-container .tips-wrapper .loading-icon[data-v-287d8366] {
  width: 28px;
  height: 28px;
}
.login-container .tips-wrapper span[data-v-287d8366]:not(.logout-tip) {
  margin-left: 20px;
}
.login-container .tips-wrapper span p[data-v-287d8366] {
  white-space: nowrap;
  line-height: 1.5em;
}
.login-container .tips-wrapper span.loading[data-v-287d8366] {
  font-weight: bold;
}

/*# sourceMappingURL=21.36fa1081.css.map*/