.blinking{
    animation: Click Here for Registration 1.2s infinite;
}
@keyframes Click Here for Registration {
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}