.auth-visual img {
  filter: none;
  background: #fff;
  border-radius: 18px;
  padding: 10px 16px;
  box-shadow: 0 14px 40px #03265c40;
}
.auth-links{display:flex;justify-content:space-between;gap:16px;margin-top:4px}
.auth-links .text-link{appearance:none;border:0;background:transparent;color:#0878ff;padding:4px 0;cursor:pointer;font:inherit}
.auth-links .text-link:hover{text-decoration:underline}
