/**
 * Talenta HR - Auth pages (login, forgot, reset) overrides
 * Background: gradient + illustration (login-img.jpg tidak ada)
 */
.login-wrapper.bg-img {
  background-image:
    url('../img/authentication/authentication-01.svg'),
    linear-gradient(135deg, #f8f9fa 0%, #fff5ed 50%, rgba(254, 159, 67, 0.12) 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 55% auto, cover;
  background-position: 110% 50%, center;
}
