/* Login Screen Logo */
.k-login-dialog::before {
  content: '';
  display: block;
  width: 200px;
  height: 100px;
  background-image: url('/assets/img/panel/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2rem auto 2rem;
}

.k-header {
    padding-left: 0px;
}

