.identity-page {
  padding: 24px;
  color: var(--white);
}

.identity-page a {
  text-decoration: none !important;
}

.identity-page .fa-asterisk {
  color: var(--red-500);
  font-size: 10px;
}

.identity-page__link-home {
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: right;
}

.identity-page__link-contact {
  font-weight: 600;
  width: 100%;
  text-align: right;
  color: var(--primary-100);
}
.identity-page__link-contact:hover {
  color: var(--white);
}

.identity-page__link-home {
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: right;
}

.identity-page__link-home a {
  color: var(--white);
}

.identity-page__link-home a:hover {
  color: var(--primary-100);
}

.identity-page__link-home i,
.identity-page__link-home svg {
  padding-left: 8px;
}

.identity-page__container {
  width: 500px;
  max-width: 100%;
  margin: auto;
}

.identity-page__header {
  text-align: center;
  margin-top: 24px;
}

.identity-page__header p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.identity-page__header img {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}

.identity-page__header > * {
  margin-bottom: 24px;
}

.identity-page__form {
  width: fit-content;
}
.identity-page__form form > div {
  margin-bottom: 24px;
}

.identity-page__form h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--white);
  text-transform: none;
  margin-bottom: 0.5rem;
}

.identity-page__form .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

.identity-page__form .sub-label {
  color: var(--gray-200);
  font-size: 12px;
  font-weight: 400;
}

.identity-page__form .input::placeholder {
  padding: 0;
}

.identity-page__form .change-password-input-container .toggleShowPassword {
  /* position: absolute; */
  bottom: 0;
  right: 0;
  height: 38px;
  color: var(--white);
  padding: 8px 12px;
  margin: 4px 0;
  background: var(--gray-700);
  border-radius: 0 4px 4px 0;
  border: 1px solid var(--gray-300) !important;
  transition: background 200ms;
  min-width: 92px;
}

.identity-page__form
  .change-password-input-container
  .toggleShowPassword:hover {
  background: var(--gray-900);
}

.identity-page__text {
  position: relative;
}

.identity-page__text h4 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  text-transform: none;
}

.identity-page__text h4 i,
.identity-page__text h4 svg {
  font-size: 32px;
}

.identity-page__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--neutral);
}

.identity-page .background-blur {
  padding: 24px;
  border-radius: 8px;
  background-color: #0f0f1b60;
  backdrop-filter: blur(8px);
  text-align: center;
}

.identity-page .actions {
  text-align: center;
  padding: 32px 0;
}

.identity-page .actions > * {
  margin-bottom: 32px;
}

.identity-page span.error {
  font-weight: 600;
}

.identity-page .fl-terms-checkbox-label {
  padding-left: 16px;
}

.identity-page .input {
  height: 52px;
  border-radius: 4px;
  margin: 4px 0;
  max-height: 38px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--ink-500);
  color: #111827;
  display: block;
  width: -webkit-fill-available;
}

.identity-page .btn {
  width: -webkit-fill-available;
}

.identity-page .fl-terms-checkbox-label input[type='checkbox'] {
  position: absolute;
  left: 0;
}

.identity-page .fl-terms-checkbox-label .fl-terms-checkmark {
  top: 2px;
}

/* .identity-bg {
  background-image: url(https://cdn.finloop.com/home/identity-background.jpg);
  background-color: #171725ce;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
} */
