/* [project]/apps/demo/components/auth/views/SignIn/SignIn.module.scss.module.css [app-client] (css) */
.SignIn-module-scss-module__C2lCzW__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.SignIn-module-scss-module__C2lCzW__forgot-password {
  font: inherit;
  cursor: pointer;
  color: #7138ea;
  background: none;
  border: none;
  align-self: flex-end;
  margin: -.5rem 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  transition: all .15s;
}

.SignIn-module-scss-module__C2lCzW__forgot-password:hover {
  color: #6025d9;
}

@media (min-width: 640px) {
  .SignIn-module-scss-module__C2lCzW__forgot-password {
    font-size: 14px;
  }
}

/* [project]/apps/demo/components/auth/components/FormControl/FormInput.module.scss.module.css [app-client] (css) */
.FormInput-module-scss-module__TiqjFG__input-group {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.FormInput-module-scss-module__TiqjFG__label {
  color: #374151;
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 640px) {
  .FormInput-module-scss-module__TiqjFG__label {
    font-size: 13px;
  }
}

.FormInput-module-scss-module__TiqjFG__input-wrapper {
  position: relative;
}

.FormInput-module-scss-module__TiqjFG__input {
  color: #111;
  appearance: none;
  background-color: #f9fafb;
  border: 1.5px solid #f0f1f3;
  border-radius: .5rem;
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  transition: all .15s;
}

.FormInput-module-scss-module__TiqjFG__input::placeholder {
  color: #9ca3af;
}

.FormInput-module-scss-module__TiqjFG__input:hover {
  background-color: #f8f9fa;
  border-color: #e5e7eb;
}

.FormInput-module-scss-module__TiqjFG__input:focus {
  background-color: #fff;
  border-color: #7138ea;
  outline: none;
  box-shadow: 0 0 0 4px #7138ea1a;
}

@media (min-width: 640px) {
  .FormInput-module-scss-module__TiqjFG__input {
    border-radius: .75rem;
    padding: 16px 18px;
    font-size: 16px;
  }
}

.FormInput-module-scss-module__TiqjFG__input-with-adornment {
  padding-right: 48px;
}

@media (min-width: 640px) {
  .FormInput-module-scss-module__TiqjFG__input-with-adornment {
    padding-right: 52px;
  }
}

/* [project]/apps/demo/components/auth/components/FormControl/FormButton.module.scss.module.css [app-client] (css) */
.FormButton-module-scss-module__G5PnSG__button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #7138ea 0%, #6635cd 100%);
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: .5rem;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  transition: all .15s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.FormButton-module-scss-module__G5PnSG__button:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, #ffffff26 0%, #0000 50%);
  transition: opacity .15s;
  position: absolute;
  inset: 0;
}

.FormButton-module-scss-module__G5PnSG__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -8px #7138ea80;
}

.FormButton-module-scss-module__G5PnSG__button:hover:before {
  opacity: 1;
}

.FormButton-module-scss-module__G5PnSG__button:active {
  transform: translateY(0)scale(.98);
}

.FormButton-module-scss-module__G5PnSG__button:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

@media (min-width: 640px) {
  .FormButton-module-scss-module__G5PnSG__button {
    border-radius: .75rem;
    padding: 18px 28px;
    font-size: 16px;
  }
}

.FormButton-module-scss-module__G5PnSG__loading {
  align-items: center;
  gap: .5rem;
  display: inline-flex;
}

.FormButton-module-scss-module__G5PnSG__spinner {
  border: 2px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .8s linear infinite FormButton-module-scss-module__G5PnSG__spin;
}

@keyframes FormButton-module-scss-module__G5PnSG__spin {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/apps/demo/components/auth/layouts/Base.module.scss.module.css [app-client] (css) */
.Base-module-scss-module__nHZcbG__page {
  background: linear-gradient(135deg, #f8f8f8 0%, #f1eef7 100%);
  min-height: 100dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Base-module-scss-module__nHZcbG__background {
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.Base-module-scss-module__nHZcbG__blob1, .Base-module-scss-module__nHZcbG__blob2, .Base-module-scss-module__nHZcbG__blob3, .Base-module-scss-module__nHZcbG__blob4 {
  filter: blur(60px);
  border-radius: 50%;
  animation: 15s ease-in-out infinite Base-module-scss-module__nHZcbG__blobMove;
  position: absolute;
}

.Base-module-scss-module__nHZcbG__blob1 {
  background: radial-gradient(circle, #7138ea66 0%, #0000 70%);
  width: 500px;
  height: 500px;
  animation-duration: 20s;
  animation-delay: 0s;
  top: -150px;
  right: -100px;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__blob1 {
    width: 700px;
    height: 700px;
  }
}

.Base-module-scss-module__nHZcbG__blob2 {
  background: radial-gradient(circle, #7138ea4d 0%, #0000 70%);
  width: 400px;
  height: 400px;
  animation-duration: 18s;
  animation-delay: -5s;
  bottom: -100px;
  left: -100px;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__blob2 {
    width: 600px;
    height: 600px;
  }
}

.Base-module-scss-module__nHZcbG__blob3 {
  background: radial-gradient(circle, #7138ea40 0%, #0000 70%);
  width: 300px;
  height: 300px;
  animation-duration: 22s;
  animation-delay: -10s;
  top: 40%;
  left: 20%;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__blob3 {
    width: 450px;
    height: 450px;
  }
}

.Base-module-scss-module__nHZcbG__blob4 {
  background: radial-gradient(circle, #10b98133 0%, #0000 70%);
  width: 250px;
  height: 250px;
  animation-duration: 25s;
  animation-delay: -7s;
  top: 20%;
  right: 30%;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__blob4 {
    width: 350px;
    height: 350px;
  }
}

@keyframes Base-module-scss-module__nHZcbG__blobMove {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  25% {
    transform: translate(40px, -60px)scale(1.05);
  }

  50% {
    transform: translate(-30px, 40px)scale(.95);
  }

  75% {
    transform: translate(50px, 20px)scale(1.02);
  }
}

.Base-module-scss-module__nHZcbG__particles {
  position: absolute;
  inset: 0;
}

.Base-module-scss-module__nHZcbG__particle {
  opacity: .3;
  background-color: #7138ea;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  animation: 10s ease-in-out infinite Base-module-scss-module__nHZcbG__particleFloat;
  position: absolute;
}

.Base-module-scss-module__nHZcbG__particle:first-child {
  opacity: .2;
  width: 3px;
  height: 6px;
  animation-duration: 14s;
  animation-delay: -2s;
  top: 58%;
  left: 53%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(2) {
  opacity: .2;
  width: 5px;
  height: 4px;
  animation-duration: 14s;
  animation-delay: -7s;
  top: 25%;
  left: 95%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(3) {
  opacity: .4;
  width: 4px;
  height: 6px;
  animation-duration: 11s;
  animation-delay: -10s;
  top: 11%;
  left: 96%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(4) {
  opacity: .3;
  width: 6px;
  height: 6px;
  animation-duration: 18s;
  animation-delay: -2s;
  top: 96%;
  left: 95%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(5) {
  opacity: .4;
  width: 3px;
  height: 4px;
  animation-duration: 15s;
  animation-delay: -1s;
  top: 52%;
  left: 53%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(6) {
  opacity: .3;
  width: 4px;
  height: 3px;
  animation-duration: 13s;
  animation-delay: -1s;
  top: 88%;
  left: 69%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(7) {
  opacity: .2;
  width: 3px;
  height: 6px;
  animation-duration: 11s;
  animation-delay: -10s;
  top: 41%;
  left: 17%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(8) {
  opacity: .2;
  width: 6px;
  height: 4px;
  animation-duration: 12s;
  animation-delay: -2s;
  top: 61%;
  left: 81%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(9) {
  opacity: .3;
  width: 4px;
  height: 6px;
  animation-duration: 12s;
  animation-delay: -2s;
  top: 44%;
  left: 18%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(10) {
  opacity: .4;
  width: 4px;
  height: 3px;
  animation-duration: 17s;
  animation-delay: -5s;
  top: 84%;
  left: 13%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(11) {
  opacity: .2;
  width: 5px;
  height: 6px;
  animation-duration: 20s;
  animation-delay: -8s;
  top: 74%;
  left: 80%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(12) {
  opacity: .3;
  width: 4px;
  height: 6px;
  animation-duration: 16s;
  animation-delay: -7s;
  top: 96%;
  left: 26%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(13) {
  opacity: .4;
  width: 6px;
  height: 3px;
  animation-duration: 19s;
  animation-delay: -2s;
  top: 76%;
  left: 92%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(14) {
  opacity: .4;
  width: 4px;
  height: 5px;
  animation-duration: 15s;
  animation-delay: -2s;
  top: 57%;
  left: 99%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(15) {
  opacity: .3;
  width: 4px;
  height: 4px;
  animation-duration: 15s;
  animation-delay: -5s;
  top: 29%;
  left: 39%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(16) {
  opacity: .3;
  width: 5px;
  height: 3px;
  animation-duration: 19s;
  animation-delay: -5s;
  top: 13%;
  left: 76%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(17) {
  opacity: .2;
  width: 5px;
  height: 4px;
  animation-duration: 17s;
  animation-delay: -1s;
  top: 95%;
  left: 53%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(18) {
  opacity: .4;
  width: 5px;
  height: 5px;
  animation-duration: 16s;
  animation-delay: -1s;
  top: 78%;
  left: 61%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(19) {
  opacity: .3;
  width: 6px;
  height: 4px;
  animation-duration: 17s;
  animation-delay: -7s;
  top: 14%;
  left: 65%;
}

.Base-module-scss-module__nHZcbG__particle:nth-child(20) {
  opacity: .3;
  width: 5px;
  height: 6px;
  animation-duration: 20s;
  animation-delay: -10s;
  top: 50%;
  left: 77%;
}

@keyframes Base-module-scss-module__nHZcbG__particleFloat {
  0%, 100% {
    opacity: .2;
    transform: translate(0);
  }

  50% {
    opacity: .5;
    transform: translate(5px, 22px);
  }
}

.Base-module-scss-module__nHZcbG__floating-elements {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.Base-module-scss-module__nHZcbG__floating-book {
  color: #7138ea;
  opacity: .08;
  animation: 20s ease-in-out infinite Base-module-scss-module__nHZcbG__floatBook;
  position: absolute;
}

.Base-module-scss-module__nHZcbG__floating-book:first-child {
  animation-duration: 25s;
  animation-delay: 0s;
  top: 8%;
  left: 5%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(2) {
  animation-duration: 22s;
  animation-delay: -5s;
  top: 55%;
  left: 10%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(3) {
  animation-duration: 28s;
  animation-delay: -10s;
  top: 15%;
  right: 8%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(4) {
  animation-duration: 24s;
  animation-delay: -15s;
  top: 65%;
  right: 15%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(5) {
  animation-duration: 26s;
  animation-delay: -8s;
  top: 35%;
  left: 45%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(6) {
  animation-duration: 23s;
  animation-delay: -12s;
  top: 80%;
  left: 35%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(7) {
  animation-duration: 27s;
  animation-delay: -3s;
  top: 25%;
  left: 25%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(8) {
  animation-duration: 21s;
  animation-delay: -18s;
  top: 70%;
  right: 35%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(9) {
  animation-duration: 23s;
  animation-delay: -12s;
  top: 40%;
  left: 55%;
}

.Base-module-scss-module__nHZcbG__floating-book:nth-child(10) {
  animation-duration: 21s;
  animation-delay: -20s;
  top: 90%;
  right: 45%;
}

.Base-module-scss-module__nHZcbG__floating-book svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__floating-book svg {
    width: 60px;
    height: 60px;
  }
}

@keyframes Base-module-scss-module__nHZcbG__floatBook {
  0%, 100% {
    transform: translate(0)rotate(0);
  }

  25% {
    transform: translate(30px, -50px)rotate(8deg);
  }

  50% {
    transform: translate(-25px, -80px)rotate(-5deg);
  }

  75% {
    transform: translate(45px, -40px)rotate(6deg);
  }
}

.Base-module-scss-module__nHZcbG__light-rays {
  opacity: .5;
  background: conic-gradient(#0000 0deg, #7138ea08 10deg, #0000 20deg, #7138ea05 30deg, #0000 40deg, #7138ea0a 50deg, #0000 60deg);
  width: 200%;
  height: 200%;
  animation: 60s linear infinite Base-module-scss-module__nHZcbG__rotateRays;
  position: absolute;
  top: -50%;
  left: 50%;
}

@keyframes Base-module-scss-module__nHZcbG__rotateRays {
  from {
    transform: translate(-50%, -50%)rotate(0);
  }

  to {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

.Base-module-scss-module__nHZcbG__container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__container {
    padding: 2rem;
  }
}

.Base-module-scss-module__nHZcbG__card {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  opacity: 0;
  background: #ffffffeb;
  border-radius: 1rem;
  width: 100%;
  max-width: 400px;
  padding: 1.5rem;
  animation: .8s cubic-bezier(.16, 1, .3, 1) forwards Base-module-scss-module__nHZcbG__cardAppear;
  transform: translateY(30px);
  box-shadow: 0 4px 6px -1px #0000000d, 0 25px 50px -12px #7138ea33, 0 0 0 1px #ffffff80;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__card {
    max-width: 420px;
    padding: 2rem;
  }
}

@keyframes Base-module-scss-module__nHZcbG__cardAppear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Base-module-scss-module__nHZcbG__back-button {
  font: inherit;
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  align-items: center;
  gap: .25rem;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  transition: all .15s;
  display: inline-flex;
}

.Base-module-scss-module__nHZcbG__back-button svg {
  width: 18px;
  height: 18px;
}

.Base-module-scss-module__nHZcbG__back-button:hover {
  color: #7138ea;
  transform: translateX(-2px);
}

.Base-module-scss-module__nHZcbG__back-button:active {
  transform: translateX(-2px)scale(.98);
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__back-button {
    margin-bottom: 1.25rem;
    font-size: 14px;
  }
}

.Base-module-scss-module__nHZcbG__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__header {
    margin-bottom: 2rem;
  }
}

.Base-module-scss-module__nHZcbG__logo[data-variant="fill"] {
  background: linear-gradient(135deg, #7138ea 0%, #5b33af 100%);
}

.Base-module-scss-module__nHZcbG__logo[data-variant="fill"] svg {
  color: #fff;
}

.Base-module-scss-module__nHZcbG__logo[data-variant="transparent"] {
  background: linear-gradient(135deg, #eae1fc, #f4effd);
}

.Base-module-scss-module__nHZcbG__logo[data-variant="transparent"] svg {
  color: #7138ea;
}

.Base-module-scss-module__nHZcbG__logo {
  background: linear-gradient(135deg, #7138ea 0%, #5b33af 100%);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  animation: 4s ease-in-out infinite Base-module-scss-module__nHZcbG__logoFloat, 3s ease-in-out infinite Base-module-scss-module__nHZcbG__logoGlow;
  display: flex;
  box-shadow: 0 10px 30px -8px #7138ea80, inset 0 1px #fff3;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__logo {
    width: 68px;
    height: 68px;
    margin-bottom: 1.25rem;
  }
}

.Base-module-scss-module__nHZcbG__logo svg {
  width: 30px;
  height: 30px;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__logo svg {
    width: 34px;
    height: 34px;
  }
}

@keyframes Base-module-scss-module__nHZcbG__logoFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes Base-module-scss-module__nHZcbG__logoGlow {
  0%, 100% {
    box-shadow: 0 10px 30px -8px #7138ea80, inset 0 1px #fff3;
  }

  50% {
    box-shadow: 0 15px 40px -8px #7138ea99, inset 0 1px #fff3;
  }
}

.Base-module-scss-module__nHZcbG__title {
  color: #111;
  letter-spacing: -.02em;
  margin-bottom: .25rem;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__title {
    font-size: 28px;
  }
}

.Base-module-scss-module__nHZcbG__subtitle {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .Base-module-scss-module__nHZcbG__subtitle {
    font-size: 15px;
  }
}

.Base-module-scss-module__nHZcbG__error-message {
  color: #ef4444;
  text-align: center;
  background-color: #fde3e3;
  border-radius: .375rem;
  margin-bottom: .5rem;
  padding: .75rem;
  font-size: 13px;
  animation: .4s ease-in-out Base-module-scss-module__nHZcbG__shake;
}

@keyframes Base-module-scss-module__nHZcbG__shake {
  0%, 100% {
    transform: translateX(0);
  }

  20%, 60% {
    transform: translateX(-4px);
  }

  40%, 80% {
    transform: translateX(4px);
  }
}

/* [project]/apps/demo/components/auth/views/ForgotPassword/ForgotPassword.module.scss.module.css [app-client] (css) */
.ForgotPassword-module-scss-module__n3QMya__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

/* [project]/apps/demo/components/auth/views/ChangePassword/ChangePassword.module.scss.module.css [app-client] (css) */
.ChangePassword-module-scss-module__on3keq__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.ChangePassword-module-scss-module__on3keq__eye-button {
  font: inherit;
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  transition: color .15s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.ChangePassword-module-scss-module__on3keq__eye-button svg {
  width: 20px;
  height: 20px;
}

.ChangePassword-module-scss-module__on3keq__eye-button:hover {
  color: #374151;
}

@media (min-width: 640px) {
  .ChangePassword-module-scss-module__on3keq__eye-button {
    right: 14px;
  }
}

.ChangePassword-module-scss-module__on3keq__match-indicator {
  color: #7138ea;
  align-items: center;
  gap: .25rem;
  margin-top: .25rem;
  font-size: 12px;
  display: flex;
}

.ChangePassword-module-scss-module__on3keq__match-indicator svg {
  width: 14px;
  height: 14px;
}

/*# sourceMappingURL=apps_demo_components_auth_10gi5-g._.css.map*/