.mim-loader-two {display: inline-block;width: 64px;height: 64px;}.mim-loader-two:after {content: " ";display: block;width: 46px;height: 46px;margin: 1px;border-radius: 50%;border: 5px solid #fff;border-color: #fff transparent #fff transparent;animation: mim-loader-two 1.2s linear infinite;}@keyframes mim-loader-two {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}