.login-cadastro-link {
  position: absolute;
  top: 18px;
  right: 32px;
  z-index: 10;
}
.login-cadastro-link a {
  background: #fff;
  color: #9775fa;
  padding: 7px 18px;
  border-radius: 22px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s, color 0.2s;
}
.login-cadastro-link a:hover {
  background: #9775fa;
  color: #fff;
}
