
body {
  background: linear-gradient(to right, #6A1B9A, #D20ACF);
}

.login-container {
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.bg-custom {
  background-color: #white; /* azul mais escuro */
}

.btn-pink {
  background-color: #E91E63 !important;
  border-color: #E91E63 !important;
  color: #fff !important;
}

.btn-pink:hover {
  background-color: #c2185b !important; /* tom mais escuro no hover */
  border-color: #c2185b !important;
}

.auth-links a {
        color: #D20ACF;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .auth-links a:hover {
        color: #c2185b;
        text-decoration: underline;
    }

    .auth-links {
        margin-top: 15px;
        font-size: 14px;
    }




