.nk-split-stretch {
    flex-grow: 0.7;
    flex-shrink: 1;
  }
  
.bg-login-custom {
  background-image: url('../../img/login/Rectangle 1.png'), url('../../img/login/unsplash_FO7JIlwjOtU.png');

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120% 150%, cover;
}

.nk-block-head {
  padding-bottom: 4rem;
}

.nk-block-des {
  font-size: 20px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 1.1;
  color: #364a63;
}


@media (min-width: 1540px) {
  .nk-split .nk-auth-body {
    margin-right: 22rem;
  }
}