.checking {display: inline-block;border: 2px solid #f3f3f3;border-top: 2px solid #3498db;border-radius: 50%;width: 15px;height: 15px;animation: spin 2s linear infinite;vertical-align: middle;}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}