.loader{border:2px solid transparent;border-radius:50%;border-top:2px solid #d0c1a4;width:90px;height:90px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.logo-loader{background:url('https://cdn2.hubspot.net/hubfs/4435515/img/BaladinLogoNoCircle.png') no-repeat;background-size:80px;background-position:center;width:90px;height:90px;animation:pulse 2s infinite;position:absolute !important;left:50%;top:50%;transform:translate(-50%,-50%)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}@media(max-width:768px){.logo-loader{background:url('https://cdn2.hubspot.net/hubfs/4435515/img/BaladinLogoNoCircle.png') no-repeat;background-size:contain;background-position:center;width:90px;height:90px;animation:pulse 2s infinite;position:relative !important;left:50%;top:30%;margin-bottom:10%}}