.add-to-home{display:none;width:100vw;height:100vh;position:fixed;top:0;text-align:center;color:#fff;padding:10vh 0;box-sizing:border-box;background-color:#000;z-index:9999;background-color:rgba(0,0,0,.3)}.blur{filter:blur(10px);-webkit-filter:blur(10px);transition:.2s filter linear;-webkit-transition:.2s -webkit-filter linear}.add-to-home .browser-preview{margin:-45px 20px 40px 0;text-decoration:underline;opacity:.8;text-align:right}.add-to-home .logo-name-container{background-image:url(../assets/images/login/cab.svg);background-repeat:no-repeat;background-position:center 0;padding-top:110px;background-size:95px;font-weight:100;width:100%;margin:0;font-size:26px}.add-to-home .homescreen-text{padding-top:15vh;line-height:1.5;font-size:20px;font-weight:100}.add-to-home .icon-addToHome{vertical-align:text-bottom;width:35px;height:35px;display:inline-block;background:url(../assets/images/mobile-sprite.png) top left no-repeat;background-size:cover}.add-to-home .icon-homePointer{margin-top:5vh;background:url(../assets/images/mobile-sprite.png) center -40px no-repeat;width:100%;height:50px;background-size:40px;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:topToBottom;animation-name:topToBottom;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@keyframes topToBottom{from{transform:translate(0,0)}to{transform:translate(0,20px)}}
