.form-wrap i{border:2px solid var(--btn-color);transition:all .5s;position:absolute;inset:0}.form-wrap i:first-child{border-radius:38% 62% 63% 37%/41% 44% 56% 59%;animation:6s linear infinite animate}.form-wrap i:nth-child(2){border-radius:41% 44% 56% 59%/38% 62% 63% 37%;animation:4s linear infinite animate}.form-wrap i:nth-child(3){border-radius:41% 44% 56% 59%/38% 62% 63% 37%;animation:10s linear infinite animate2}.form-wrap:hover i:first-child,.form-wrap:hover i:nth-child(2),.form-wrap:hover i:nth-child(3){border:6px solid var(--btn-color-hover);filter:drop-shadow(0 0 20px var(--btn-color-hover))}@keyframes animate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animate2{0%{transform:rotate(360deg)}to{transform:rotate(0)}}
