.logging-in-loader{bottom:0;height:320px;left:0;margin:auto;position:absolute;right:0;top:0;width:175px}.logging-in-loader .circular{stroke:#606060;animation:rotate 2s linear infinite;bottom:0;left:0;margin:50px 0;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.logging-in-loader .path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}@media only screen and (max-width:590px){.logging-in-loader{height:150px;margin-top:50px;width:100px}}@media only screen and (max-width:880px) and (orientation:landscape){.logging-in-loader{height:150px;margin-top:0;width:50px}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}