.login-pf body {
  border-top: transparent;
  background: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.input-group {
  margin-bottom: 25px;
}

#kc-logo-wrapper {
  background-image: none;
  background-repeat: no-repeat;
  visibility: hidden;
}

#kc-content #kc-content-wrapper #kc-form {
  width: 100%;
  height: 100%;
}

/* start Overite css start */
/*...*/
:root {
  --white: #fff;
  --error: #ffcc95;
  --themeBg: linear-gradient(360deg, #6f1edd 0%, #0d064a 100%);
}
@font-face {
  font-family: "Damion";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Damion.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMontreal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMontreal";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMontreal";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NeueMontreal-Bold.woff2") format("woff2");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "NeueMontreal", Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background: var(--themeBg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 14px;
}
a {
  color: var(--white);
}
.flex {
  display: flex;
}
.aic {
  align-items: center;
}
.gp-20 {
  gap: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.hidden {
  display: none;
}
.grid-cols-full {
  grid-column: 1 / -1;
}
.text-white {
  color: var(--white);
}
.kc-form-holder {
  justify-content: center;
  display: flex;
  align-items: center;
}
/* .brand-logo-img {
  height: 48px;
} */
.brand-title {
  color: var(--white);
  font-family: Damion, cursive;
  font-size: 48px;
  line-height: 1;
  text-align: right;
}
.user-page-container .microsoft-text {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-bottom: 90px;
}
.user-page-container .microsoft-text h5 {
  color: var(--white);
  font-size: 14px;
  margin: 10px 0 25px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.btn,
#kc-logout {
  background: transparent;
  border-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: var(--white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  min-width: 93px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5715;
  padding: 8px 15px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background: #8626c0;
  border-color: #8626c0;
  color: var(--white);
}
header,
#kc-header {
  display: none;
}

#kc-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kc-page-title {
  margin: 0;
}
#kc-content-wrapper,
#kc-logout-confirm {
  width: 500px;
  margin-inline: auto;
  padding: 32px;
  border-radius: 10px;
  background: rgba(107, 29, 215, 0.2);
}
.kc-login-center {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: start;
  justify-content: center;
}
.kc-login-center-title {
  color: var(--white);
  font-family: "NeueMontreal";
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}
.brand-title-highlight {
  color: var(--error);
}
.kc-login-text {
  font-size: 22px;
  margin-bottom: 24px;
  font-family: "NeueMontreal";
  font-weight: 500;
  color: var(--white);
  grid-column: 1 / -1;
}
input[type="password"],
input[type="text"] {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  border-radius: 3px;
  /* box-shadow: 0 5px 10px #0000004d; */
  color: var(--white);
  padding: 10px 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  font-family: "Inter";
  font-size: 14px;
}

input[type="password"]:hover,
input[type="text"]:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

input[type="password"]:focus,
input[type="text"]:focus {
  outline: 0;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
input[type="submit"],
#kc-social-providers a {
  background: transparent;
  border-color: var(--white);
  border-radius: 3px;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
  border: 1px solid #d9d9d9;
  color: var(--white);
  font-size: 12px;
  min-width: 70px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5715;
  padding: 12px 14px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
input[type="submit"]:hover,
#kc-social-providers a:hover {
  background: #731fe3;
  border-color: #731fe3;
  color: var(--white);
}
#kc-form-buttons input[type="submit"] {
  padding: 7px 14px;
}
#kc-social-providers ul {
  /* padding-left: 40px; */
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#kc-info {
  font-family: "Inter";
  line-height: 1.4;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
}
#kc-social-providers a {
  /* text-align: center;
  min-width: 202px; */
  border: 0;
  background: #731fe3;
  box-shadow: 0px 4px 5px 0px #0000001a;
  width: 100%;
}
#kc-social-providers a:not(:first-child) {
  /* margin-top: 30px; */
}
#kc-social-providers a span {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
}
#kc-social-providers a img {
  width: 18px;
  height: 18px;
}
.kc-login-right,
#kc-reset-password-form {
  /* border-right: 1px solid hsla(0, 0%, 100%, .5); */
  /* padding-right: 40px; */
}

.kc-login-right-title {
  font-size: 18px;
  font-family: "NeueMontreal", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

#kc-social-providers {
  margin-bottom: 40px;
  /* border-left: 1px solid hsla(0, 0%, 100%, 0.5); */
  /* flex: 0 0 242px; */
}

#kc-social-providers,
#kc-info {
  /* border-left: 1px solid hsla(0, 0%, 100%, 0.5); */
  /* flex: 0 0 242px; */
}
::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.kc-form-btn-holder {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.forgot-password a,
.back-login-link a {
  text-decoration: none;
  font-family: "Inter";
  font-size: 12px;
}
.kc-form-input-group {
  position: relative;
}
.relative {
  position: relative;
}
#input-error,
#input-error-username,
.input-error {
  position: absolute;
  bottom: 8px;
  left: 0;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 400;
  color: var(--error);
}
.alert-success,
.alert-error {
  padding-bottom: 30px;
  width: calc(100% - 242px);
  font-size: 14px;
  /* border-right: 1px solid hsla(0, 0%, 100%, .5); */
  padding-right: 40px;
  font-weight: 700;
  display: flex;
  gap: 15px;
}
#kc-totp-settings {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-right: 40px;
  margin-right: 40px;
}
.alert-warning {
  padding-bottom: 30px;
  width: calc(100% - 242px);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 15px;
}
#kc-form-buttons {
  /* padding-top: 15px; */
}
.logout-screen-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
.logout-screen-content img {
  max-width: 100%;
}
.logout-screen-list li {
  color: var(--error);
}
.logout-screen-list li:not(:first-child) {
  margin-top: 8px;
}

#kc-totp-supported-apps {
  margin-block: 20px;
  list-style: disc;
}
#kc-totp-secret-qr-code {
  margin-block: 20px;
  width: 150px;
}
.kc-totp-secret-holder {
  display: flex;
  gap: 10px;
  align-items: center;
}
#kc-form-options {
  font-size: 12px;
  /* margin-bottom: 20px; */
}
#kc-form-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 400;
}
#kc-totp-settings-form {
  text-align: right;
}
/* end Overite css start */

@media (max-width: 541px) {
  .input-group {
    margin-bottom: 6px;
  }
}

@media (min-width: 542px) and (max-width: 1400px) {
  .input-group {
    margin-bottom: 15px;
  }
}

.ant-spin {
  --ant-spin-content-height: 400px;
  --ant-spin-dot-size: 32px;
  --ant-spin-dot-size-sm: 14px;
  --ant-spin-dot-size-lg: 32px;
  --ant-color-primary: #1677ff;
  --ant-margin-xxs: 4px;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--ant-color-primary);
  font-size: 0;
  line-height: var(--ant-line-height);
  list-style: none;
  font-family: var(--ant-font-family);
  position: absolute;
  display: none;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform var(--ant-motion-duration-slow)
    var(--ant-motion-ease-in-out-circ);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin .ant-spin-dot-spin {
  transform: rotate(45deg);
  animation-name: antRotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ant-spin .ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: var(--ant-spin-dot-size);
  width: 1em;
  height: 1em;
}
.ant-spin .ant-spin-dot-item {
  position: absolute;
  display: block;
  width: calc((var(--ant-spin-dot-size) - var(--ant-margin-xxs) / 2) / 2);
  height: calc((var(--ant-spin-dot-size) - var(--ant-margin-xxs) / 2) / 2);
  background-color: var(--ant-color-primary);
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation-name: antSpinMove;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.ant-spin .ant-spin-dot-item:nth-child(1) {
  top: 0;
  inset-inline-start: 0;
  animation-delay: 0s;
}
.ant-spin .ant-spin-dot-item:nth-child(2) {
  top: 0;
  inset-inline-end: 0;
  animation-delay: 0.4s;
}
.ant-spin .ant-spin-dot-item:nth-child(3) {
  inset-inline-end: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin .ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  inset-inline-start: 0;
  animation-delay: 1.2s;
}

.overlay-loader-bg {
  position: fixed;
  height: 100vh;
  display: grid;
  place-content: center;
  inset: 0;
  background-color: #fff;
}

@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

.password-visibility-button {
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #666;
  z-index: 2;
}

.password-visibility-button:hover {
  color: #333;
}

.password-visibility-button:focus {
  outline: none;
}

/* Eye icon styles */
.password-visibility-button i {
  font-size: 18px;
}

/* Eye icon classes */
.fa-eye {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.fa-eye-slash {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23fff' d='M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
