@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
html,
body,
.login-pf-page,
.card-pf,
#kc-content {
  height: 100%;
}

.d-flex {
  display: flex;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.b-0 {
  border: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#kc-form-login .error ~ .form-group {
  border-color: #ff4040;
}

.form-group.error {
  border-color: #ff4040;
  margin-bottom: 0;
}
.error.password-error {
  margin-bottom: 16px;
}

.password-same-error {
  margin-bottom: 16px;
  color: #ff4040;
  display: block;
  margin: 4px 2px 20px;
}

/* error/success styles */
.auth-error,
.auth-success,
.public-error,
.email-error,
.pass-error,
.error-length {
  color: #ff4040;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 18px;
  display: block;
  margin: 4px !important;
  text-align: left;
  margin-bottom: 0px;
}
.register-username-section .public-name .public-error,
.register-username-section .public-name .error-length {
  margin: 4px !important;
  margin-left: 25px !important;
}
.register-password-section .public-error,
.register-password-section .pass-error {
  margin: 4px !important;
  margin-left: 14px !important;
}

.auth-success {
  color: #fff;
  background: #00c781;
  border-radius: 4px;
  padding: 12px 11px;
  margin: -8px 0 24px;
  align-items: center;
  display: flex;
  line-height: 18px;
}
.auth-warning {
  background: #fff7e8;
  border: 2px solid #ffaa15;
  box-shadow: 0px 1px 3px 1px rgb(33 33 33 / 25%);
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  letter-spacing: 0.25px;
  color: #434343;
  padding: 16px;
  margin-bottom: 16px;
}

.auth-success img,
.auth-warning img {
  margin-right: 10px;
}

.alert-warning {
  display: none;
}

.alert-success,
.alert-error {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 5px;
}

.login-pf body {
  background: white;
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow: auto;
}

#kc-content-wrapper {
  height: calc(100% - 20px);
}

.login-sec .overflow-hidden {
  overflow: hidden;
}

.login-sec,
.kc-pf__div {
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.login-sec__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.login-sec__header--inner {
  display: flex;
  align-items: center;
}

.env-label__div {
  display: flex;
  align-items: center;
}

.env-label__inner {
  position: relative;
}

.env-label__div .env-text {
  background: #e6f2ff;
  padding: 4px 8px;
  border-radius: 8px;
  color: #0081ff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  cursor: default;
  margin-left: 16px;
}

.env-label__div .env-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 328px;
  padding: 16px;
  background: #00205c;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.200691);
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  z-index: 1;
}

.env-label__div:hover .env-tooltip {
  opacity: 1;
  visibility: visible;
}

.env-label__div .env-tooltip:before,
.env-label__div .env-tooltip:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #00205c transparent;
  border-width: 8px;
}

.env-label__div .studio-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-left: 12px;
  letter-spacing: 0.25px;
  background: #6738ef;
  border: 1px solid #6738ef;
  border-radius: 8px;
  color: #f0ebfd;
  padding: 4px 8px;
}

.login-sec__header--logo {
  display: flex;
  align-items: center;
}

.login-sec__header .login-sec__header--login {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #44464e;
}

.login-sec__header--login a {
  color: #0057e0;
  text-decoration: none;
  margin-left: 5px;
}

.login-sec__left {
  height: 100%;
  width: 55%;
}

.login-tc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px;
}

.login-tc__content {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #44464e;
  margin: 0;
  font-weight: 500;
}

.login-tc__content a {
  color: #0057e0;
  outline: none;
  text-decoration: none;
}

.login-tc .login-sec__header--login {
  display: none;
}

.login-tc__language {
  display: flex;
}

.login-tc__language span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
  text-transform: uppercase;
  color: #44464e;
}

.login-ob__img {
  background: #dceaff;
  border-radius: 72px;
  padding: 8% 10%;
  display: flex;
  height: 80%;
  align-items: center;
}

.login-ob__img img {
  width: 90%;
  height: auto;
}

.login-ob__img .logo {
  width: 180px;
  margin-top: 50px;
  height: auto;
}

.login-ob__img p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #0043ac;
  width: 50%;
  margin-bottom: 0;
}

.login-right__sec {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center;
    margin-top: 20%; */
}

.login-page #kc-form-login {
  display: flex;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.login-page .login-right__form {
  width: 100%;
}

.login-right__sec .login-right__img {
  display: none;
}

.login-right__sec .env-label__div {
  display: none;
}

.login-right__heading--div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-right__sec h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  margin: 0;
}

.login-right__heading p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #434343 !important;
  margin: 8px 0 0;
  word-break: break-word;
}

.login-right__heading h5.inactive {
  color: #a0a4a8;
  background: #f8f8f8;
  display: block;
}

.login-right__heading h5.inactive a {
  color: #a0a4a8;
  text-decoration: none;
  display: block;
}

.kc-pf__right .login-right__heading h5 {
  margin-top: 8px;
}

.register-form__w50 {
  display: flex;
}

.register-form__w50 .register-form__w50--sec {
  width: 48%;
}

.register-form__w50 .form-group input,
.register-form__w50 .form-group label {
  width: 84.5% !important;
}

.register-form__w50 .register-form__w50--sec:last-child {
  margin-left: 5%;
}

[dir="rtl"] .register-form__w50 .register-form__w50--sec:last-child {
  margin-right: 5%;
  margin-left: 0;
}

.login-right__sec .form-group.kc-ps-relative {
  position: relative;
}

.form-group {
  position: relative;
}

.form-group label {
  display: flex;
  position: absolute;
  top: 12px;
  align-items: center;
  padding: 8px 16px 4px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4;
  color: #434343;
  font-weight: normal;
  border-radius: 4px 4px 0px 0px;
}

html[lang="fr"] .mf-step__3 #totp,
html[lang="fr"] #kc-otp-login-form #otp {
  height: 50px;
  margin-top: 10px;
}

html[lang="fr"] #kc-otp-login-form #otp {
  padding: 20px 16px;
}

.form-group label img {
  margin-left: 5px;
}

.form-group input[type="text"],
.form-group input[type="password"],
input[type="email"] {
  font-family: "Roboto", sans-serif;
  width: 100% !important;
  border: 1px solid #f4f9ff;
  background-color: #f4f9ff;
  max-width: 528px;
  border-radius: 8px;
  height: 63px;
  margin: 16px auto;
  padding-left: 16px;
  margin-bottom: 0px;
  cursor: pointer;
}
.form-group input[type="text"]:hover,
.form-group input[type="password"]:hover,
input[type="email"]:hover {
  background-color: #e6f2ff;
}
/* transparent autofill bg */
input[data-autocompleted],
input:-webkit-autofill,
input:-internal-autofill-selected {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login-pf-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-pf-settings .form-group {
  border: none;
}

.form-group .btn {
  padding: 8px 32px;
  background: #00205c;
  color: #f9fcff;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  outline: none;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.btn:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.btn:active,
.btn:focus {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.12),
    0px 2px 4px rgba(0, 0, 0, 0.14);
}

.btn.btn-secondary-outline {
  background: #fbfdfd !important;
  color: #0057e0 !important;
  border: 1px solid #0057e0 !important;
}

.form-group .btn-secondary {
  background: #fff;
  border: 1px solid #4488f4;
  color: #4488f4;
}

#kc-form-buttons .btn {
  min-width: 120px;
}

#kc-forgot-password-form .btn {
  width: 93% !important;
}

#kc-reset-password-form .btn,
#kc-reset-password-form .btn {
  width: 100% !important;
}

.form-group .btn.text-center {
  text-align: center;
  cursor: pointer;
}

#kc-form-options .checkbox {
  margin-bottom: 6px;
  display: inline-block;
}

#kc-form-options .checkbox div {
  color: #52575c;
  letter-spacing: 0.4px;
  padding-left: 0;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  align-items: flex-start;
}

#kc-form-options .checkbox label {
  background: url("../img/checkbox.svg") no-repeat 0px;
  cursor: pointer;
}

#kc-form-options .checkbox input:focus + label {
  background: url("../img/checkbox-hover.svg") no-repeat 0px;
  cursor: pointer;
}

#kc-form-options .checkbox input:checked + label {
  background: url("../img/checkbox-checked.svg") no-repeat 0px;
  cursor: pointer;
}

#kc-form-options .checkbox div input {
  width: 0 !important;
  height: 0;
  opacity: 0;
}

#kc-form-options .checkbox div label {
  padding-left: 0;
  display: flex;
  align-items: center;
}

#kc-form-options .checkbox div label span {
  margin-left: 30px;
}

#kc-form-options .checkbox a {
  color: #0057e0;
  padding-right: 5px;
  outline: none;
  text-decoration: none;
}

#kc-form-options .checkbox a:hover,
.login-tc a:hover {
  color: #0057e0;
}

#kc-form-options .checkbox a:active,
#kc-form-options .checkbox a:focus,
.login-tc a:focus,
.login-tc a:active {
  color: #002a6c;
}

.login-page #kc-form-options .checkbox {
  cursor: pointer;
}

.login-page #kc-form-options .checkbox label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #52575c;
  cursor: pointer;
}

.login-page #kc-form-options label span {
  margin-left: 25px;
}

.login-add__sec p {
  color: #52575c;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.login-add__sec p::before,
.login-add__sec p::after {
  content: "";
  height: 1px;
  width: 44%;
  background: #e8e8e8;
  position: absolute;
  left: 0;
}

.login-add__sec p::after {
  left: auto;
  right: 0;
}

.login-add__sec #kc-form-options div {
  text-align: center;
  color: #52575c;
}

.login-add__sec #kc-form-options a {
  padding-left: 5px;
  color: #0043ac;
  font-weight: 600;
}

.login-actions {
  justify-content: space-between;
  align-items: center;
}

.kc-forgot-pwd {
  color: #0081ff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.25px;
  line-height: 21px;
  text-decoration: none;
}

.kc-forgot-pwd:hover {
  text-decoration: none;
}

/* forgot password page */
.login-pf-page #kc-content-wrapper {
  height: 100%;
  flex-wrap: wrap;
}

.kc-pf__right .login-right__heading {
  text-align: center;
}

.kc-pf__right form {
  height: 100%;
  padding: 16px 5% 30px;
}

.kc-pf__right.kc-verify-email #kc-form-buttons {
  text-align: center;
  padding: 0 15%;
}

.kc-pf__right form .kc-form__subheading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #52575c;
  /* margin: 0 0 7%; */
}

.kc-pf__right .kc-form__helper {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #52575c;
  display: flex;
  align-items: center;
}

.kc-pf__right.kc-verify-email .kc-form__input {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kc-verify-email .kc-form__input h5 {
  margin: 0 10% 10px;
}

.kc-verify-email .kc-form__subheading {
  margin-bottom: 10px;
}

.kc-verify-email .login-pf-settings {
  margin: 10px 0;
}

.kc-verify-email .kc-verify__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}

.kc-verify-email .kc-verify__btn #kc-form-buttons a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.kc-form__back {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #0043ac;
  text-decoration: none;
  display: flex;
}

.kc-form__back img {
  margin-right: 10px;
}

.kc-pf__right .login-pf-settings {
  margin-top: 24px;
  background: transparent !important;
  justify-content: center;
}

.kc-pf__right #kc-verify-email-form h2 {
  margin-bottom: 20px;
  padding-right: 20%;
}

.kc-pf__right .form-group #kc-form-buttons a {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  color: #0043ac;
}

.kc-pf__right .form-group #kc-form-buttons a img {
  margin-right: 10px;
}

.login-right__div.login-mf {
  /* height: 100%; */
  position: relative;
}

.login-right__div.login-mf__complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.login-mf__complete .kc-form__subheading {
  margin: 16px 0 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}

.login-mf__complete #kc-mf-complete {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.login-mf.login-mf-2 {
  height: 100%;
}

.login-pf .login-mf__space {
  padding: 4% 5%;
  /* height: calc(100% - 100px); */
}

.mf-btn__group {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-step .mf-step__heading h5 {
  text-align: center;
}

.mf-step .mf-step__heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #757575;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-step__0 .mf-step__heading p {
  padding: 0 10%;
  text-align: center;
}

.mf-step .mf-step__heading img {
  margin-right: 10px;
}

.mf-step .mf-step__content {
  justify-content: center;
  margin: 16px 0 24px;
}

.mf-step .mf-step__content .mf-step__content--div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15%;
}

.mf-step__content .mf-step__content--div:last-child {
  margin-right: 0;
}

.mf-step__content--div h6 {
  font-weight: 600;
  font-size: 21px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #0057e0;
  margin: 0;
}

.mf-step__content--div p {
  letter-spacing: 0.2px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  margin: 6px 0;
}

.mf-step__content .mf-step__scanner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.mf-step__content form {
  width: 100%;
}

.login-mf .mf-heading {
  justify-content: space-between;
  align-items: center;
}

.login-mf .mf-steps {
  position: relative;
}

.login-mf .mf-steps::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  width: 35%;
  left: 32%;
  border-bottom: 2px dashed #0057e0;
}

.login-mf .mf-steps span {
  background: #a0a4a8;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 100%;
}

.login-mf .mf-steps span:first-child {
  margin-right: 25px;
}

.login-mf .mf-steps span.active {
  background: #0057e0;
}

.login-mf h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #25282b;
  margin: 10% 0 3%;
}

.login-mf .mf-content__xs {
  display: none;
}

.login-mf .mf-providers {
  justify-content: space-between;
}

.login-mf .mf-providers .mf-providers__heading,
.mf-content__code p,
.login-mf__content {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #52575c;
  margin: 0;
}

.login-mf__content {
  margin: 16px 0;
  color: #757575;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.mf-otp__code {
  padding: 0 5%;
  border: 1px solid #acacac;
  border-radius: 4px;
}

.mf-otp__code .mf-code__xs {
  display: none;
}

.mf-content {
  height: calc(100% - 100px);
}

.mf-content__code p {
  margin-bottom: 15px;
}

.login-mf .mf-providers .mf-providers__heading {
  width: 50%;
}

#kc-mf-register-step {
  text-decoration: none;
  min-width: 90px;
  display: block;
}

.mf-otp__providers .d-flex {
  /* height: 70px; */
  justify-content: center;
}

.mf-otp__providers .mf-otp__div {
  /* background: #FFFFFF;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 10%);
    border-radius: 4px;
    text-align: center;
    position: relative; */
  display: flex;
  margin-right: 10%;
  max-width: 90px;
  align-items: center;
  flex-direction: column;
}

.mf-otp__div img {
  width: 40px;
  height: 40px;
}

.mf-otp__div p {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #00164d;
  margin: 10px;
}

.mf-otp__app {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #757575;
  margin: 6px 0;
}

.mf-otp__code .d-flex {
  align-items: center;
  margin: 20px 0;
}

.mf-otp__code .d-flex img {
  width: 150px;
  height: 150px;
}

.mf-otp__code .d-flex span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #44464e;
  margin: 0 10%;
  text-align: center;
}

.mf-otp__code .mf-otp__key {
  /* width: 70%; */
  text-align: center;
}

.mf-otp__code .mf-otp__key p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #44464e;
  margin: 0 0 5px;
}

.mf-otp__code .mf-otp__key span {
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #0057e0;
  margin: 0;
  font-family: initial;
}

.mf-otp__code .mf-otp__app {
  margin: 0 0 20px;
}

.mf-content__label-xs {
  display: none !important;
}

#kc-otp-login-form {
  height: calc(100% - 130px);
}

#kc-otp-login-form .kc-otp__input {
  height: calc(100% - 270px);
}

.auth-error.kc-totp__error {
  display: flex;
  align-items: flex-start;
  margin: 20px 0 10px;
}

.kc-totp__error img {
  margin-right: 5px;
}

.invisible {
  display: none;
  margin: 7px 7px 0;
}

.visible {
  display: block;
  visibility: visible;
}

.kc-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 8px;
}

/* otp device list */
.kc-device {
  max-height: 150px;
  overflow-y: auto;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.kc-device::-webkit-scrollbar {
  display: none;
}

.form-group .kc-device__div {
  width: 47%;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.form-group .kc-device__div:nth-child(even) {
  margin-right: 0;
}

.form-group .kc-device__div .kc-device__sec {
  padding: 10px 16px;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #a0a4a8;
  border-radius: 4px;
  z-index: 1;
  cursor: pointer;
  outline: none;
}

.form-group .kc-device__div .kc-device__sec.active {
  border: 1px solid #0043ac;
}

.kc-device__sec span {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #a0a4a8;
  display: block;
  width: 100%;
  pointer-events: none;
}

.kc-device__sec.active span {
  color: #0043ac;
}

/* error message */
#kc-error-message {
  width: 100%;
  height: 100%;
}
.error-page {
  height: 100%;
}
.error-page .login-right__div {
  box-shadow: 0px 1px 3px 1px rgba(33, 33, 33, 0.25);
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  width: 70%;
  text-align: center;
}
.error-page .login-right__div h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.0025em;
  color: #161616;
  margin: 18px 0 8px;
}
.error-page .login-right__div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #434343;
  margin: 0;
}
.error-page .login-right__div .error-page__msg {
  margin-bottom: 24px;
}

/* tooltip */

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #5c5f60;
}

.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #5c5f60;
}

.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #5c5f60;
}

.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #5c5f60;
}

.tooltip-inner {
  max-width: 250px;
  padding: 16px;
  text-align: center;
  background-color: #5c5f60;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #fbfdfd;
  box-shadow: 0px 0px 0px #000000;
}

.tooltip .tooltip-inner ul {
  text-align: left;
  padding-left: 16px;
  margin: 2px 0 0;
}

.tooltip .tooltip-inner .tooltip--heading {
  text-align: left;
  margin: 0;
}

/* New form styles */

.focus-input:focus-within {
  color: #212529;
  background-color: #fff;
  outline: 0;
}

.form-control:focus,
.form-control:not(:placeholder-shown),
.form-control:-webkit-autofill {
  padding-bottom: 10px;
}

.form-control:focus ~ .control-label,
.form-control:not(:placeholder-shown) ~ .control-label,
.form-control:-webkit-autofill ~ .control-label {
  top: -4px;
  transform: scale(0.85) translateY(5px) translateX(-24px);
  transition: 0.2s ease all;
  padding-left: 0px;
  width: 75%;
  font-size: 12px;
  color: #44464e;
  line-height: 16px;
  font-weight: 400;
}

.focus-input .form-control::placeholder {
  opacity: 0;
}

.form-control:focus ~ .control-label-xs {
  padding-left: 14px;
}

.form-control:not(:placeholder-shown) ~ .control-label-xs,
.form-control:-webkit-autofill ~ .control-label-xs {
  padding-left: 14px;
}

.login-pf-settings__checkbox {
  margin-bottom: 0;
}

.login-pf-settings__checkbox label {
  position: inherit;
  top: 12px;
  padding: 8px 16px 4px;
  font-size: 12px;
  line-height: 16px;
  color: #44464e;
  font-weight: normal;
  border-radius: 4px 4px 0px 0px;
}

/* resend email - email verification file */

.kc-form__resend-email {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #44464e;
  font-weight: 400;
}

.kc-form__resend-email a {
  font-size: 16px !important;
  color: #0057e0 !important;
  font-weight: 400 !important;
}

/* action expired page */
.page-expiry__cta {
  padding: 24px 32px 0;
  margin-bottom: 32px;
  text-align: center;
}

.page-expiry__cta .btn.btn-secondary-outline:first-child {
  margin-right: 62px;
}

.btn a {
  text-decoration: none;
  color: inherit;
}

.page-expiry__cta .kc-pf__expired .kc-form__subheading {
  color: #44464e;
}

.tc_label {
  color: #0057e0;
  text-decoration: none;
}

/* social login styles */
.kc-login-or {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 25px;
}
.kc-login-or .kc-login-or__bg {
  background: #a0a4a8;
  height: 1px;
  width: 45%;
}
.kc-login-or .kc-login-or__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #a0a4a8;
}
.kc-login-social {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
}
.kc-login-social a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.25px;
  color: #0057e0;
  text-decoration: none;
  margin-bottom: 8px;
}
.kc-login-social span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #a0a0a0;
}
.login-idp .kc-pf__right,
.login-idp--email .kc-pf__right {
  width: 80%;
}
.login-idp .kc-pf__right form {
  padding: 32px 30px;
}
.login-idp .kc-pf__right form h5 {
  margin-top: 20px;
}
.login-idp .kc-pf__right form .kc-form__subheading {
  margin: 0 12%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #44464e;
}
.login-idp .kc-form__subheading a,
.login-idp--email .kc-form__subheading a {
  color: #0081ff;
}
.login-idp--email .login-right__sec {
  flex-direction: column;
}
.login-idp-email--warning {
  padding: 16px;
  background: #fff7e8;
  border: 2px solid #ffaa15;
  box-shadow: 0px 1px 3px 1px rgb(33 33 33 / 25%);
  border-radius: 16px;
  width: 75%;
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-idp-email--warning p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #434343;
  margin: 0 7px;
}

/* rtl styles */

[dir="rtl"] .login-pf-settings .form-group {
  margin-right: 15px;
}
[dir="rtl"] .login-pf-settings .form-group.login-pf-settings__checkbox {
  margin-right: 0;
}
[dir="rtl"] .form-group label img {
  margin-right: 5px;
}
[dir="rtl"] .login-pf-settings {
  justify-content: space-between;
}
[dir="rtl"] .form-control:focus ~ .control-label,
[dir="rtl"] .form-control:not(:placeholder-shown) ~ .control-label,
[dir="rtl"] .form-control:-webkit-autofill ~ .control-label {
  transform: scale(0.85) translateY(5px) translateX(40px) !important;
}
[dir="rtl"] .login-pf-settings__cta {
  margin-left: 0;
}
/* checkbox */

[dir="rtl"] #kc-form-options .checkbox div label {
  background-position: right;
}
[dir="rtl"] #kc-form-options .checkbox div label span {
  margin: 0 30px 0 0;
}
/* header */
/* footer */
[dir="rtl"] .login-tc__language span,
[dir="rtl"] .login-sec__header--login a {
  margin: 0 5px 0 0;
}

/* success & error msg */
[dir="rtl"] .auth-success img {
  margin: 0 0 0 10px;
}
[dir="rtl"] .kc-totp__error img {
  margin: 0 0 0 5px;
}

/* mfa */
[dir="rtl"] .mf-step .mf-step__heading img {
  margin: 0 0 0 10px;
}
[dir="rtl"] .mf-otp__providers .mf-otp__div {
  margin: 0 0 0 10%;
}

/* action expired */
[dir="rtl"] .page-expiry__cta .btn.btn-secondary-outline:first-child {
  margin: 0 0 0 62px;
}

/* tooltip */
[dir="rtl"] .tooltip .tooltip-inner ul,
[dir="rtl"] .tooltip .tooltip-inner .tooltip--heading {
  text-align: right;
}

[dir="rtl"] .tooltip .tooltip-inner ul {
  padding: 0 16px 0 0;
}

/* START - KBDLS-1345 - UAT_Web_ Asterisk "*" is not displaying in mandatory fields */
/* LOGIN */
form#kc-form-login input#username + label:after,
form#kc-form-login input#password + label:after {
  content: "*";
  padding-left: 0.2rem;
}

/* FORGOT PASSWORD */
form#kc-forgot-password-form input#username + label:after {
  content: "*";
  padding-left: 0.2rem;
}
/* END - KBDLS-1345 - UAT_Web_ Asterisk "*" is not displaying in mandatory fields */

/* responsive styles */
@media only screen and (max-width: 1050) {
  .other-register,
  .social-login {
    gap: 10px;
  }
  .divider {
    width: 132px !important;
  }
}
/* styles for fixing small laptop screens */
@media screen and (min-width: 992px) and (max-height: 620px) {
  .password-forget__text {
    margin-bottom: 0px !important;
  }
  .other-register,
  .social-login {
    margin-bottom: 0px !important;
  }
  .social-login .social-login-btn {
    padding: 8px !important;
  }
  .text-wrap__center {
    margin: 10px auto 0px auto !important;
  }
  .btn-block {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 992px) {
  .section-content {
    padding: 24px !important;
  }
  .login-right__sec h5 {
    font-size: 20px;
  }
  .login-right__heading p {
    font-size: 15px;
    margin: 0;
  }
  .modal-wrapper {
    left: 15% !important;
  }
  .divider {
    width: 124px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-error,
  .auth-success {
    margin-bottom: 20px;
  }

  .login-sec,
  .kc-pf__div {
    flex-wrap: wrap;
  }

  .mf-login__sec {
    display: block;
    width: auto;
  }

  .login-sec__left {
    width: auto;
  }

  form {
    flex-wrap: wrap;
  }

  form .login-tc {
    display: block;
    position: absolute;
    bottom: 10px;
    margin: 0;
    text-align: center;
  }

  .login-sec__left {
    display: none;
  }

  .login-right__sec {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    height: auto;
  }

  .mf-content__label {
    display: none !important;
  }

  .mf-content__label-xs {
    display: block !important;
  }

  .login-right__sec .login-right__img {
    display: block;
    margin: 20px 0 0;
  }

  .login-right__sec .login-right__div {
    width: 100%;
    height: auto;
  }

  .login-right__sec .env-label__div {
    display: flex;
  }

  .env-label__div {
    margin-top: -10px;
  }

  .env-label__div .studio-label {
    margin-bottom: 0px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 23px;
  }

  .env-label__div .env-text {
    margin-left: 8px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 18px;
  }

  .env-label__div .env-tooltip {
    width: 200px;
  }

  .kc-pf__right .login-right__heading * {
    text-align: center;
  }

  .login-actions {
    flex-direction: column;
  }

  .login-actions #kc-form-options {
    width: 100%;
  }

  .register-form__w50 {
    display: block;
  }

  #kc-register-form #kc-form-buttons .btn {
    width: 70% !important;
  }

  .login-pf-settings {
    flex-wrap: wrap;
    justify-content: center;
  }

  .login-tc {
    flex-direction: column-reverse;
  }

  .login-tc .login-sec__header--login {
    display: block;
  }

  .login-tc .login-tc__language {
    margin: 10px 0 30px;
  }

  .login-add__sec {
    border-top: 1px solid #eeeeee;
    padding: 15px 20px 30px;
  }

  .login-sec .login-add__sec p {
    display: none;
  }

  .login-sec .login-right__form {
    margin: 0 auto;
  }

  .login-add__sec #kc-form-options div {
    text-align: left;
  }

  .login-add__sec #kc-form-options a {
    float: right;
  }

  #kc-form-login .form-group .btn {
    margin-top: 20px;
  }

  .kc-pf__div {
    flex-wrap: inherit;
    overflow: auto;
  }

  .kc-pf__left {
    width: 100%;
    height: auto;
  }

  .kc-pf__left .pf-left__10 {
    display: none;
  }

  .kc-pf__left.kc-verify-email .pf-left__80 {
    height: auto;
    text-align: center;
    padding: 15% 3%;
  }

  .kc-pf__left .pf-left__80 {
    height: auto;
    text-align: center;
    padding: 15% 5%;
  }

  .kc-pf__left .pf-left__80 h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .kc-pf__left .pf-left__80 p {
    padding-left: 0;
    letter-spacing: 0.1px;
  }

  .kc-pf__left.kc-verify-email .pf-left__80 p {
    padding: 0 5%;
  }

  .kc-pf__right {
    width: 100%;
    height: auto;
  }

  .kc-pf__right form {
    height: auto;
    margin: 0 auto;
    padding: 8% 7%;
  }

  .kc-pf__right.kc-verify-email form {
    padding: 8% 7%;
  }

  .kc-pf__right.kc-verify-email .kc-form__input {
    width: auto;
    margin-bottom: 30px;
  }

  .kc-pf__right.kc-verify-email form h2 {
    text-align: left;
  }

  .kc-pf__right #kc-verify-email-form p {
    justify-content: center;
  }

  .kc-pf__right #kc-form-buttons {
    justify-content: center;
  }

  .kc-pf__right #kc-reset-password-form #kc-form-buttons {
    justify-content: flex-start;
  }

  .kc-pf__right #kc-reset-password-form #kc-form-buttons a {
    display: none;
  }

  .kc-pf__right #kc-forgot-password-form #kc-form-buttons input {
    width: 92% !important;
  }

  .kc-pf__right .form-group #kc-form-buttons a {
    font-size: 14px;
    width: 50%;
  }

  #kc-reset-password-form .btn,
  #kc-reset-password-form .btn {
    width: 97% !important;
  }

  .kc-pf__right .form-group #kc-form-buttons a:last-child {
    margin-right: 0;
  }

  .register-form__w50 .register-form__w50--sec {
    width: 100%;
  }

  .register-form__w50 .register-form__w50--sec:last-child {
    margin-left: 0;
  }

  #kc-form-options .checkbox div label {
    width: 100% !important;
  }

  .login-tc__content {
    text-align: center;
    margin: 0 14%;
  }

  .form-control:focus ~ .control-label {
    top: -4px;
    transform: scale(0.85) translateY(5px) translateX(-30px) !important;
    transition: 0.2s ease all;
    padding-left: 0px !important;
    width: 75%;
  }

  .form-control:focus ~ .control-label-xs {
    padding-left: 0px !important;
  }

  .form-control:not(:placeholder-shown) ~ .control-label,
  .form-control:-webkit-autofill ~ .control-label {
    top: -4px;
    transform: scale(0.85) translateY(5px) translateX(-30px) !important;
    padding-left: 0px;
    width: 60%;
  }

  [dir="rtl"] .form-control:not(:placeholder-shown) ~ .control-label,
  .form-control:-webkit-autofill ~ .control-label {
    transform: scale(0.85) translateY(5px) translateX(40px) !important;
  }

  .form-control:not(:placeholder-shown) ~ .control-label-xs,
  .form-control:-webkit-autofill ~ .control-label-xs {
    padding-left: 0px !important;
  }

  .login-pf-settings__checkbox {
    margin-bottom: 16px;
  }

  [dir="rtl"] .register-form__w50 .register-form__w50--sec:last-child {
    margin-right: 0 !important;
    margin-left: 0;
  }

  .carousal-block .carousel,
  .carousal-block .carousel.lxp-carousel,
  .carousal-block .carousel.studio-carousel {
    display: none !important;
  }

  .carousal-block,
  .section-content {
    width: 100% !important;
  }
  .carousal-block .mobile-banner {
    display: block !important;
    text-align: center;
  }
  .vertical-align__middle {
    height: auto !important;
  }
  .section-content {
    position: absolute;
    bottom: 0px !important;
    border-radius: 32px !important;
  }
  .login-pf-page .login-pf-header h1 {
    margin-bottom: 0px;
  }
  .tooltip-content .public-checklist,
  .tooltip-content .password-checklist {
    margin-top: 0px !important;
    left: -20px !important;
    top: 40px;
  }
  .public-checklist,
  .password-checklist {
    width: 100% !important;
  }
  .public-checklist::after,
  .password-checklist::after {
    content: none !important;
  }
  .modal-wrapper {
    left: 5% !important;
  }
  .magic-link__footer {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .register-username-section
    .register-form__w50
    .register-form__w50--sec:last-child {
    margin-left: 0px !important;
  }
  .form-group input,
  .btn-register__login,
  .text-wrap__center,
  .passkey-section {
    max-width: 100% !important;
  }
  .register-username-section .form-group::after {
    clear: none;
  }
  .register-username-section
    .register-form__w50
    .register-form__w50--sec
    .form-group {
    margin-left: -27px;
    margin-right: -27px;
  }
}

@media only screen and (min-width: 514px) and (max-width: 600px) {
  .form-control:focus ~ .control-label-xs {
    padding-left: 14px !important;
  }

  .form-control:focus ~ .control-label {
    padding-left: 16px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modal-wrapper {
    width: 90% !important;
    left: 3%;
  }
  .flex-container {
    overflow: unset !important;
  }
}

@media only screen and (max-width: 514px) {
  .toast {
    top: unset !important;
    bottom: 15% !important;
    right: 0px !important;
    width: 100% !important;
  }

  .form-control:focus ~ .control-label {
    top: -4px;
    transform: scale(0.85) translateY(5px) translateX(-5px) !important;
    transition: 0.2s ease all;
    padding-left: 0px !important;
    width: 75%;
  }

  .btn-register__login {
    padding: 16px !important;
  }

  [dir="rtl"] .form-control:focus ~ .control-label {
    transform: scale(0.85) translateY(5px) translateX(5px) !important;
  }

  .form-control:not(:placeholder-shown) ~ .control-label,
  .form-control:-webkit-autofill ~ .control-label {
    top: -4px;
    transform: scale(0.85) translateY(5px) translateX(-5px) !important;
    padding-left: 0px !important;
    width: 75%;
  }

  [dir="rtl"] .form-control:not(:placeholder-shown) ~ .control-label,
  .form-control:-webkit-autofill ~ .control-label {
    transform: scale(0.85) translateY(5px) translateX(5px) !important;
  }

  .form-control:focus ~ .control-label-xs {
    padding-left: 0px !important;
  }

  .form-control:not(:placeholder-shown) ~ .control-label-xs,
  .form-control:-webkit-autofill ~ .control-label-xs {
    padding-left: 0px !important;
  }

  .login-right__heading {
    text-align: center;
  }

  [dir="rtl"] .login-page .login-right__heading p {
    text-align: right;
  }

  form .login-tc {
    left: 0;
    padding: 0 3%;
  }

  .login-mf .mf-steps {
    display: none;
  }

  .login-mf .mf-providers {
    flex-wrap: wrap;
  }

  .login-mf .mf-providers .mf-providers__heading {
    width: 100%;
    margin-bottom: 25px;
  }

  .login-mf .form-group label {
    font-size: 13px;
  }

  .mf-otp__providers {
    width: 100%;
  }

  .mf-otp__providers .d-flex {
    justify-content: center;
  }

  .mf-otp__code .d-flex img,
  .mf-otp__code .d-flex span,
  .mf-otp__code .mf-code__heading {
    display: none;
  }

  .mf-otp__code .mf-otp__key {
    width: 100%;
  }

  .mf-otp__code .mf-otp__key p {
    margin-bottom: 9px;
  }

  .mf-otp__code .mf-otp__key,
  .mf-otp__code .mf-otp__key span {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
  }

  .mf-otp__code .mf-code__xs,
  .login-mf .mf-content__xs {
    display: block;
  }

  .login-mf .mf-content__lg {
    display: none;
  }

  .kc-pf__right #kc-forgot-password-form #kc-form-buttons input {
    width: 90% !important;
  }

  #kc-reset-password-form .btn,
  #kc-otp-login-form .btn {
    width: 100% !important;
  }

  .form-group .kc-device__div {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .mf-step__content--div h6 {
    font-size: 18px;
  }

  .mf-step__heading h5 {
    font-size: 26px;
  }
  .carousal-block {
    display: none;
  }
  .vertical-align__middle {
    height: 90vh !important;
  }
  .login-page .vertical-align__middle,
  .register-sec .vertical-align__middle {
    height: auto !important;
  }
  .sign-up__header img {
    margin: 0px 0px;
  }
  .login-passkey .vertical-align__middle,
  .login-magic .vertical-align__middle {
    height: 70vh !important;
  }
  .register-sec .btn-block {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .footer-section .social-login,
  .footer-section .other-register {
    margin-top: 3px !important;
  }
  .section-content {
    position: relative;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 100vh !important;
  }
  .social-login .social-icon {
    display: none;
  }
  .divider {
    width: 90px;
  }
}

@media only screen and (min-width: 340px) and (max-width: 548px) and (min-height: 640px) {
  body,
  html,
  .section-content {
    height: 100vh !important;
    overflow: hidden !important;
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
  }
  body::-webkit-scrollbar {
    display: none !important;
  }
}

@media only screen and (max-width: 514px) {
  .divider {
    width: 64px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #kc-verify-email-form .kc-form__input {
    height: 74%;
  }

  .kc-pf__right #kc-verify-email-form h2 {
    padding-right: 0;
  }

  .kc-pf__right .form-group #kc-form-buttons a {
    font-size: 14px;
  }

  .kc-title {
    width: 50%;
  }

  .mf-otp__code .mf-otp__key span {
    font-size: 18px;
  }

  .login-mf .mf-providers {
    align-items: center;
  }

  .register-form__w50 .register-form__w50--sec {
    width: 100%;
  }

  .register-username-section .register-form__w50 {
    min-width: auto;
  }

  #kc-otp-login-form {
    height: calc(100% - 350px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1010px) {
  .login-ob__img p {
    width: 80%;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1011px) and (max-width: 1300px) {
  .login-ob__img p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1100px) {
  .register-username-section .register-form__w50,
  .register-password-section .register-password__fields {
    min-width: auto !important;
  }
}

/* new layout style */
.body-bg.lxp-bg {
  background: #4478fe;
  background: linear-gradient(329deg, #a7bbff 23.03%, #4478fe 74.55%);
  height: 100%;
  background-size: cover;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.carousal-block {
  width: 50%;
  height: auto;
}
.carousal-block .mobile-banner {
  display: none;
}
.section-content {
  width: 50%;
  height: auto;
  padding: 20px 32px;
  background-color: #fff;
  border-radius: 32px 0px 0px 32px;
  box-shadow: 0px 1px 3px 1px rgba(33, 33, 33, 0.25);
}
.welcom-text__block {
  text-align: center;
  align-items: stretch;
}
.btn-register__login {
  display: block;
  width: 100%;
  max-width: 528px;
  margin: 30px;
  background: rgba(0, 129, 255, 1);
  color: #fff;
  justify-content: center;
  padding: 16px 32px;
  border: 0px;
  border-radius: 100px;
}
.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-inner {
  display: flex;
  transition: opacity 0.5s ease-out;
  overflow: unset;
}
.carousel-item {
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
}
.carousel-item img {
  width: auto;
  height: 100vh;
  object-fit: cover;
}
.carousel-indicators {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: rgba(255, 255, 255, 0.25);
  padding: 8px;
  border-radius: 100px;
  width: auto;
  margin-left: auto;
}
.carousel-indicator {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.carousel-indicator.active {
  background-color: #0081ff;
  border-radius: 100px;
  width: 20px;
}
.studio-bg .carousel-indicator.active {
  background-color: #6738ef !important;
}
#kc-header-wrapper {
  display: none;
}
.login-pf {
  height: auto;
  background: none;
}
.login-pf body {
  background: none;
}
.section-content .card-pf {
  height: auto;
}
.card-pf {
  background: none;
  padding: 0;
  border-top: 0px;
  box-shadow: none;
  margin: 0;
}
.login-pf-page .card-pf {
  padding: 0;
  margin-bottom: 0;
}
.login-pf-page .login-pf-page-header {
  margin-bottom: 0;
}
.btn-register__login {
  display: block;
  width: 100%;
  max-width: 528px;
  margin: auto;
  color: #f9fcff;
  justify-content: center;
  padding: 16px 32px;
  line-height: 21px;
  letter-spacing: 1.25px;
  font-weight: 500;
  border: 0px;
  border-radius: 100px;
  font-size: 18px;
  background-size: 200% auto;
  transition: background-position 0.5s;
  background: #0081ff !important;
  cursor: pointer;
}

.other-register,
.social-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 0px;
}
.other-register a,
.social-login a {
  margin: 0 10px;
}
.other-register a:hover,
.social-login a:hover {
  text-decoration: none;
}
.social-login .social-login-btn {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 72px;
}
.social-login .social-login-btn:hover {
  background-color: #e6f2ff;
}
.social-login .social-login-btn:focus {
  background-color: #e6f2ff;
  border: 1px solid #00205c;
}
.social-login .social-icon {
  font-size: 18px;
  letter-spacing: 1.25px;
  font-weight: bold;
  line-height: 21px;
  vertical-align: middle;
  padding-left: 8px;
  color: #434343;
}
.language-dropdown {
  position: absolute;
  top: 6rem;
  right: 20px;
  text-align: left;
  z-index: 99;
  display: none;
}
.language-dropdown .dropdown-list {
  min-width: 180px;
  background: #fff;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: none;
  padding: 8px;
  max-height: 450px;
  overflow: hidden auto;
}
.language-dropdown .dropdown-list .dropdown-label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #161616;
  font-weight: 600;
  padding: 4px 8px;
}
.language-dropdown .dropdown-list .kc-dropdown-item.selected,
.language-dropdown .dropdown-list .kc-dropdown-item:hover {
  background-color: #e6f2ff;
  border-radius: 4px;
  position: relative;
}
.language-dropdown .dropdown-list .kc-dropdown-item.selected::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../img/select-icon.png") no-repeat;
  background-size: 18px;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 15px;
}
.language-dropdown .dropdown-list .kc-dropdown-item {
  padding: 2px 8px;
  color: #434343;
  margin-bottom: 2px;
}
.language-dropdown .dropdown-list .kc-dropdown-item p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #434343;
  margin: 0;
  text-transform: capitalize;
}
.language-dropdown .dropdown-list .kc-dropdown-item a {
  color: #434343;
  text-decoration: none;
}
.language-dropdown .dropdown-list .kc-dropdown-item span {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 18px;
  color: #a0a0a0;
}
.language-btn {
  padding: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.language-btn:hover,
.show-language__dropdown {
  background-color: #e6f2ff;
  border-radius: 100px;
}
.language-btn:hover .current-language,
.show-language__dropdown .current-language {
  color: #0081ff;
}
.language-btn:hover img,
.show-language__dropdown img {
  filter: invert(35%) sepia(36%) invert(37%) sepia(58%) saturate(5230%)
    hue-rotate(198deg) brightness(104%) contrast(104%);
}
.btn-block {
  margin-top: 16px;
  margin-bottom: 24px;
}
.language-btn .current-language {
  font-size: 16px;
  text-transform: uppercase;
  color: #0043ac !important;
  text-decoration: none;
}
/* checkbox styles */
.check-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #6f6f6f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #00205c;
  border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #00205c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#acknowledge-field .auth-error,
.register-username-section .public-error,
.register-password-section .public-error,
.register-password-section .pass-error,
.register-email-section .email-error {
  display: none;
  margin: 4px;
}

.reset-password__sec .public-error,
.reset-password__sec .password-error {
  display: none;
  margin: 4px;
  margin-left: -4px;
}

.reset-password__sec .form-group {
  margin-bottom: 0px;
}

.reset-password__sec .btn-register__login {
  margin-top: 16px;
}

.text-wrap__center {
  max-width: 528px;
  text-align: left;
  margin: 16px auto 0px auto;
}

.footer-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-top: 16px;
  margin-bottom: 0px;
}
.footer-text a {
  letter-spacing: 0.15px;
  color: #0081ff;
  text-decoration: none;
}
.footer-text a:hover {
  color: #00659c;
  text-decoration: none;
}

/* scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #a0a0a0;
}
::-webkit-scrollbar-track {
  margin-block: 5px;
  background: #f0f0f0;
  border: 4px solid #fff;
  border-radius: 9999px;
}
.register-email-section .form-group label,
.login-right__form .form-group label,
.login-right__form .register-password-section .form-group label {
  position: absolute;
  top: 32px;
  left: 20px;
  padding: 10px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  font-size: 12px;
  color: #092c4e;
}
.register-username-section .form-group label.public-label {
  top: -18px;
  padding-left: 28px;
}

.form-group input:not(:placeholder-shown) + label,
.login-right__form .form-group input#password:not(:placeholder-shown) ~ label,
.login-right__form
  .form-group
  input#password-confirm:not(:placeholder-shown)
  ~ label,
.register-username-section
  .login-right__form
  .form-group
  input:not(:placeholder-shown)
  + label,
.reset-password__sec .form-group input:not(:placeholder-shown) + label {
  opacity: 1 !important;
  transform: translateY(-15px);
  padding-left: 16px;
}

.form-group input#password label,
.form-group input#password-confirm label {
  top: 12px !important;
}

.login-right__form .register-password-section .form-group label.password {
  top: -18px !important;
  left: 0px;
}
.login-right__form
  .register-password-section
  .form-group
  label.confirm-password {
  left: 28px;
}

.form-group input:focus-visible {
  outline-color: #00205c;
}

.login-right__form .form-group {
  margin-bottom: 0px;
}

.login-right__form .form-group input.error {
  border: 1px solid #ff4040;
}

.register-username-section .register-form__w50,
.register-password-section .register-password__fields {
  min-width: 528px;
}

.public-checklist,
.password-checklist {
  text-align: left;
  padding: 0px 16px;
  position: absolute;
  width: 242px;
  background: #fff;
  box-shadow: 0px 1px 3px 1px rgba(33, 33, 33, 0.25);
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
}

.checklist-title {
  font-size: 14px;
  color: #161616;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 21px;
}

.checklist {
  list-style: none;
}

.list-item {
  font-size: 12px;
  padding: 4px 0px;
  padding-left: 28px;
  color: #a0a0a0;
}

.list-item::before {
  content: url("../img/icon-unchecked.svg");
  display: inline-block;
  position: absolute;
  left: 16px;
  margin-top: 0px;
}

.list-item.checked::before {
  content: url("../img/icon-check.svg");
}
.list-item.checked {
  color: #434343;
}
.tooltip-content {
  position: relative;
  display: inline;
}
.tooltip-content .public-checklist,
.tooltip-content .password-checklist {
  position: absolute;
  margin-top: -21%;
  left: -47%;
  transform: translateX(20px);
  transition: all 0.3s;
  z-index: 1;
}
.tooltip-content .form-control {
  display: inline-block;
}
.public-checklist::after,
.password-checklist::after {
  content: url("../img/path-arrow.svg");
  position: absolute;
  bottom: 40%;
  left: 100%;
}
.public-input:focus ~ .public-checklist,
.password-input:focus ~ .password-checklist {
  opacity: 1;
}
.checklist-footer {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 18px;
  color: #a0a0a0;
}
.cheklist-footer .other-label {
  text-decoration: underline;
  pointer-events: none;
}
.register-username-section .display-user-icon {
  position: absolute;
  top: -8px;
  left: 12px;
}
.register-username-section .user-icon {
  position: absolute;
  top: 34px;
  left: 32px;
}
.tooltip-content .password-checklist {
  margin-top: -21%;
  left: -50%;
}
.password-checklist::after {
  bottom: 55%;
}
.password-reveal {
  color: #434343;
  margin-left: -40px;
  font-size: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.toast {
  position: absolute;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  border: 2px solid #00c781;
  background-color: #e6f9f2;
  z-index: 9999;
}

.toast.active {
  transform: translateX(0%);
}

.toast .toast-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #2770ff;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
}

.message .text {
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  letter-spacing: 0.25px;
}

.message .text.text-1 {
  font-weight: 600;
  color: #434343;
  letter-spacing: 0.15px;
}

.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .close:hover {
  opacity: 1;
}
#passkey-error,
#magic-error {
  display: none;
}
#passkey-error.toast,
#magic-error.toast,
#link-expired.toast {
  border: 2px solid #ffaa15;
  background-color: #fff7e8;
  width: 344px;
  padding: 16px;
}
.footer-bottom {
  margin-top: auto;
  text-align: center;
}
.footer-bottom .footer-text {
  color: #a0a0a0;
  font-size: 16px;
  letter-spacing: 0.25;
}
.passkey-section {
  max-width: 528px;
}
.main-heading {
  font-size: 24px;
  color: #161616;
  margin-top: 0px;
}
.sub-description {
  font-size: 16px;
  color: #434343;
}
.magic-link {
  font-size: 18px;
  color: #0081ff;
  margin-top: 16px;
  text-decoration: none;
  cursor: pointer;
}
.btn-register__login:focus {
  background: #6738ef !important;
  border-color: #6738ef !important;
}
.btn-register__login:active {
  background-color: #6738ef !important;
  border-color: #6738ef !important;
}
.btn-register__login:focus-visible {
  outline-color: #6738ef;
}
.login-pf-header {
  margin-bottom: 0px !important;
}
/* modal popup styles */
.modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.25);
  backdrop-filter: blur(4px);
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 33%;
  left: 33%;
  width: 100%;
  max-width: 584px;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 1px rgba(33, 33, 33, 0.25);
  backdrop-filter: blur(4px);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 1;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
}

.modal-close {
  position: absolute;
  top: -5px;
  right: 0;
  padding: 1em;
  background: none;
  border: 0;
  opacity: 0.8;
}

.modal-close:hover {
  opacity: 1;
}

.modal-heading {
  font-size: 22px;
  margin: 0;
  color: #161616;
  font-weight: 600;
}
.modal-btn__section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.modal-btn__section .btn {
  margin-left: 24px;
  padding: 8px 24px;
  border-radius: 100px;
  border: 1px solid #00205c;
  font-size: 16px;
  color: #00205c;
  background-color: #f9fcff;
  font-weight: 600;
  letter-spacing: 1.25px;
}
.modal-btn__section .btn.btn-proceed {
  background-color: #00205c;
  color: #f9fcff;
  width: 193px;
}
.modal-body {
  text-align: center;
  font-size: 16px;
  color: #434343;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding: 0px 16px;
}
.modal p {
  color: #434343 !important;
}
.modal .modal-footer__text {
  font-size: 14px;
  color: #a0a0a0 !important;
  letter-spacing: 0.1px;
}
.modal-privacy {
  text-transform: capitalize;
  color: #0081ff;
  text-decoration: underline;
}
.social-login span {
  cursor: pointer;
}
:root {
  --x: 1%;
}
.btn-register__login:hover,
.body-bg.studio-bg .btn-register__login:hover {
  background: linear-gradient(
    90deg,
    rgba(0, 129, 255, 1) 0%,
    rgba(103, 56, 239, 1) var(--x),
    rgba(0, 129, 255, 1) 100%
  ) !important;
}
.body-bg.studio-bg .btn-register__login:hover {
  background: linear-gradient(
    90deg,
    rgba(103, 56, 239, 1) 0%,
    rgba(0, 129, 255, 1) var(--x),
    rgba(103, 56, 239, 1) 100%
  ) !important;
}

.fa-eye:before {
  content: url("../img/visibility-on.svg") !important;
  opacity: 1;
}

input:focus + .fa-eye:before {
  content: url("../img/visibility-focus.svg") !important;
}

.fa-eye.fa-eye-slash:before {
  content: url("../img/visibility-off.svg") !important;
  opacity: 1;
}

input:focus + .fa-eye.fa-eye-slash:before {
  content: url("../img/visibility-off-focus.svg") !important;
}

.register-username-section .register-form__w50 .form-group input,
.register-username-section .register-form__w50 .form-group label {
  width: 100% !important;
  max-width: 100%;
}

.register-username-section
  .register-form__w50
  .register-form__w50--sec:last-child {
  margin-left: 1%;
}
.register-username-section .form-group input[type="text"] {
  max-width: 100%;
}
.register-username-section .register-form__w50 .register-form__w50--sec {
  width: 100%;
}
.login-right__form
  .form-group
  input#password:not(:placeholder-shown)
  ~ label
  .fa-eye-slash:before,
.login-right__form
  .form-group
  input#confirm-password:not(:placeholder-shown)
  ~ label
  .fa-eye-slash:before,
.reset-password__sec
  .form-group
  input#password:not(:placeholder-shown)
  ~ label
  .fa-eye-slash:before,
.reset-password__sec
  .form-group
  input#confirm-password:not(:placeholder-shown)
  ~ label
  .fa-eye-slash:before {
  opacity: 1 !important;
}
.login-passkey #kc-username {
  display: none;
}
.body-bg.studio-bg {
  background: #d8a7ff;
  background: radial-gradient(at center #fac1fa, #d8a7ff);
  background-size: cover;
}
.body-bg.studio-bg .btn-register__login {
  background: #6738ef !important;
}
.studio-bg .footer-text a,
.studio-bg a {
  color: #6738ef !important;
}
.studio-bg .footer-text a:hover,
.studio-bg a:hover {
  color: #0057e0 !important;
}
.custom-checkbox:checked + .checkmark {
  background-color: #2196f3;
}

.custom-checkbox:focus + .checkmark {
  outline: auto;
}

.studio-bg .custom-checkbox:focus + .checkmark {
  outline-color: #6738ef;
}

.lxp-bg .custom-checkbox:focus + .checkmark {
  outline-color: #2196f3;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 16px;
  height: 18px;
  width: 18px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox:checked + .checkmark:after {
  display: block;
}

.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.studio-bg .language-btn {
  display: none;
}
.form-group.error input {
  border: 1px solid #ff4040;
}
.register-password-section.passfields-error .password-confirm__input,
.register-password-section.passfields-error .password-confirm__input,
.reset-password__sec.passfields-error .form-group input.password-confirm__input,
.register-email-section.error-fields input.email-input,
.error-fields input.password-confirm__input,
.error-fields input.password-input {
  border: 1px solid #ff4040 !important;
}
.reset-password__sec .password-error {
  color: #ff4040;
}
.register-email-section .btn-block {
  padding-left: 5px;
  padding-right: 5px;
}
.register-username-section,
.register-email-section,
.register-sec .footer-section {
  display: none;
}
.register-username-section .btn-block {
  padding-left: 10px;
  padding-right: 0;
  margin-left: 3px;
}
.login-right__form
  .form-group
  input#password-confirm:not(:placeholder-shown)
  ~ label {
  padding-left: 24px;
}
.register-password-section .btn-block {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 8px;
}
.magic-link__footer {
  text-align: center;
  font-size: 16px;
}
.magic-link__footer p {
  color: #a0a0a0;
}
.magic-link__footer .link-disabled {
  color: #a0a0a0 !important;
  pointer-events: none;
}
.password-reset__section {
  max-width: 528px;
}
.password-reset__section .form-group label,
.reset-password__sec .form-group label {
  opacity: 0;
  top: 28px;
}
.reset-password__sec .form-group label.confirm-password {
  top: 15px;
}
.reset-password__sec .form-group input:not(:placeholder-shown) ~ label.password,
.reset-password__sec
  .form-group
  input:not(:placeholder-shown)
  ~ label.confirm-password {
  opacity: 1 !important;
  display: block;
}
.btn-register__login a {
  color: #fff !important;
}
.reset-password__sec label.password {
  top: -30px !important;
}
#password-reset-success,
#link-expired,
#reset-mail-success {
  display: none;
}
.login-page .auth-warning {
  display: none;
}
.vertical-align__middle {
  height: calc(100vh - 200px);
}
.passkey-studio {
  display: none;
}
.studio-bg .passkey-lxp {
  display: none;
}

.studio-bg .passkey-studio {
  display: block;
}
.studio-bg .magic-link {
  color: #6738ef;
}
.footer-section {
  width: 100%;
  float: left;
}
.footer-section .social-login {
  margin-top: 16px;
}
.form-group input:not(:placeholder-shown) {
  padding-top: 20px;
}
.register-username-section .form-group input.last-name,
.register-username-section .form-group input.last-name:not(:placeholder-shown) {
  padding-left: 16px;
}
.register-username-section
  .form-group
  input#username:not(:placeholder-shown)
  ~ .display-user-icon {
  top: -16px;
}
.form-group input:not(:placeholder-shown) + .password-reveal {
  margin-top: -15px;
}
.padding-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.other-register .subheading-label {
  font-size: 14px;
  letter-spacing: 0.5px;
}
/* microsoft edge fix */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.password-forget__text {
  margin-bottom: 24px;
}
.footer-section .other-register {
  margin-top: 8px;
}
.magic-resend {
  font-weight: 700;
  letter-spacing: 0.25px;
}
.login-expired_wrapper,
.register-username-section .login-right__heading,
.register-password-section .login-right__heading {
  max-width: 528px;
  margin: 0 auto;
}
.login-expired_wrapper .btn-register__login {
  margin-top: 16px;
}
.login-expired_wrapper .btn-register__login a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.studio-label,
.error-length {
  display: none;
}
.register-username-section .register-form__w50 {
  margin-left: 15px;
}
.register-username-section .register-form__w50--sec .form-group::after {
  content: none !important;
}
.register-email-section .login-right__heading {
  max-width: 528px;
}
.register-password-section .auth-error {
  margin-left: 16px !important;
}
.register-form__w50--sec.last-name__sec {
  margin-left: 1% !important;
}
.login-page .login-right__div,
.reset-password__sec {
  width: 528px;
  max-width: 528px;
}
.login-passkey .login-right__sec {
  flex-direction: column;
}
.select-authenticator {
  display: flex;
  flex-direction: column-reverse;
}
.select-authenticator .btn-register__login {
  margin-top: 16px;
}
.select-authenticator .btn-register__login:first-child {
  background: none !important;
  color: #0081ff;
}
.login-pf-header #kc-username {
  display: none;
}
#try-another-way {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-decoration: none;
}
.error-content {
  display: none;
}
[dir="rtl"] .language-dropdown {
  left: 20px !important;
  right: auto !important;
}
[dir="rtl"] .register-email-section .form-group label,
[dir="rtl"] .login-right__form .form-group label,
[dir="rtl"] .login-right__form .register-password-section .form-group label {
  left: auto !important;
}
[dir="rtl"] .password-reveal {
  position: absolute;
  left: 70px;
  margin-top: 40px;
  z-index: 99;
}
[dir="rtl"] .form-group input:not(:placeholder-shown) + .password-reveal {
  margin-top: 35px;
}
[dir="rtl"] .section-content {
  border-radius: 0px 32px 32px 0px;
}
