/* [project]/app/login/login.module.scss.module.css [app-client] (css) */
@keyframes login-module-scss-module__xbh2Ka__shimmer {
  from {
    background-position: 200%;
  }

  to {
    background-position: -200%;
  }
}

.login-module-scss-module__xbh2Ka__container {
  background: linear-gradient(135deg, #f9fafb 0%, #ccfbf1 100%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem 1rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 440px;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.login-module-scss-module__xbh2Ka__logo {
  justify-content: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__logoImg {
  width: auto;
  height: 40px;
}

.login-module-scss-module__xbh2Ka__title {
  color: #111827;
  text-align: center;
  margin: 0 0 .5rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}

.login-module-scss-module__xbh2Ka__subtitle {
  color: #4b5563;
  text-align: center;
  margin: 0 0 1.5rem;
  font-size: .875rem;
}

.login-module-scss-module__xbh2Ka__tabs {
  background: #f3f4f6;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  padding: 4px;
  display: flex;
}

.login-module-scss-module__xbh2Ka__tab {
  color: #4b5563;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .5rem;
  flex: 1;
  padding: .5rem .75rem;
  font-family: Inter, Geist, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s;
}

.login-module-scss-module__xbh2Ka__tab:hover:not(.login-module-scss-module__xbh2Ka__tabActiveTeal):not(.login-module-scss-module__xbh2Ka__tabActiveAmber) {
  color: #111827;
}

.login-module-scss-module__xbh2Ka__tabActiveTeal {
  color: #0f766e;
  background: #fff;
  box-shadow: 0 1px 2px #0000000d;
}

.login-module-scss-module__xbh2Ka__tabActiveAmber {
  color: #b45309;
  background: #fff;
  box-shadow: 0 1px 2px #0000000d;
}

.login-module-scss-module__xbh2Ka__errorBanner {
  color: #b91c1c;
  background: #fee2e2;
  border: 1px solid #ef4444;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.login-module-scss-module__xbh2Ka__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__fieldGroup {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__label {
  color: #111827;
  font-size: .875rem;
  font-weight: 600;
}

.login-module-scss-module__xbh2Ka__input {
  color: #111827;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  outline: none;
  width: 100%;
  padding: .5rem .75rem;
  font-family: Inter, Geist, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: .875rem;
  transition: border-color .1s, box-shadow .1s;
  display: block;
}

.login-module-scss-module__xbh2Ka__input::placeholder {
  color: #9ca3af;
}

.login-module-scss-module__xbh2Ka__input:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px #1a73e833;
}

.login-module-scss-module__xbh2Ka__input:disabled {
  cursor: not-allowed;
  background: #f3f4f6;
}

.login-module-scss-module__xbh2Ka__input[aria-invalid="true"] {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px #ef444426;
}

.login-module-scss-module__xbh2Ka__input {
  border-radius: .75rem;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.login-module-scss-module__xbh2Ka__row {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__checkboxLabel {
  color: #4b5563;
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__checkbox {
  cursor: pointer;
  accent-color: #14b8a6;
  border: 1px solid #e5e7eb;
  border-radius: .25rem;
  width: 16px;
  height: 16px;
}

.login-module-scss-module__xbh2Ka__forgotLink {
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .1s;
}

.login-module-scss-module__xbh2Ka__forgotLink:hover {
  text-decoration: underline;
}

.login-module-scss-module__xbh2Ka__linkTeal {
  color: #14b8a6;
}

.login-module-scss-module__xbh2Ka__linkAmber {
  color: #f59e0b;
}

.login-module-scss-module__xbh2Ka__submitBtn {
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-family: Inter, Geist, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.login-module-scss-module__xbh2Ka__submitBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.login-module-scss-module__xbh2Ka__submitBtn {
  color: #fff;
  border-radius: .75rem;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.login-module-scss-module__xbh2Ka__submitBtn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.login-module-scss-module__xbh2Ka__btnTeal {
  background: #14b8a6;
}

.login-module-scss-module__xbh2Ka__btnTeal:hover:not(:disabled) {
  background: #0f766e;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.login-module-scss-module__xbh2Ka__btnAmber {
  background: #f59e0b;
}

.login-module-scss-module__xbh2Ka__btnAmber:hover:not(:disabled) {
  background: #b45309;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.login-module-scss-module__xbh2Ka__spinner {
  border: 2px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 9999px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: .5rem;
  display: none;
}

.login-module-scss-module__xbh2Ka__spinner[data-visible="true"] {
  animation: .8s linear infinite login-module-scss-module__xbh2Ka__spin;
  display: inline-block;
}

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

.login-module-scss-module__xbh2Ka__divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}

.login-module-scss-module__xbh2Ka__divider:before {
  content: "";
  background: #e5e7eb;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.login-module-scss-module__xbh2Ka__dividerText {
  color: #9ca3af;
  background: #fff;
  padding: 0 .75rem;
  font-size: .875rem;
  position: relative;
}

.login-module-scss-module__xbh2Ka__socialButtons {
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.login-module-scss-module__xbh2Ka__socialBtn {
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-family: Inter, Geist, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.login-module-scss-module__xbh2Ka__socialBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.login-module-scss-module__xbh2Ka__socialBtn {
  color: #111827;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.login-module-scss-module__xbh2Ka__socialBtn:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #d1d5db;
}

.login-module-scss-module__xbh2Ka__socialBtn {
  border-radius: .75rem;
  justify-content: center;
  gap: .75rem;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.login-module-scss-module__xbh2Ka__socialBtn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.login-module-scss-module__xbh2Ka__socialIcon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.login-module-scss-module__xbh2Ka__registerPrompt {
  text-align: center;
  color: #4b5563;
  margin: 0;
  font-size: .875rem;
}

.login-module-scss-module__xbh2Ka__registerLink {
  font-weight: 600;
  text-decoration: none;
}

.login-module-scss-module__xbh2Ka__registerLink:hover {
  text-decoration: underline;
}

/* [project]/components/OtpModal.module.scss.module.css [app-client] (css) */
@keyframes OtpModal-module-scss-module__VpmlfG__shimmer {
  from {
    background-position: 200%;
  }

  to {
    background-position: -200%;
  }
}

.OtpModal-module-scss-module__VpmlfG__overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 100;
  background: #0000008c;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  animation: .2s OtpModal-module-scss-module__VpmlfG__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes OtpModal-module-scss-module__VpmlfG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.OtpModal-module-scss-module__VpmlfG__modal {
  text-align: center;
  background: #fff;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 400px;
  padding: 2.5rem 2rem;
  animation: .25s OtpModal-module-scss-module__VpmlfG__slideUp;
  position: relative;
  box-shadow: 0 25px 50px -12px #00000040;
}

@keyframes OtpModal-module-scss-module__VpmlfG__slideUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.OtpModal-module-scss-module__VpmlfG__closeBtn {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .5rem;
  padding: 4px 8px;
  font-size: 24px;
  line-height: 1;
  transition: background .1s;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.OtpModal-module-scss-module__VpmlfG__closeBtn:hover {
  color: #111827;
  background: #f3f4f6;
}

.OtpModal-module-scss-module__VpmlfG__icon {
  margin-bottom: 1rem;
  font-size: 48px;
}

.OtpModal-module-scss-module__VpmlfG__title {
  color: #111827;
  margin: 0 0 .5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.OtpModal-module-scss-module__VpmlfG__subtitle {
  color: #4b5563;
  margin: 0 0 1.5rem;
  font-size: .875rem;
  line-height: 1.75;
}

.OtpModal-module-scss-module__VpmlfG__error {
  color: #b91c1c;
  background: #fee2e2;
  border: 1px solid #ef4444;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
  font-size: .875rem;
}

.OtpModal-module-scss-module__VpmlfG__success {
  color: #065f46;
  background: #d1fae5;
  border: 1px solid #10b981;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
  font-size: .875rem;
}

.OtpModal-module-scss-module__VpmlfG__digits {
  justify-content: center;
  gap: .5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.OtpModal-module-scss-module__VpmlfG__digit {
  text-align: center;
  color: #111827;
  caret-color: #14b8a6;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: .75rem;
  outline: none;
  width: 48px;
  height: 56px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: border-color .1s, box-shadow .1s;
}

.OtpModal-module-scss-module__VpmlfG__digit:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px #1a73e833;
}

.OtpModal-module-scss-module__VpmlfG__digitError {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px #ef444426 !important;
}

.OtpModal-module-scss-module__VpmlfG__verifyBtn {
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-family: Inter, Geist, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.OtpModal-module-scss-module__VpmlfG__verifyBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.OtpModal-module-scss-module__VpmlfG__verifyBtn {
  color: #fff;
  background: #14b8a6;
  border-radius: .75rem;
  gap: .5rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.OtpModal-module-scss-module__VpmlfG__verifyBtn:hover:not(:disabled) {
  background: #0f766e;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.OtpModal-module-scss-module__VpmlfG__verifyBtn:active:not(:disabled) {
  transform: translateY(1px);
}

.OtpModal-module-scss-module__VpmlfG__spinner {
  border: 2px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 9999px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: none;
}

.OtpModal-module-scss-module__VpmlfG__spinner[data-visible="true"] {
  animation: .8s linear infinite OtpModal-module-scss-module__VpmlfG__spin;
  display: inline-block;
}

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

.OtpModal-module-scss-module__VpmlfG__resendPrompt {
  color: #4b5563;
  margin: 0;
  font-size: .875rem;
}

.OtpModal-module-scss-module__VpmlfG__resendLink {
  color: #14b8a6;
  cursor: pointer;
  font-weight: 600;
  font-size: inherit;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
}

.OtpModal-module-scss-module__VpmlfG__resendLink:hover {
  text-decoration: underline;
}

.OtpModal-module-scss-module__VpmlfG__resendLink:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/*# sourceMappingURL=_11b~jux._.css.map*/