body,
header {
  font-family: "CircularXXWeb", "Helvetica Neue", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  color: #101820;
  margin: 0;
}

.identity-bg-layout{
  height: 100%;
  background-size: cover;
  animation-delay: 0.15s;
  animation-duration: 0.35s, 0.45s;
  animation-fill-mode: forwards;
  animation-name: fadeIn, scaleIn;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-delay: 0.3s;
  animation-duration: 0.5s, 1s;   
  margin: 0;
}

.identity-page--ready.identity-page--background-1.identity-page--westerra .identity-bg-layout {
  background-image: url('../img/login-image-1.png');
  background-position-x: center;
  background-position-y: center;
}

.identity-page--ready.identity-page--background-2.identity-page--westerra .identity-bg-layout {
  background-image: url('../img/login-image-2.png');
  background-position-x: center;
  background-position-y: center;
}

.identity-page--ready.identity-page--background-3.identity-page--westerra .identity-bg-layout {
  background-image: url('../img/login-image-3.png');
  background-position-x: center;
  background-position-y: top;
}
/* .identity-page--ready.identity-page--background-4.identity-page--westerra .identity-bg-layout {
  background-image: url('../img/login-image-4.png');
  background-position-x: left;
  background-position-y: center;
} */

/* @media only screen and (max-width: 991px) {
  .identity-page--ready.identity-page--background-4.identity-page--westerra .identity-bg-layout {
    background-image: url('../img/login-image-4_m.png');
    background-position-x: center;
    background-position-y: center;
  }
} */

.identity-logo.identity-logo--westerra {
  background-image: url('../img/logo-westerra.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  margin: 16px 0 38px;
  width: 175px;
}

#kc-form-login>div>label,
.kc-form-options {
  color: #101820;
  font-family: "CircularXXWeb", "Helvetica Neue", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .identity-logo.identity-logo--westerra {
    height: 46px;
    margin: 0px 0 40px;
    width: 300px;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 992px) {
  .identity-logo.identity-logo--westerra {
    height: 56px;
    margin-bottom: 50px;
    width: 300px;
  }
}

.vh-100.vh-100--westerra {
  height: auto !important;
}

@media only screen and (min-width: 421px) {
  .vh-100.vh-100--westerra {
    height: 100vh !important;
  }
}
.identity-container__form,
.identity-container__form--westerra {
  padding-left: 3.4rem;
  padding-right: 3.4rem;
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .identity-container__form,
  .identity-container__form--westerra {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }
}

.westerra-h1 {
  font-family: "CircularXXWeb", "Helvetica Neue", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 120%;
  margin: 0px;
  color:#000000;
}

.head-text-color{
  color:#000000;
}

@media only screen and (min-width: 992px) {
  .westerra-h1 {
    width: 338px;
  }
}

.bb-subtitle--westerra {
  margin: 3px 0 15px;
}

@media only screen and (min-width: 768px) {
  .bb-subtitle--westerra {
    margin: 3px 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .bb-subtitle--westerra {
    margin: 0 0 25px;
  }
}

.bb-button-bar--westerra {
  font-family: "CircularXXWeb", "Helvetica Neue", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  margin-top: 7px;
}

.small-westerra {
  font-size: 16px;
  line-height: 24px;
}

.btn-westerra {
  padding: 0.4rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .btn-westerra {
    margin-bottom: 0.3rem;
    padding: 0.5rem 1.5rem;
  }
}

.alert-content-westerra {
  padding-left: 36px;
  padding-right: 0.7rem;
  position: relative;
}

.alert-content-westerra:after {
  background-image: url('../img/error_outlineic_.png');
  background-size: contain;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 24px;
}

@media only screen and (min-width: 768px) {
  .alert-content-westerra {
    padding-right: 0.3rem;
  }
}

.form-control--westerra-error {
  border: 1px solid #d32f2f;
}

.form-control {
  border-radius: 2px !important;
}

a {
  color: #101820;
  font-weight: 600;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 34px;
}

svg#hide {
  position: relative;
  /* op: -16px; */
  left: -21px;
}

.code-input.form-group {
  margin-top: 20px;
}

.next-disabled {
  pointer-events: none;
  border: 1px solid #999999;
  background-color: #CCCCCC;
  color: #666666;
}

.form-control:focus {
  color: #000000 !important;
  background-color: #fff !important;
  border-color: #5b9fdb !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px #dceaf7 !important;
}

.maintenance-message-ul {
  font-size: 0.925rem;
}

.maintenance-message-ul>li {
  padding-bottom: 0.75rem;
}

/* To hide the extra eye icon being displayed on the edge browsers */
input::-ms-reveal {
  display: none;
}


.btn-primary--westerra {
  background: white !important;
  border-radius: 0% !important;
  border-color: #eb0505 !important;
  color: #eb0505 !important;
  font-family: "CircularXXWeb", "Helvetica Neue", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;

  &:focus:not(:hover),
  &:focus:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(157, 28, 28, 0.5) !important;
  }

}

.red {
  color: #eb0505 !important;
}

#maintenance-message-body {
  color: #eb0505 !important;
}

/* Custom styling for disabled resend button */
#kc-resend:disabled {
  border-color: transparent !important;
  cursor: not-allowed !important;
  pointer-events: all !important;
}

/* @media (min-width: 428px) and (max-width: 991px) {
  .identity-bg-layout {
      height: 35%;
  }
} */

@media (max-width: 991px) {
  .identity-bg-layout {
      height: 35%;
  }
  .identity-page--ready.identity-maintanance-page--background-1.identity-page--westerra .identity-bg-layout {
    background-position-y: top;
  }

  .bb-stack {
    display: block;
  }
}

/* Hide image on very small screens (< 429px) - must come after 991px block */
@media (max-width: 428px) {
  .identity-bg-layout,
  .identity-page--ready.identity-maintanance-page--background-1.identity-page--westerra .identity-bg-layout {
    display: none !important;
  }
}

.identity-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  background: #fff;
}