.animation{opacity:0;position:relative;transition:500ms;-webkit-transition:500ms}.to-top{bottom:-80px}.start{opacity:1}.to-top.start{bottom:0}.to-left{right:-80px}.to-left.start{right:0}.to-right{left:-80px}.to-right.start{left:0}.to-bottom{top:-80px}.to-bottom.start{top:0}.form-loading{font-size:0 !important;width:30px !important;height:30px !important;margin-top:5px;border-radius:15px !important;padding:0 !important;border:3px solid #000 !important;border-bottom:3px solid rgba(0,0,0,0) !important;border-left:3px solid rgba(0,0,0,0) !important;background:transparent !important;animation-name:rotateAnimation;-webkit-animation-name:rotateAnimation;animation-duration:1s;-webkit-animation-duration:1s;animation-delay:.2s;-webkit-animation-delay:.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes rotateAnimation{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes rotateAnimation{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(0deg);-webkit-transform:rotate(360deg)}}