﻿svg{width:100%;display:block;margin:0 auto 0;}.path{stroke-dasharray:2000;stroke-dashoffset:0;}.path .circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out;}.path .line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards;}.path .check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards;}p .success{color:#38864a;font-size:1.25em;text-align:center;}p .error{color:#c22230;font-size:1.25em;text-align:center;}@-webkit-keyframes dash{0%{stroke-dashoffset:1000;}100%{stroke-dashoffset:0;}}@keyframes dash{0%{stroke-dashoffset:1000;}100%{stroke-dashoffset:0;}}@-webkit-keyframes dash-check{0%{stroke-dashoffset:-100;}100%{stroke-dashoffset:900;}}@keyframes dash-check{0%{stroke-dashoffset:-100;}100%{stroke-dashoffset:900;}}