.transition{transition:all .4s ease}.loader:before{content:"";left:0;top:0;width:18px;height:18px;border:3px solid transparent;border-top-color:#00105e;border-radius:50%;position:absolute;animation:rotate .9s infinite linear;animation-delay:.2s}@keyframes rotate{0%,15%{transform:rotate(0)}50%{transform:rotate(290deg)}to{transform:rotate(360deg)}}
