.dzt-image-pf {
  background: var(--dzt-bg);
  border-radius: 15px;
}

.dzt-graphic-bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 40px);
}

.dzt-image-bg1 {
  padding-top: 1px;
  padding-left: 60px;
  padding-right: 60px;
}

.dzt-image-bg2 img {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
}

.dzt-imgText {
  margin-top: 60px;
  color: #ffffff;
  font-size: 30px;
  line-height: initial;
  padding: 10px;
}

.login-pf a:hover {
  color: var(--dzt-bg) !important;
}

.login-pf-page a {
  color: var(--dzt-bg);
}

.pf-c-button.pf-m-success {
  background-color: var(--dzt-bg);
}