.success svg{width:60px;display:block}.path{stroke-dasharray:1000;stroke-dashoffset:0;&.circle{animation:dash .9s ease-in-out}&.line{stroke-dashoffset:1000;animation:dash .9s ease-in-out .35s forwards}&.check{stroke-dashoffset:-100;animation:dash-check .9s ease-in-out .35s forwards}}.success p{text-align:center;margin:20px 0 60px;font-size:1.25em;&.success{color:#73af55}&.error{color:#d06079}}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}