.pulseBtn{background:#0b63bb;color:#fff;border:1px solid #0b63bb;border-radius:2rem;-moz-animation:pulse 1.5s infinite;-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,102,0,1)}70%{box-shadow:0 0 0 10px rgba(255,102,0,0)}100%{box-shadow:0 0 0 50px rgba(255,102,0,0)}}