html,
body.uksw-custom-login {
  height: 100%;
  min-height: 100%;
}

body.uksw-custom-login {
  margin: 0;
  padding: 0;
  /*   font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Symbol", Arial, sans-serif; */
  font-family:"Segoe UI","Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math", "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Symbol", Arial, sans-serif;
  color: #222;
  background: #111;
  overflow-y: auto;
  position: relative;
}

body.uksw-custom-login::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("../img/uksw_login.jpg") no-repeat center center fixed;
  background-size: cover;
  z-index: 0;
}

.uksw-custom-login .pf-v5-c-login,
.uksw-custom-login .pf-v5-c-login__container,
.uksw-custom-login .pf-v5-c-login__main,
.uksw-custom-login .pf-v5-c-login__main-body,
.uksw-custom-login .pf-v5-c-page,
.uksw-custom-login .pf-v5-c-page__main,
.uksw-custom-login .pf-v5-c-page__main-section {
  all: unset !important;
  display: block !important;
}

.uksw-custom-login .pf-v5-c-login__header,
.uksw-custom-login .pf-v5-c-login__main-header,
.uksw-custom-login .pf-v5-c-login__main-footer,
.uksw-custom-login #kc-header,
.uksw-custom-login #kc-header-wrapper,
.uksw-custom-login #kc-content,
.uksw-custom-login #kc-content-wrapper,
.uksw-custom-login #kc-form-options,
.uksw-custom-login .login-pf-signup,
.uksw-custom-login .kc-social-section,
.uksw-custom-login #kc-social-providers,
.uksw-custom-login #kc-info-wrapper,
.uksw-custom-login label[for="username"],
.uksw-custom-login label[for="password"] {
  display: none !important;
}

.uksw-login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.uksw-login-stack {
  width: 440px;
  max-width: 100%;
}

.uksw-login-card {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  margin: 0;
  /* background: #ffffff; */
}

.uksw-login-card>* {
  background: #ffffff;
}

.uksw-login-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 44px 44px 0 44px;
}

.uksw-brand-logo {
  width: 168px;
  height: auto;
  display: block;
}

.uksw-locale {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.uksw-locale-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.uksw-locale-link:hover {
  background: #e5e7eb;
  color: #111827;
}

.uksw-custom-login #kc-page-title {
  padding: 18px 44px 0 44px;
  margin: 0px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #1b1b1b;
}

.uksw-card-content-wrapper {
  padding: 14px 44px 0 44px;
}

.uksw-alert {
  padding: 10px 12px;
  background: #fff4ce;
  color: #5c4400;
  font-size: 13px;
  line-height: 1.4;
}

.uksw-alert.error {
  background: #fef2f2;
  /* border: 1px solid #fecaca; */
  color: #991b1b;
}

.uksw-form .uksw-alert {
  margin: 10px 0 0 0;
}

.uksw-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 44px 44px 44px;
}

.uksw-form-alt {
  padding-top: 0;
  padding-bottom: 0;
}

.uksw-autofill-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  pointer-events: none;
}

.uksw-autofill-anchor input {
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
}

.uksw-other-method-inline {
  margin-top: 8px;
}

.uksw-field {
  margin-bottom: 6px;
}

.uksw-inline-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
}

.uksw-inline-identity-group {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
  border-bottom: 1px solid #7f7f7f;
}

.uksw-inline-identity-main {
  flex: 1 1 auto;
  min-width: 0;
}

.uksw-inline-identity-main .uksw-inline-label {
  margin-bottom: 4px;
}

.uksw-inline-identity-value {
  padding: 6px 10px 7px 8px;
  background: #f3f3f3;
  font-size: 15px;
  line-height: 1.3;
  color: #1b1b1b;
  overflow-wrap: anywhere;
}

.uksw-inline-retry {
  flex: 0 0 auto;
  align-self: flex-end;
  min-width: 146px;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid #d2d2d2;
  background: #fff;
  color: #0067b8;
  font: inherit;
  cursor: pointer;
}

.uksw-inline-retry:hover {
  color: #666;
  text-decoration: underline;
}

.uksw-inline-retry:focus {
  outline: 2px solid #0067b8;
  outline-offset: 2px;
}

.uksw-field input {
  width: 100%;
  box-sizing: border-box;
  border: none !important;
  border-bottom: 1px solid #7f7f7f !important;
  background: transparent !important;
  padding: 6px 10px 7px 0;
  font-size: 15px;
  color: #1b1b1b;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.uksw-field input:focus {
  border-bottom-color: #444 !important;
}

.uksw-password-field {
  position: relative;
}

.uksw-password-field input {
  padding-right: 52px;
}

.uksw-password-toggle {
  position: absolute;
  right: -.6em;
  border: 0;
  margin-top:.4em;
  margin-right: .6em;
  background: transparent;
  cursor: pointer;
  opacity:.7;
  padding: .2em .3em 0 .3em;
}

.uksw-password-toggle:hover {
  opacity: 1;
}

.uksw-password-toggle:focus-visible {
  outline: 2px solid #0067b8;
  outline-offset: 0;
}

.uksw-password-toggle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center / 20px 20px url("../img/icon-eye.svg");
}

.uksw-password-toggle.is-visible .uksw-password-toggle-icon {
  background-image: url("../img/icon-eye-off.svg");
}

.uksw-otp-credentials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.uksw-otp-credential-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.uksw-otp-credential {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 118px;
  padding: 14px 10px 12px 10px;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #333;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}

.uksw-otp-credential:hover {
  background: #f7f8f8;
}

.uksw-otp-credential-input:checked + .uksw-otp-credential {
  background: #f2f2f2;
  border: 2px solid #0067b8;
  padding: 13px 9px 11px 9px;
}

/* .uksw-otp-credential-input:focus + .uksw-otp-credential {
  outline: 2px solid #0067b8;
  outline-offset: 2px;
}

.uksw-otp-credential-icon {
  position: relative;
  width: 36px;
  height: 58px;
  border: 2px solid #6a6e73;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.uksw-otp-credential-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #6a6e73;
  transform: translateX(-50%);
}

.uksw-otp-credential-icon::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6a6e73;
  transform: translateX(-50%);
}

.uksw-otp-credential-input:checked + .uksw-otp-credential .uksw-otp-credential-icon {
  border-color: #0067b8;
}

.uksw-otp-credential-input:checked + .uksw-otp-credential .uksw-otp-credential-icon::before,
.uksw-otp-credential-input:checked + .uksw-otp-credential .uksw-otp-credential-icon::after {
  background: #0067b8;
} */

.uksw-otp-credential-icon {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #6a6e73;
  -webkit-mask-image: url("../img/icon-mdi-cellphone-key.svg");
  mask-image: url("../img/icon-mdi-cellphone-key.svg");
}

.uksw-otp-credential-input:checked + .uksw-otp-credential .uksw-otp-credential-icon {
  background-color: #0067b8;
}

.uksw-otp-credential-input:checked + .uksw-otp-credential .uksw-otp-credential-name {
  color: #0067b8;
}

.uksw-otp-credential-input:focus {
  outline: none;
  border: none;
}

.uksw-otp-credential-name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.uksw-select-auth-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.uksw-select-auth-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 74px;
  padding: 14px 12px;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background: transparent;
  color: #1b1b1b;
  text-align: left;
  cursor: pointer;
  font: inherit;
  box-sizing: border-box;
}

.uksw-select-auth-option:last-child {
  border-bottom: 0;
}

.uksw-select-auth-option:hover {
  background: #f7f8f8;
}

.uksw-select-auth-option:focus {
  outline: 2px solid #0067b8;
  outline-offset: 2px;
}

/* .uksw-select-auth-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background: no-repeat center / 30px 30px url("../img/icon-auth-key.svg");
} */

.uksw-select-auth-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background-color: #6a6e73;
  -webkit-mask-image: url("../img/icon-mdi-key-variant.svg");
  mask-image: url("../img/icon-mdi-key-variant.svg");
}

.uksw-select-auth-icon.kcAuthenticatorOTPClass {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background-color: #6a6e73;
  -webkit-mask-image: url("../img/icon-mdi-cellphone-key.svg");
  mask-image: url("../img/icon-mdi-cellphone-key.svg");
}

.uksw-select-auth-icon.kcAuthenticatorWebAuthnClass {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background-color: #6a6e73;
  -webkit-mask-image: url("../img/icon-mdi-shield-key-outline.svg");
  mask-image: url("../img/icon-mdi-shield-key-outline.svg");
}

/* .uksw-select-auth-icon.fa-fa-mobile-list-view-pf-icon-lg,
.uksw-select-auth-icon.fa-mobile {
  background-image: url("../img/icon-auth-phone.svg");
} */

.uksw-select-auth-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uksw-select-auth-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.uksw-select-auth-desc {
  font-size: 13px;
  line-height: 18px;
  color: #666;
}

.uksw-other-methods {
  margin-top: 12px;
}

.uksw-other-methods-summary {
  color: #163A7D;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.uksw-other-methods-summary::-webkit-details-marker {
  display: none;
}

.uksw-other-methods-summary::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.uksw-other-methods[open] .uksw-other-methods-summary::before {
  transform: rotate(45deg) translateY(-2px);
}

.uksw-other-methods-summary:hover {
  color: #4b6088;
  text-decoration: underline;
}

.uksw-select-auth-list-secondary {
  margin-top: 10px;
}

.uksw-link-row {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.uksw-other-method-row {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.uksw-link-row a,
.login-info-box a,
.uksw-manual-title,
.uksw-other-method-link {
  color: #0067b8;
  text-decoration: none;
}

.uksw-link-row a:hover,
.login-info-box a:hover,
.uksw-other-method-link:hover {
  color: #666;
  text-decoration: underline;
}

.uksw-other-method-link {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.uksw-other-method-link:focus {
  outline: 2px solid #0067b8;
  outline-offset: 2px;
}

.uksw-lower-case {
  text-transform: lowercase;
}

.uksw-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #72767b;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}

.uksw-checkbox input {
  margin: 0;
}

.uksw-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

.uksw-actions.single {
  justify-content: flex-end;
}

.uksw-actions-start {
  justify-content: flex-start;
}

.uksw-actions-spaced {
  margin-top: 20px;
}

.uksw-actions-compact {
  margin-top: 10px;
}

.uksw-trusted-device-actions {
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.uksw-trusted-device-actions .uksw-btn {
  width: 48%;
}

.uksw-btn {
  min-width: 108px;
  height: 32px;
  padding: 0 16px;
  border: none;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.uksw-btn-primary {
  background: #0067b8;
  color: #fff;
  /* font-weight: 600; */
}

.uksw-btn-primary:hover {
  background: #005a9e;
}

.uksw-btn-secondary {
  background: #e6e6e6;
  color: #333;
}

.uksw-btn-secondary:hover {
  background: #dcdcdc;
}

.uksw-btn-outline {
  border: 1px solid #0067b8;
  background: #fff;
  color: #0067b8;
}

.uksw-btn-outline:hover {
  background: #f3f8fd;
}

.uksw-btn-block {
  width: 100%;
}

.uksw-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

.uksw-btn-link:link,
.uksw-btn-link:visited,
.uksw-btn-link:hover,
.uksw-btn-link:active {
  text-decoration: none !important;
}

.uksw-btn-primary.uksw-btn-link {
  color: #fff !important;
}

.uksw-btn-secondary.uksw-btn-link {
  color: #333 !important;
}

.login-info-box {
  margin-top: 0;
  background: #f2f2f2;
  padding: 24px 44px 34px 44px;
  border-top: 0;
  font-size: 15px;
  line-height: 1.25;
  color: #1b1b1b;
}

.login-info-alternate-method {
  margin-top: 1.2em;
  background: #f2f2f2;
}

.login-info-alternate-method button {
  padding: 0px 44px;
  min-height: 3.2em;
  gap: .5em;
}

.login-info-alternate-method .uksw-select-auth-icon {
  width: 24px;
  height: 24px;
}

.login-info-box::before {
  content: none;
}

.login-info-box b {
  /*! font-size: 17px; */
  color: #1b1b1b;
}

.uksw-help {
  margin: 0 0 16px 0;
  font-size: 13px;
  line-height: 1.45;
  color: #333;
}

/* .uksw-app-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 14px 0;
}

.uksw-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #1b1b1b;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}

.uksw-store-badge:hover {
  background: #f7f8f8;
}

.uksw-store-badge:focus {
  outline: 2px solid #0067b8;
  outline-offset: 2px;
}

.uksw-store-badge-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: no-repeat center / 14px 14px;
}

.uksw-store-badge-apple .uksw-store-badge-icon {
  background-image: url("../img/icon-store-apple.svg");
}

.uksw-store-badge-google .uksw-store-badge-icon {
  background-image: url("../img/icon-store-googleplay.svg");
} */

.uksw-app-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: -.2em 0 .7em 0;
}

.uksw-store-badge {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  min-height: 30px;
  padding: 0 .7em;
  background: linear-gradient(to bottom, #444 0%, #111 100%);
  border-radius: .5em;
  color: white;
  text-decoration: none;
  font-size: 0.895em;
  line-height: 1;
  font-weight: 600;
  transform: scaleX(0.95);
  box-shadow: 1px 1px #aaa;
}

.uksw-store-badge:hover {
  background: #000;
}

.uksw-store-badge:focus {
  outline: 2px solid #0067b8;
  outline-offset: 2px;
}

.uksw-store-badge-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: no-repeat center / 18px 18px;
}

.uksw-store-badge-apple .uksw-store-badge-icon {
  background-image: url("../img/icon-store-appstore.svg");
}

.uksw-store-badge-google .uksw-store-badge-icon {
  background-image: url("../img/icon-store-playstore.svg");
}

.uksw-other-auth-apps {
  margin: 0 0 16px 0;
}

.uksw-other-auth-apps-summary {
  color: #163A7D;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.uksw-other-auth-apps-summary::-webkit-details-marker {
  display: none;
}

.uksw-other-auth-apps-summary::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.uksw-other-auth-apps[open] .uksw-other-auth-apps-summary::before {
  transform: rotate(45deg) translateY(-2px);
}

.uksw-other-auth-apps-summary:hover {
  color: #4b6088;
  text-decoration: underline;
}

.uksw-other-auth-apps-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uksw-other-auth-app-name {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
}

.uksw-step-title {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #0D0D0D;
}

.uksw-supported-apps {
  margin: -6px 0 16px 0;
  padding-left: 20px;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}

.uksw-supported-apps li {
  margin-bottom: 4px;
}

.uksw-qr-block {
  display: flex;
  justify-content: center;
}

.uksw-qr-wrap {
  display: flex;
  justify-content: center;
  margin: 18px 0 8px 0;
}

.uksw-qr {
  width: 240px;
  height: 240px;
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
}

.uksw-manual-box {
  margin: 0 0 18px 0;
  padding: 12px 14px;
  background: #f3f3f3;
  font-size: 13px;
  line-height: 1.4;
}

.uksw-manual-box-wide {
  width: 100%;
}

.uksw-manual-title {
  margin-bottom: 6px;
}

.uksw-manual-link-row {
  margin-top: 10px;
}

.uksw-manual-secret {
  word-break: normal;
  overflow-wrap: anywhere;
  /* font-family: monospace; */
  font-size: .895em;
  color: #222;
}

.uksw-totp-warning {
  margin: 4px 0 14px 0 !important;
}

.uksw-qr-link-row {
  width: 264px;
  max-width: 100%;
  margin: 0 0 14px auto;
  text-align: right;
}

.uksw-policy-list {
  margin: 10px 0 0 0;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.45;
  color: #444;
}

.uksw-webauthn-inner {
  margin-top: 8px;
  padding-bottom: 30px;
}

.uksw-passkey-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 12px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.uksw-passkey-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background-color: #6a6e73;
  -webkit-mask-image: url("../img/icon-mdi-shield-key-outline.svg");
  mask-image: url("../img/icon-mdi-shield-key-outline.svg");
}

.uksw-passkey-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #1b1b1b;
}

.uksw-passkey-desc {
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}

.uksw-webauthn-error {
  margin: 0 0 18px 0 !important;
}

.uksw-delete-credential-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.uksw-delete-credential-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  background: no-repeat center / 34px 34px;
}

.uksw-delete-credential-icon-key {
  background-image: url("../img/icon-delete-key.svg");
}

.uksw-delete-credential-icon-phone {
  background-image: url("../img/icon-delete-phone.svg");
}

.uksw-delete-credential-name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #1b1b1b;
}

.uksw-delete-credential-message {
  margin: 3px 0 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}

.uksw-forgot-password a {
  font-size: .8125rem;
  text-decoration: none;
  color: #0067b8;
}

.uksw-forgot-password a:hover {
  text-decoration: underline;
  color: #666;
}

@media (min-width: 768px) and (min-height: 700px) {
  .uksw-login-stack {
    margin: 24px 0;
  }
}

@media (max-width: 520px) {
  .uksw-login-shell {
    align-items: flex-start;
    padding: 0;
  }

  .uksw-login-stack,
  .uksw-login-card {
    width: 100%;
  }

  .uksw-login-card {
    min-height: 100vh;
  }

  .uksw-login-top {
    padding: 28px 24px 0 24px;
  }

  .uksw-brand-logo {
    width: 168px;
    height: auto;
    display: block;
  }

  .uksw-custom-login #kc-page-title {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 24px;
  }

  .uksw-alert {
    margin-left: 24px;
    margin-right: 24px;
  }

  .uksw-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .login-info-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .uksw-actions {
    flex-wrap: wrap;
  }

  .uksw-trusted-device-actions .uksw-btn {
    width: 100%;
  }
}


#input-error-container-password-new {
  position: relative;
}

.uksw-validator-form {
  position: absolute;
  background: white;
  z-index:100;
  left: 0px;
  right: 0px;
  top: -.8em;
  min-height: 8em;
}

.uksw-validator-error-message {
  font-size: .8em;
  list-style: none;
  padding-left: 0px;
}

.uksw-validator-error-message svg {
  border: none;
}

.uksw-validator-error-message li:before {
  border-radius:50%;
  content: " ";
  display: inline-block;
  position: relative;
  top: .05em;
  vertical-align: center;
  background: #0067b8;
  height:.9em;
  width: .9em;
  margin-right: .4em;
  -webkit-mask: url("../img/icon-mdi-information-slab-symbol.svg"),
    linear-gradient(#000 0 0);
  -webkit-mask-size: 1.3em 2em;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-composite: exclude;
  mask: url("../img/icon-mdi-information-slab-symbol.svg"),
    linear-gradient(#000 0 0);
  mask-size: 1.3em 2em;
  mask-position: 50% 50%;
  mask-composite: exclude;
}