body {
  position: fixed;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  width: 100%;
}

.login-pf-page {
  padding-top: 0px;
}

.login-pf,
.login-pf body {
  background: white none;
  overflow: auto;
}

.required {
  color: #ed0024;
}

.input-text-login {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 9px 9px 9px;
  color: var(--hel-brand-grey);
  border: solid 1px var(--hel-border);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

.card-pf {
  border: none;
  box-shadow: none;
  font-size: 14px;
  max-width: 450px;
}

.logo-image {
  width: 1920px;
  height: 306px;
}

#kc-header {
  padding: unset;
}

#kc-header-wrapper {
  background: no-repeat center center;
  height: 160px;
  background-image: url(../img/banner-logo-playway-klett-3840x320.png);
  margin-left: -25px;
  -webkit-background-size: 1920px 160px;
  -moz-background-size: 1920px 160px;
  background-size: 1920px 160px;
  -o-background-size: 1920px 160px;
}

#kc-page-title {
  color: var(--hel-blue);
  text-align: left;
  font-weight: bold;
}

#kc-info-wrapper {
  background-color: unset;
  padding: unset;
}

#kc-info {
  margin: unset;
}

#kc-form-buttons,
#kc-info {
  margin-top: 0px;
}

#kc-form-options {
  margin-bottom: 8px;
}

#kc-info a {
  margin-left: 0px;
}

#register-reset-container {
  margin-top: 15px;
  padding: 0px;
  overflow: auto;
}

#register-reset-container a {
  color: var(--hel-blue);
  font-size: 14px;
  font-weight: bold;
}

#register-link {
  float: left;
}

#reset-links-container {
  float: right;
}

.reset-link {
  text-align: right;
}

#tos-link {
  float: left;
}

#pp-link {
  float: right;
}

#action-step {
  font-weight: bold;
  font-size: 18px;
}

#legal-links-container {
  margin-top: 40px;
  padding: 0px;
  overflow: auto;
}

#legal-links-container a {
  font-size: 14px;
}

#lower-logo-container {
  margin-top: 15px;
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: center;
}

#helbling-logo,
#klett-logo {
  display: block;
  background: no-repeat center center;
  background-size: contain;
  width: 12%;
  height: 100%;
}

#helbling-logo {
  background-image: url(../img/helbling-logo.svg);
}

#klett-logo {
  background-image: url(../img/klett-logo.svg);
}

@media (max-width: 767px) {
  #kc-header-wrapper {
    padding: unset;
    text-align: center;
  }

  #kc-locale {
    position: relative;
    width: unset;
    top: unset;
    right: unset;
  }
}

@media (max-width: 320px) {
  .card-pf a {
    font-size: 13px;
  }

  #legal-links-container {
    padding: unset;
  }

  #tos-link {
    margin-left: unset;
  }

  #pp-link {
    margin-right: unset;
  }
}

#kc-locale-dropdown:focus-within ul {
  display: block;
}

.tos-checkbox-container {
  display: flex;
}

.tos-checkbox,
.tos-label {
  float: left;
}

.tos-checkbox {
  margin-top: 2px;
}

.tos-label {
  margin-left: 7px;
}

.tos-label a {
  font-weight: bold;
}

.kc-social-provider-name {
  top: unset;
}

.kc-social-links {
  margin-top: unset;
}

.kc-social-section hr {
  margin-top: 10px;
}

.kc-social-item {
  border: 1px solid #757575 !important;
  border-radius: 4px;
  color: var(--hel-brand-grey) !important;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none !important;
  margin: 10px 24px 10px 24px;
}

.kc-social-item::after {
  border: none;
}

.social-bilo-idp-logo {
  display: inline;
  position: relative;
  content: url("../img/bilo-wolke-hel.svg");
  max-height: 16px;
  top: 2px;
  margin-right: 5px;
}

.login-with-heading {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  color: var(--hel-brand-grey);
}

.login-with-heading:before,
.login-with-heading:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid var(--hel-border);
  margin: auto;
}

.login-with-heading:before {
  margin-right: 10px;
}

.login-with-heading:after {
  margin-left: 10px;
}

.input-text-login#password {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#password-visibility-toggle {
  color: var(--hel-label);
  border: solid 1px var(--hel-border);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  &:after {
    border: none;
  }
  &:hover {
    color: var(--hel-blue-hover);
  }
}
