.bg {
  width: 70px;
  height: 70px;
  background: transparent;
  background-repeat: no-repeat;
  border: 0px solid #000;
}

.image {
  position: relative;
  top: 7px; 
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px solid #000;
}

.flash       { background: #cee5F5; padding: 0.5em;
  border: 1px solid #aacbe2; }

.error       { background: #f0d6d6; padding: 0.5em; }

@keyframes blink {
    50% { opacity: 0; }
}

.blink-text {
    animation: blink 1s step-end infinite; // И эффект мигания циклически повторяется!
}
