.v-enter-active,.v-leave-active{transition:opacity 1s ease}.spin-loader-block{position:relative;top:200px}.spin-loader{display:inline-block;position:relative;width:80px;height:80px}.spin-loader div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px}[dir] .spin-loader div{margin:8px;border:8px solid #67a6f0;border-radius:50%;border-color:#67a6f0 transparent transparent transparent}[dir=ltr] .spin-loader div{animation:spin-loader-ltr 1.2s cubic-bezier(.5,0,.5,1) infinite}[dir=rtl] .spin-loader div{animation:spin-loader-rtl 1.2s cubic-bezier(.5,0,.5,1) infinite}[dir=ltr] .spin-loader div:first-child,[dir=rtl] .spin-loader div:first-child{animation-delay:-.45s}[dir=ltr] .spin-loader div:nth-child(2),[dir=rtl] .spin-loader div:nth-child(2){animation-delay:-.3s}[dir=ltr] .spin-loader div:nth-child(3),[dir=rtl] .spin-loader div:nth-child(3){animation-delay:-.15s}@keyframes spin-loader-ltr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-loader-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}[dir] #logoutPage{margin-top:30%}