.blink{-webkit-animation:glowing 1500ms infinite;-moz-animation:glowing 1500ms infinite;-o-animation:glowing 1500ms infinite;animation:glowing 1500ms infinite}@-webkit-keyframes glowing{0%{background-color:#e2ba85;-webkit-box-shadow:0 0 3px #e2ba85}50%{background-color:#2b79ee;-webkit-box-shadow:0 0 40px #2b79ee}100%{background-color:#e2ba85;-webkit-box-shadow:0 0 3px #e2ba85}}@-moz-keyframes glowing{0%{background-color:#e2ba85;-moz-box-shadow:0 0 3px #e2ba85}50%{background-color:#2b79ee;-moz-box-shadow:0 0 40px #2b79ee}100%{background-color:#e2ba85;-moz-box-shadow:0 0 3px #e2ba85}}@-o-keyframes glowing{0%{background-color:#e2ba85;box-shadow:0 0 3px #e2ba85}50%{background-color:#2b79ee;box-shadow:0 0 40px #2b79ee}100%{background-color:#e2ba85;box-shadow:0 0 3px #e2ba85}}@keyframes glowing{0%{background-color:#e2ba85;box-shadow:0 0 3px #e2ba85}50%{background-color:#2b79ee;box-shadow:0 0 40px #2b79ee}100%{background-color:#e2ba85;box-shadow:0 0 3px #e2ba85}}