@media only screen and (min-width: 600px) {
  body {
    background-image: url('../images/personas.png') !important;
    background-repeat: no-repeat;
    background-position: 8% 140px;
    background-size: 25%;
  }

  [data-theme="dark"] body {
    background-image: none !important;
  }

  .login-dsk {
    margin-top: 5% !important;
  }
}