.submit-animation{height:105px;position:relative;width:105px}.submit-animation .animation-circle{background-image:url(../assets/icons/submit-circle.svg);background-repeat:no-repeat;display:inline-block;height:105px;width:105px}.submit-animation .checkmark-container{left:20%;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.submit-animation .checkmark-container .checkmark{animation:grow-checkmark .75s ease-in-out;background-image:url(../assets/icons/submit-checkmark-black.svg);background-repeat:no-repeat;background-size:100%;height:80px;width:80px}@keyframes rotate-circle{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes grow-checkmark{0%{transform:scale(.7)}70%{transform:scale(1.2)}to{transform:scale(1)}}
