html, body {
  overflow: auto;
}

.password-error-message {
  padding-left: 1.25rem;
}

.login-pf-page {
  padding-top: 0rem;
}

#kc-header {
  margin-bottom: 0rem;
}

#kc-header-wrapper {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

h1#kc-page-title {
  font-size: 1.5rem;
}

form input, form label, form select {
  font-size: 0.875rem !important;
}

.pf-m-bottom {
  margin-top: 0.5rem !important;
}

.pf-c-tooltip {
  --pf-c-tooltip__content--BackgroundColor: #8B8B8B !important;
}

.no-click {
  pointer-events: none;
}

.eula-accept-wrapper {
  display: inline-block;
}

.our-popup {
  position: relative !important;
  display: inline-block !important;
  border-bottom: 1px dotted black !important;
}

.our-popup-content {
  position: absolute !important;
  display: inline-block !important;
  border-bottom: 1px dotted black !important;
  z-index: 1;
}

.our-popover-body, .our-popover-body a {
  font-size: 0.875rem;
}

.video-link-div {
  width: 30%;
  margin: auto;
}

.our-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.our-tooltip .our-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.our-tooltip .our-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.our-tooltip:hover .our-tooltiptext {
  background-color: #8B8B8B !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  visibility: visible;
  opacity: 1;
}

.card-pf {
  margin: 0 auto;
  box-shadow: var(--pf-global--BoxShadow--lg);
  padding: 0 20px;
  max-width: 600px;
  border-top: 4px solid;
  border-color: #006F9B;
  overflow: auto;
}

i.ct-social-google {
  background-image: url(../img/social-google-logo-icon.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  background-position: center;
  background-size: 25px 25px;
}

i.ct-social-microsoft {
  background-image: url(../img/social-microsoft-logo-icon.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  background-position: center;
  background-size: 25px 25px;
}

i.ct-social-apple {
  background-image: url(../img/social-apple-logo-icon.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  background-position: center;
  background-size: 25px 25px;
}

label[for="username"] {
  width: 100%;
}

/*span.kc-social-provider-name.kc-social-icon-text:before {*/
/*  content: "Continue with ";*/
/*}*/

a {
  color: #006F9B;
  font-size: 0.75rem;
}

input[type="text"], input[type="password"], input[type="checkbox"] {
  height: auto;
}

input[type='checkbox'] {
  height: 0.875rem !important;
  width: 0.875rem !important;
}

input.pf-c-form-control {
  --pf-c-form-control--Height: auto;
  border-bottom-color: rgb(240, 240, 240) !important;
  border-bottom-width: 1px;
  border-radius: 4px;
}

input.pf-c-form-control:focus  {
  outline: none !important;
  border-color: rgb(73, 169, 208);
  border-bottom-color: rgb(73, 169, 208) !important;
  box-shadow: 0 0 10px #719ECE;
}

#kc-login {
  background-color: #006F9B;
  border-color: #006F9B;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
}

.pf-c-button {
  border-radius: 0.25rem;
}

.passwordContainer {
  display: flex;
  height: auto;
}

.our-form-icon {
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 8px !important;
  height: auto !important;
  width: 26px !important;
  align-content: center !important;
  color: rgb(0, 111, 155) !important;
}

#kc-login:hover {
  background-color: #00577D;
}

.pf-c-form-control:focus  {
  outline: none !important;
  border-color: #006F9B;
  box-shadow: 0 0 10px #719ECE;
}

.label-required {
  color: rgb(201, 25, 11);
}

/* short window */
@media (max-width: 767px)
, (max-height: 767px) {

  .video-link-div {
    width: 20%;
    margin: auto;
  }

  .conservisWhiteHorizontalLogo {
    max-height: 6.5rem;
  }

  .card-pf {
    max-width: none !important;
    width: 100%;
    height: 100%;
  }

  #kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
  }

  body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
  }

  #kc-header-wrapper {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    color: #ededed;
    font-size: 2.063rem;
    text-transform: uppercase;
    letter-spacing: 0.188rem;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
    text-align: center;
    font-weight: normal;
    padding: 10px 0px 10px;
  }

  .pf-c-button {
    border: solid var(--pf-global--BorderWidth--sm);
    border-color: rgba(230, 230, 230, 0.5);
    font-size: 1.25rem;
  }

  .form-group {
    font-size: 1.563rem;
  }

  h1#kc-page-title {
    margin-top: 10px;
    font-size: 1.813rem;
  }

  input[type="text"], input[type="password"] {
    font-size: 1.7rem !important;
  }

  input[type="checkbox"] {
    width: 26px;
    height: 26px;
    position: unset !important;
  }

  .our-form-icon {
    padding-right: 35px !important;
    padding-left: 8px !important;
  }

}

/* mobile */
@media (max-height: 835px) and (max-width: 500px)
, (max-height: 550px) {
  .card-pf {
    width: 100%;
    height: 100%;
  }

  #kc-header-wrapper {
    padding: 0px 0px 0px;
  }

  .conservisWhiteHorizontalLogo {
    max-height: 5rem;
  }

  h1#kc-page-title {
    font-size: 1.25rem;
    margin-bottom: 0rem !important;
  }

  header.login-pf-header {
    margin-bottom: 0rem !important;
  }

  #kc-content-wrapper {
    margin-top: 0.25rem !important;
  }

  .video-link-div {
    width: 50%;
    margin: auto;
  }

}

/*
 * Use if we want to crop the title logo out at a specified height
@media (max-height: 700px) {

  .conservisWhiteHorizontalLogo {
    max-height: 0rem;
  }

}
*/
