/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
   This clashes with the "keycloak-bg.png' background defined on the body below.
   Therefore the Patternfly background must be set to none. */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.login-pf {
  background: none;
}

.login-pf body {
  background: #f9fcfe;
  height: auto;
  padding: 0.1px;
}

.greeting {
  color: #0A0A0B;
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 8px 0;
  font-family: "Playfair Display", serif;
}

@media (max-width: 660px) {
  .greeting {
    font-size: 36px;
    margin: 0 0 5px 0;
  }

  h1#kc-page-title {
    font-size: 16px !important;
  }

  .login-pf-page .login-pf-header {
    margin-bottom: 8px;
  }
}

.mobile-header-wr {
  display: none;
}

.pf-c-form-control {
  border: solid 1px #e6e6e6;
  border-radius: 6px;
}

.pf-c-button:after {
  border: none;
}

.fa-google:before, .fa-apple:before {
  content: none;
}

i.kc-social-provider-logo.kc-social-gray.fa.fa-google {
  background: url("../img/google-icon.png");
  height: 17px;
  width: 19px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

i.kc-social-provider-logo.kc-social-gray.fa.fa-apple {
  background: url("../img/apple-icon.png");
  height: 17px;
  width: 19px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.nav-pills li a i.email-icon, i.email-icon {
  background: url("../img/email-icon.png");
  height: 16px;
  width: 16px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -86px;
  top: 14px;
}

i.email-icon {
  margin-left: -89px;
  top: 15px;
}

.nav-pills>li>a {
  border-radius: 8px;
}

ul.nav-pills li a i.phone-icon, i.phone-icon {
  background: url("../img/phone-icon.png");
  height: 17px;
  width: 19px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -84px;
  top: 13px;
}

i.phone-icon {
  margin-left: -120px;
  top: 13px;
}

button.pf-c-button.pf-m-control.showpassword {
  position: absolute;
  right: 6px;
  bottom: 3px;
  border: 0;
  padding: 3px;
}

button.pf-c-button.pf-m-control.showpassword:after {
  border: 0;
}

.password-wrapper {
  position: relative;
}

textarea.pf-c-form-control {
  height: auto;
}

.pf-c-alert__title {
  font-size: var(--pf-global--FontSize--xs);
}

p.instruction {
  margin: 5px 0;
}

.pf-c-button.pf-m-primary {
  background-color: #429bd6;
  border-radius: 6px;
  padding: 10px 0;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
}

.pf-c-button.pf-m-primary:disabled {
  color: #ffffff;
}

.update-password-wr .pf-c-button.pf-m-primary {
  padding: 10px !important;
}

.update-password-wr .btn-default {
  padding: 10px !important;
}

.backtologin-wr {
  text-align: center;
  margin: 10px 0;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
}

.backtologin-wr.terms {
  font-size: 14px;
  font-weight: 500;
  color: #4C4748;
}

/* .pf-c-button.pf-m-control {
  border-color: rgba(230, 230, 230, 0.5);
} */

ul.nav.nav-pills.nav-justified {
  margin: 10px 0 0;
}

.nav-justified>li>a {
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Poppins';
  color: #333 !important;
  font-weight: 500;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #333333;
  background-color: #ffffff;
  font-weight: 500;
  position: relative;
  font-family: 'Poppins';
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: #ffffff;
}

.nav-justified>li {
  float: none;
  background: #fff;
  display: block;
  text-align: center;
  width: 100%;
}

.nav-justified>li.active {
  background: #def4ff;
  display: none;
}

.login-options-wr {
  margin: 30px 0 0 0;
}

input.pf-c-button.pf-m-primary.pf-m-block.btn-lg.send-otp-btn {
  background-color: #fff;
  color: #429BD6;
  font-weight: 600;
  font-family: 'Poppins';
}

.pf-c-button.pf-m-primary:hover {
  background-color: #54abe4;
}

.register-now {
  margin: 0 !important;
}

/** ITL PHONE - Country search input **/
.iti__search-input {
  width: 98% !important;
  margin: 4px auto !important;
  display: block !important;
  text-indent: 3px;
}

.iti .iti__selected-dial-code {
  margin-left: 4px !important;
  font-family: 'Open Sans' !important;
  font-size: 14px !important;
}

h1#kc-page-title {
  margin-top: 10px;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #4C4748;
}



#kc-locale ul {
  background-color: var(--pf-global--BackgroundColor--100);
  display: none;
  top: 20px;
  min-width: 100px;
  padding: 0;
}

#kc-locale-dropdown {
  display: inline-block;
}

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

#kc-locale-dropdown a {
  color: var(--pf-global--Color--200);
  text-align: right;
  font-size: var(--pf-global--FontSize--sm);
}

#kc-locale-dropdown button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--pf-global--Color--200);
  text-align: right;
  font-size: var(--pf-global--FontSize--sm);
}

button#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: var(--pf-global--spacer--xs);
}

.login-pf .container {
  padding-top: 40px;
}

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

#kc-logo {
  width: 100%;
}

div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}

div#kc-header-content {
  color: #4c4748;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  font-family: 'Playfair Display';
  position: absolute;
  bottom: 40px;
  width: 96%;
  left: 50%;
  margin-left: -48%;
}

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

#kc-header {
  color: #ededed;
  float: left;
  width: 520px;
  min-height: 84vh;
  border: 1px solid rgba(230, 230, 230, 1);
  padding: 30px;
  margin: 20px 40px 0 40px;
  border-radius: 23px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 22px 10px 20px;
  white-space: normal;
  text-align: left;
  margin: 0 0 64% 0;
}

#kc-header-wrapper img {
  width: 180px;
}

#kc-content {
  width: 100%;
  text-align: left;
}

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

#kc-username {
  text-align: center;
  margin-bottom: -10px;
}

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

#kc-form-webauthn .select-auth-box-parent {
  pointer-events: none;
}

#kc-form-webauthn .select-auth-box-desc {
  color: var(--pf-global--palette--black-600);
}

#kc-form-webauthn .select-auth-box-headline {
  color: var(--pf-global--Color--300);
}

#kc-form-webauthn .select-auth-box-icon {
  flex: 0 0 3em;
}

#kc-form-webauthn .select-auth-box-icon-properties {
  margin-top: 10px;
  font-size: 1.8em;
}

#kc-form-webauthn .select-auth-box-icon-properties.unknown-transport-class {
  margin-top: 3px;
}

#kc-form-webauthn .pf-l-stack__item {
  margin: -1px 0;
}

#kc-content-wrapper {
  margin-top: 0px;
}

header.login-pf-header .col-md-10 {
  width: 100% !important;
}

#kc-form-wrapper {
  margin-top: 10px;
}

#kc-info {
  margin: 4px -40px -30px;
}

#kc-info-wrapper {
  font-size: 13px;
  padding: 3px 35px 6px 35px;
}

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

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

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

#kc-registration-terms-text {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px;
}

#kc-registration {
  margin-bottom: 0;
}

/* TOTP */

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

.required {
  color: var(--pf-global--danger-color--200);
}

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 */

.pf-c-form__label-text {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #7D7D89;
}

.form-group.login-pf-settings a {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 12px;
}

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

/* Social */
.kc-social-links {
  margin-top: 4px;
}

a.kc-social-item:hover {
  color: #0099d3 !important;
}

.kc-social-links li {
  width: 100%;
}

.kc-social-provider-logo {
  font-size: 23px;
  width: 30px;
  height: 25px;
  margin: 0px 15px 0 0;
}

.kc-social-gray {
  color: var(--pf-global--Color--200);
}

.kc-social-gray h2 {
  font-size: 1em;
}

.kc-social-item {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  border: solid 1px #D0D5DD;
  border-bottom: solid 1px #D0D5DD !important;
  border-radius: 8px;
  padding: 10px 0;
}

ul li:last-child .kc-social-item {
  margin-bottom: 0;
}

.kc-social-item:last-child {
  margin-bottom: 0px;
}

ul.pf-c-login__main-footer-links.kc-social-links a {
  margin-bottom: 8px;
  font-family: 'Poppins';
}

.nav-justified>li.equal:first-child {
  margin: 0 0 17px 0;
}

li.equal.mobileauth {
  margin: 0 !important;
}

.login-with-wr {
  margin: 0 0 20px 0;
}

ul.tab-navigation .kc-social-item:first-child {
  margin-bottom: 14px ;
}

.register-social-wr {
  margin: 14px 0 0 0 !important;
}

.kc-social-provider-name {
  position: relative;
}

.kc-social-icon-text {
  left: -15px;
  top: -3px;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
}

div#kc-registration {
  font-family: 'Poppins';
}

.kc-social-grid {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-column-end: span 6;
  --pf-l-grid__item--GridColumnEnd: span 6;
}

.kc-social-grid .kc-social-icon-text {
  left: -10px;
}

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

.kc-social-section {
  text-align: center;
  position: relative;
  margin: 30px 0 0 0;
}

.kc-social-section hr {
  margin-bottom: 10px;
}

.kc-social-section h4 {
  font-weight: 500;
  position: absolute;
  top: -8px;
  margin: 0;
  font-size: 12px;
  width: 130px;
  font-family: 'Poppins';
  left: 50%;
  margin-left: -65px;
  background: white;
}

.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;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
  visibility: visible;
  opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.required {
  color: #ff0000;
}

em {
  color: red;
}

.iti {
  display: block !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #ffffff !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff !important;
  border-right: solid 1px #dedede;
}
.iti__flag-container {
  top: 1px !important; 
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: 3px !important;
}

input#phoneNumber::placeholder {
  color: #d6d6d6;
}


@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }

  .login-pf .container {
    padding-right: 80px;
  }

  #kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999;
  }
}

@media (min-width: 1025px) and (max-width: 1450px) {
  .login-pf-page {
    min-height: 780px;
    border: none;
    box-shadow: none;
  }
}


@media (max-width: 767px) {
  .login-pf body {
    background: white;
  }

  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }

  #kc-header-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 60px 0 0;
    color: #72767b;
    letter-spacing: 0;
  }

  div.kc-logo-text {
    margin: 0;
    width: 150px;
    height: 32px;
    background-size: 100%;
  }

  #kc-form {
    float: none;
  }

  #kc-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }

  .login-pf .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #kc-locale {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 9999;
  }
}

@media (min-height: 646px) {
  #kc-container-wrapper {
    bottom: 12%;
  }
}

@media (max-height: 645px) {
  #kc-container-wrapper {
    padding-top: 50px;
    top: 20%;
  }
}

.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}

#kc-form-buttons {
  margin-top: 20px;
}

.login-pf-page {
  width: 92%;
  margin: 1vh auto 10px auto;
  text-align: center;
  height: auto;
  padding: 10px 0;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(230, 230, 230, 1);
  min-height: 97.6vh;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.select-auth-box-arrow {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.select-auth-box-icon {
  display: flex;
  flex: 0 0 2em;
  justify-content: center;
  margin-right: 1rem;
  margin-left: 3rem;
}

.select-auth-box-parent {
  border-top: 1px solid var(--pf-global--palette--black-200);
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  text-align: left;
  align-items: unset;
  background-color: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
}

.select-auth-box-parent:hover {
  background-color: #f7f8f8;
}

.select-auth-container {
  padding-bottom: 0px !important;
}

.select-auth-box-headline {
  font-size: var(--pf-global--FontSize--md);
  color: var(--pf-global--primary-color--100);
  font-weight: bold;
}

.select-auth-box-desc {
  font-size: var(--pf-global--FontSize--sm);
}

.select-auth-box-paragraph {
  text-align: center;
  font-size: var(--pf-global--FontSize--md);
  margin-bottom: 5px;
}

div#vue-app {
  width: 350px;
  margin: 0 auto;
}

@media (max-width: 440px) {
  div#vue-app {
    width: auto;
  }
}

.card-pf {
  display: inline-block;
  width: 40%;
  padding: 0 20px;
  border-top: none !important;
  box-shadow: none !important;
  margin: 0 55px;
  min-height: 94vh;
}

/*phone*/
@media (max-width: 767px) {


  .kc-social-grid {
    grid-column-end: 12;
    --pf-l-grid__item--GridColumnEnd: span 12;
  }

  .kc-social-grid .kc-social-icon-text {
    left: -15px;
  }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
  margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
  border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
  width: 100%;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type,
#kc-update-email-form div.form-group:last-of-type {
  margin-bottom: 0px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

#kc-back {
  margin-top: 5px;
}

/* Recovery codes */
.kc-recovery-codes-warning {
  margin-bottom: 32px;
}
.kc-recovery-codes-warning .pf-c-alert__description p {
  font-size: 0.875rem;
}
.kc-recovery-codes-list {
  list-style: none;
  columns: 2;
  margin: 16px 0;
  padding: 16px 16px 8px 16px;
  border: 1px solid #d2d2d2;
}
.kc-recovery-codes-list li {
  margin-bottom: 8px;
  font-size: 11px;
}
.kc-recovery-codes-list li span {
  color: #6a6e73;
  width: 16px;
  text-align: right;
  display: inline-block;
  margin-right: 1px;
}

.kc-recovery-codes-actions {
  margin-bottom: 24px;
}
.kc-recovery-codes-actions button {
  padding-left: 0;
}
.kc-recovery-codes-actions button i {
  margin-right: 8px;
}

.kc-recovery-codes-confirmation {
  align-items: baseline;
  margin-bottom: 16px;
}

#certificate_subjectDN {
  overflow-wrap: break-word;
}
/* End Recovery codes */

p.instruction, .instruction {
  padding: 16px;
  /* border-radius: 8px;
  border: 1px solid var(--Warning, #DB6C30);
  background: var(--Background---Warning, #FBF0EA);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05); */
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  margin: 0 auto 10px auto;
  width: 100%;
  color: #333 !important;
  text-align: left;
}

p.instruction a {
  margin: 0 !important;
}

p#instruction1 {
  border-radius: 8px;
  border: 1px solid var(--Warning, #DB6C30);
  background: var(--Background---Warning, #FBF0EA);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.pf-c-alert.pf-m-inline {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  margin: 0 auto 10px auto;
  width: 100%;
}
.alert-error.pf-c-alert.pf-m-inline.pf-m-danger {
  border: 1px solid var(--Error, #B91817);
  background: var(--Error-BG, #FEECEB);
}

.alert-warning.pf-c-alert.pf-m-inline.pf-m-warning {
  border: 1px solid var(--Warning, #DB6C30);
  background: var(--Background---Warning, #FBF0EA);
}

.alert-success.pf-c-alert.pf-m-inline.pf-m-success {
  border: 1px solid var(--Success-Green-S400, #0D824B);
  background: var(--Success-Green-S50, #E7F8F0);
}

.alert-error.pf-c-alert.pf-m-inline.pf-m-danger span.pf-c-alert__title.kc-feedback-text,
.alert-warning.pf-c-alert.pf-m-inline.pf-m-warning span.pf-c-alert__title.kc-feedback-text,
.alert-success.pf-c-alert.pf-m-inline.pf-m-success span.pf-c-alert__title.kc-feedback-text {
  color: #1D252D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.alert-error.pf-c-alert.pf-m-inline.pf-m-danger span.fa.fa-fw.fa-exclamation-circle {
  width: 24px;
  height: 24px;
  background-image: url('../img/error-toster-icon.png');
  background-size: contain;
}

.alert-warning.pf-c-alert.pf-m-inline.pf-m-warning span.fa.fa-fw.fa-exclamation-triangle {
  width: 24px;
  height: 24px;
  background-image: url('../img/warning-toster-icon.png');
  background-size: contain;
}

.alert-success.pf-c-alert.pf-m-inline.pf-m-success span.fa.fa-fw.fa-check-circle {
  width: 24px;
  height: 24px;
  background-image: url('../img/success-toster-icon.png');
  background-size: contain;
}

.alert-error.pf-c-alert.pf-m-inline.pf-m-danger span.fa.fa-fw.fa-exclamation-circle:before,
.alert-warning.pf-c-alert.pf-m-inline.pf-m-warning span.fa.fa-fw.fa-exclamation-triangle:before,
.alert-success.pf-c-alert.pf-m-inline.pf-m-success span.fa.fa-fw.fa-check-circle:before {
  color: transparent;
}


/* Registraion */
.tab-container .tab {
  border: none;
}

@media screen and (max-width:660px) {
  .tab-container .tab {
    padding: 6px !important;
  }
}

.subtitle {
  display: none;
}


.is-loading p {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}
  
.is-loading p {
  height: 20px;
  margin: 10px 0 0 0 !important;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@media screen and (max-width:1150px) {

  .mobile-header-wr{
    display: block;
    text-align: center;
  }

  div#kc-header {
    display: none;
  }

  .card-pf {
    display: block;
    width: 60%;
    border-top: none !important;
    box-shadow: none !important;
    margin: 0 auto;
}

.login-pf-page {
  box-shadow: none;
  border: none;
  width: 100%;
  display: block;
  margin: 0;
  position: static;
}
}

@media screen and (max-width:1150px) {
  .card-pf {
    display: block;
    width: 88%;
  }
}

@media (min-width: 1150px) and (max-width: 1300px) {
  #kc-header {
    width: 40%;
  }
}

@media (min-width: 1300px) and (max-width: 1480px) {
  .login-pf-page {
    width: 94%;
  }
}

@media (min-width: 1481px) and (max-width: 1560px) {
  .login-pf-page {
    width: 84%;
  }
}

@media (min-width: 1561px) and (max-width: 1860px) {
  .login-pf-page {
    width: 78%;
  }
}

@media (min-width: 1861px) and (max-width: 2160px) {
  .login-pf-page {
    width: 72%;
  }
  #kc-header {
    min-height: 76vh;
    margin: 40px 40px 0 60px;
  }

}

@media (min-width: 2161px) and (max-width: 2360px) {
  .login-pf-page {
      width: 68%;
  }
  #kc-header {
    min-height: 76vh;
    margin: 50px 40px 0 70px;
  }
}

@media (min-width: 2361px) and (max-width: 4660px) {
  .login-pf-page {
      width: 62%;
  }
  #kc-header {
    min-height: 72vh;
    margin: 70px 40px 0 90px;
  }
}
