#lost-password {
  background: #37994c;
  border-radius: 33px;
border: 2px solid;
}

footer > .info {
  transition: 0.3s all;
}

footer:hover  .info {
  transform: rotate(360deg) scale(2) skew(-0.05turn, 2deg);
}