html,
body {
  height: 100%;
  margin: 0;
}

body.login-pf,
.login-pf body {
  background: #f4f7fb url("../img/bg.svg") no-repeat center center !important;
  background-size: cover !important;
}

.login-pf-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#kc-header {
  display: none;
}

.card-pf {
  position: relative;
  padding-top: 100px !important;
  width: min(90vw, 480px);
}

.card-pf::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 64px;
  background: url("../img/logo.svg") center center / contain no-repeat;
}

.login-pf-page-header,
.login-pf-header {
  text-align: center;
}

#kc-form-wrapper::after {
  content: "Триафлай IDM";
  display: block;
  margin-top: 30px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 102, 204, 0.534);
}
