@import url(https://fonts.googleapis.com/css?family=Exo+2);
.loginlogo {
  text-align: center;
  margin: auto;
    position: relative;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes blink {
  79% {
    color: inherit;
    text-shadow: inherit;
  }
  80% {
    color: #333;
    text-shadow: none;
  }
  80.5% {
    color: inherit;
    text-shadow: inherit;
  }
  81% {
    color: #333;
    text-shadow: none;
  }
  81.5% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  82.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.loginlogo {
  font: 100 5em "Exo 2";
  color: #21292E;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #44ffff, 0 0 0.5em #44ffff, 0 0 0.1em #44ffff;
}
.loginlogo b {
  animation: blink linear infinite 10s;
  font: inherit;
}
