.k-login-view {
  background-color: #DCD5FF;
}

.k-login-dialog .k-dialog-body {
  padding: 0;
}

.k-login-form {
  padding: var(--dialog-padding);
}

.k-login-form::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 3rem;
  background-image: url("../img/logos/cfl-logo.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: black;
  z-index: 5;
}

.k-login-form::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background-color: black;
}