body.bg-auth{height:100%;background-color:#fdfdfd!important}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.btn-facebook{height:40px;width:220px}.wrapper-page{margin:5% auto;position:relative;max-width:520px}.account-pages{box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);border-radius:5px;height:auto;overflow:auto;background:#fff;padding:30px}.account-logo-box{padding:10px;border-radius:5px 5px 0 0}.checkmark{width:120px;margin:0 auto;padding:20px 0}.path{stroke-dasharray:1000;stroke-dashoffset:0;animation:dash 2s ease-in-out;-webkit-animation:dash 2s ease-in-out}.spin{animation:spin 2s;-webkit-animation:spin 2s;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes text{0%{opacity:0}to{opacity:1}}