.signup-header > a:first-child {
  background: transparent;
  padding: 0;
}

.signup-header > a:first-child img {
  width: 116px;
}

.return-flow > img {
  width: 235px;
  background: #fff;
  border-radius: 14px;
  padding: 11px 13px;
  box-shadow: 0 16px 40px rgba(23, 32, 56, .09);
}

@media (max-width: 760px) {
  .signup-header > a:first-child img { width: 94px; }
  .return-flow > img { width: 205px; }
}
