.login-pf {
  background-color: #f5f5f5 !important;
  height: 100%;
}

.login-pf body {
  font-family: "Noto Sans";
  position: relative;
  height: 100%;
  grid-template-rows: 1fr auto;
  margin: 0 !important;
  display: grid;
}

.login-pf-page {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.login-pf-page .login-pf-accounts {
  max-width: 840px;
}

.card-pf {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 32px 103px;
  border: none;
}


.login-pf-header {
  height: max-content;
  display: flex;
  flex-direction: column;
}

.alert-error {
  background: #ffccd4;
  border-radius: 4px;
  color: #242234;
  font-size: 13px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  display: flex;
  align-items: center;
}

.kc-feedback-text {
  margin-top: 2px;
}

.alert-error > svg {
  margin-right: 8px;
}

#kc-locale {
  text-decoration: none;
  font-size: 12px;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  left: 0;
  min-width: 100px;
  padding: 2px 0;
  border: solid 1px #bbb;
}

#kc-locale:hover ul {
  display: block;
  margin: 0;
}

#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px;
}

#kc-locale ul li a:hover {
  color: #4d5258;
  background-color: #d4edfa;
}

#kc-locale-dropdown a {
  color: #4d5258;
  background: 0 0;
  padding: 0 15px 0 0;
  font-weight: 300;
  text-decoration: none;
}

#kc-locale-dropdown a:hover {
  text-decoration: none;
}

a#kc-current-locale-link {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  font-size: 12px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
}

.login-pf .container {
  padding-top: 20px;
  width: 80px;
}

.login-pf a:hover {
  color: #0099d3;
}

#kc-logo {
  width: 100%;
}

.tset-logo {
    margin: 0 auto;
    height: 150px;
    object-fit: cover;
    width: 400px;
    object-position: 100% 50%;
}

#kc-locale {
  position: relative;
}

#kc-page-title {
  color: #363a42;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  padding-left: 8px;
  margin-top: 0 !important;
  text-align: left;
}

#kc-header {
  display: none !important;
}

div.kc-logo-text span {
  display: none;
}

#kc-content {
  width: 100%;
}

#kc-attempted-username {
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  padding-right: 10px;
}

#kc-username {
  text-align: center;
}

#kc-webauthn-settings-form {
  padding-top: 8px;
}

#kc-info-wrapper {
  font-size: 13px;
}

#kc-form-options span {
  display: block;
}

.login-pf-page .login-pf-settings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.login-pf-settings span a {
  text-decoration: none;
  color: #0088ce;
  font-size: 12px;
}

#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}

#kc-terms-text {
  margin-bottom: 20px;
}

#kc-registration {
  margin-bottom: 15px;
}

/* TOTP */

.subtitle {
  text-align: right;
  margin-top: 30px;
  color: #909090;
}

.required {
  color: #cb2915;
}

ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px;
}

#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
  margin-top: 0;
}

#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
  border-top: 0;
}

#kc-oauth .kc-role {
  display: inline-block;
  width: 50%;
}

/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}

/* Social */

#kc-social-providers ul {
  padding: 0;
  margin: 0 !important;
}

#kc-social-providers li {
  display: block;
}

#kc-social-providers li:first-of-type {
  margin-top: 0;
}

.kc-login-tooltip {
  position: relative;
  display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
  top: -3px;
  left: 160%;
  background-color: black;
  visibility: hidden;
  color: #fff;

  min-width: 130px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px;

  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

.form-group {
  margin-bottom: 16px !important;
}

.login-pf-social-section {
  width: 100%;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: none !important;
}

.or-divider {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 22px;
  padding-top: 8px;
}

.divider-line {
  border-top: 1px solid #000000;
  width: 100%;
}

.divider-text {
  font-size: 16px;
  color: #363a42;
  padding-left: 10px;
  padding-right: 10px;
}

.svg-container {
  position: relative;
  width: 24px;
  height: 24px;
}

.svg-container > svg {
  width: 100%;
  height: 100%;
}

.login-pf-social-link > a {
  background: #5d5959 !important;
  border-radius: 5px !important;
  color: #f7f6f6 !important;
  text-decoration: none;
  margin-bottom: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 14px;
  font-weight: 600 !important;
  font-size: 16px !important;
  height: 50px !important;
}

.sso-text {
  padding-left: 13px;
  line-height: 16px;
  padding-top: 2px;
}

.control-label {
  color: #363a42;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-left: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  border: 1px solid #788dda;
}

input.form-control {
  background: #ffffff !important;
  border: 1px solid #363a42;
  box-sizing: border-box;
  border-radius: 5px;
  color: #363a42 !important;
  font-size: 14px;
  line-height: 16px;
  height: 50px !important;
  width: 100% !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.form-control:hover {
  border-color: #7dc3e8;
}

.form-control:focus {
  border-color: #0088ce;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 136, 206, 0.6);
}

.btn-primary {
  background: #788dda;
  border: none !important;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  width: 100% !important;
  font-weight: 600 !important;
  margin-top: 8px !important;
}

.footer {
  border-top: 1px solid #dcd8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.help-center {
  color: #788dda;
  font-size: 16px;
  font-weight: 600;
  padding-right: 34px;
}

.copyright {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

a {
  color: #0088ce;
  text-decoration: none;
}

@font-face {
  font-weight: 400;
  font-family: "Noto Sans";
  font-style: normal;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"),
    url("../fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 600;
  font-family: "Noto Sans";
  font-style: normal;
  src: local("Noto Sans SemiBold"), local("NotoSans-SemiBold"),
    url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-weight: 700;
  font-family: "Noto Sans";
  font-style: normal;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"),
    url("../fonts/NotoSans-Bold.ttf") format("truetype");
}
