/* [project]/src/pages/login/style.module.scss.module.css [client] (css) */
.style-module-scss-module__A5Lqoq__container {
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content {
  background: linear-gradient(135deg, coral 0%, #ff9f1c 50%, gold 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 95vh;
  padding: 3rem;
  display: flex;
  box-shadow: 0 4px 24px #00000014;
}

@media (max-width: 900px) {
  .style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction {
    width: 95%;
    padding: 2.5rem 1.5rem;
  }
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__infos {
  text-align: center;
  width: 100%;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__infos .style-module-scss-module__A5Lqoq__subtitle {
  color: #6b7280;
  margin-bottom: 2rem;
  font-size: .875rem;
  font-weight: 500;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__registerLink {
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin-top: 1.25rem;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__registerLink p {
  color: #6b7280;
  margin: 0;
  font-size: .875rem;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__registerLink button {
  color: coral;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: underline;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__interaction .style-module-scss-module__A5Lqoq__registerLink button:hover {
  color: #e65a2b;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__condolencias {
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin-top: 1rem;
}

.style-module-scss-module__A5Lqoq__container .style-module-scss-module__A5Lqoq__content .style-module-scss-module__A5Lqoq__condolencias p {
  color: #bbb;
  font-size: .72rem;
}

/* [project]/src/components/ui/logon/index.module.scss.module.css [client] (css) */
.index-module-scss-module__PCiPSa__boxUserExternal {
  flex-direction: column;
  gap: 0;
  width: 100%;
  display: flex;
}

.index-module-scss-module__PCiPSa__propsExternal {
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.index-module-scss-module__PCiPSa__propsExternal h1 {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 700;
}

.index-module-scss-module__PCiPSa__propsExternal .index-module-scss-module__PCiPSa__inputGroup {
  width: 100%;
}

.index-module-scss-module__PCiPSa__propsExternal .index-module-scss-module__PCiPSa__inputGroup .index-module-scss-module__PCiPSa__flex {
  color: #6b7280;
  background: #f8f9fa;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: .625rem;
  height: 48px;
  padding: 0 1rem;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
}

.index-module-scss-module__PCiPSa__propsExternal .index-module-scss-module__PCiPSa__inputGroup .index-module-scss-module__PCiPSa__flex:focus-within {
  color: coral;
  background: #fff;
  border-color: coral;
  box-shadow: 0 0 0 3px #ff7f501f;
}

.index-module-scss-module__PCiPSa__propsExternal .index-module-scss-module__PCiPSa__inputGroup .index-module-scss-module__PCiPSa__flex input {
  color: #1a1a1a;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  height: 100%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.index-module-scss-module__PCiPSa__propsExternal .index-module-scss-module__PCiPSa__inputGroup .index-module-scss-module__PCiPSa__flex input::placeholder {
  color: #c4c7cb;
}

.index-module-scss-module__PCiPSa__propsExternal .index-module-scss-module__PCiPSa__inputGroup .index-module-scss-module__PCiPSa__flex input:disabled {
  color: #aaa;
  cursor: not-allowed;
}

.index-module-scss-module__PCiPSa__errorText {
  color: #ff3b30;
  margin-top: .3rem;
  font-size: .75rem;
}

.index-module-scss-module__PCiPSa__buttonLogin {
  width: 100%;
  margin-top: .5rem;
}

.index-module-scss-module__PCiPSa__buttonLogin button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, coral, gold);
  border: none;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  transition: opacity .15s, transform .12s;
  box-shadow: 0 4px 16px #ff7f504d;
}

.index-module-scss-module__PCiPSa__buttonLogin button:hover:not(:disabled) {
  opacity: .92;
  transform: translateY(-1px);
}

.index-module-scss-module__PCiPSa__buttonLogin button:active:not(:disabled) {
  transform: translateY(0);
}

.index-module-scss-module__PCiPSa__buttonLogin button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.index-module-scss-module__PCiPSa__recover {
  color: #6b7280;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  margin-top: 1.25rem;
  font-size: .825rem;
  display: flex;
}

.index-module-scss-module__PCiPSa__recover p {
  color: coral;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  transition: color .15s;
}

.index-module-scss-module__PCiPSa__recover p:hover {
  color: #e65a2b;
}

/* [project]/src/components/ui/sso/styles.module.scss.module.css [client] (css) */
.styles-module-scss-module__qkETNW__googleWrapper {
  flex-direction: column;
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.styles-module-scss-module__qkETNW__divider {
  align-items: center;
  gap: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.styles-module-scss-module__qkETNW__divider:before, .styles-module-scss-module__qkETNW__divider:after {
  content: "";
  background: #e5e7eb;
  flex: 1;
  height: 1px;
}

.styles-module-scss-module__qkETNW__divider span {
  color: #9ca3af;
  white-space: nowrap;
  font-size: .75rem;
  font-weight: 500;
}

.styles-module-scss-module__qkETNW__googleBtn {
  justify-content: center;
  width: 100%;
  min-height: 44px;
  display: flex;
}

.styles-module-scss-module__qkETNW__googleBtn > div {
  width: 100% !important;
}

.styles-module-scss-module__qkETNW__loadingBox {
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 1.5rem 0;
  display: flex;
}

.styles-module-scss-module__qkETNW__loadingBox p {
  color: #6b7280;
  margin: 0;
  font-size: .875rem;
}

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

.styles-module-scss-module__qkETNW__spinner {
  border: 3px solid #e5e7eb;
  border-top-color: coral;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: .8s linear infinite styles-module-scss-module__qkETNW__spin;
}

.styles-module-scss-module__qkETNW__noConfig {
  text-align: center;
  color: #9ca3af;
  padding: 1rem;
  font-size: .8rem;
}

.styles-module-scss-module__qkETNW__noConfig p {
  color: #6b7280;
  margin: 0 0 .25rem;
  font-weight: 500;
}

.styles-module-scss-module__qkETNW__noConfig span {
  font-size: .75rem;
}

.styles-module-scss-module__qkETNW__noConfig code {
  color: #374151;
  background: #f3f4f6;
  border-radius: 4px;
  padding: .1rem .3rem;
  font-size: .72rem;
}

.styles-module-scss-module__qkETNW__firstAccessWrapper {
  flex-direction: column;
  gap: 1rem;
  padding-top: .5rem;
  display: flex;
}

.styles-module-scss-module__qkETNW__firstAccessHeading {
  text-align: center;
  margin-bottom: .25rem;
}

.styles-module-scss-module__qkETNW__firstAccessHeading h3 {
  color: #111827;
  margin: 0 0 .375rem;
  font-size: 1rem;
  font-weight: 700;
}

.styles-module-scss-module__qkETNW__firstAccessHeading p {
  color: #6b7280;
  margin: 0;
  font-size: .8rem;
  line-height: 1.5;
}

.styles-module-scss-module__qkETNW__fieldGroup {
  flex-direction: column;
  gap: .3rem;
  display: flex;
}

.styles-module-scss-module__qkETNW__fieldLabel {
  color: #374151;
  font-size: .78rem;
  font-weight: 600;
}

.styles-module-scss-module__qkETNW__fieldInput {
  color: #111827;
  box-sizing: border-box;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: .65rem .875rem;
  font-size: .9rem;
  transition: border-color .15s;
}

.styles-module-scss-module__qkETNW__fieldInput::placeholder {
  color: #9ca3af;
}

.styles-module-scss-module__qkETNW__fieldInput:focus {
  border-color: coral;
}

.styles-module-scss-module__qkETNW__fieldInput:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.styles-module-scss-module__qkETNW__fieldInputError {
  border-color: #ef4444;
}

.styles-module-scss-module__qkETNW__fieldError {
  color: #ef4444;
  font-size: .72rem;
}

.styles-module-scss-module__qkETNW__completeBtn {
  color: #fff;
  cursor: pointer;
  background: coral;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  margin-top: .25rem;
  padding: .75rem 1rem;
  font-size: .9rem;
  font-weight: 700;
  transition: opacity .15s;
  display: flex;
}

.styles-module-scss-module__qkETNW__completeBtn:hover:not(:disabled) {
  opacity: .88;
}

.styles-module-scss-module__qkETNW__completeBtn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.styles-module-scss-module__qkETNW__resetBtn {
  color: #6b7280;
  cursor: pointer;
  text-align: center;
  background: none;
  border: none;
  align-self: center;
  padding: 0;
  font-size: .78rem;
  text-decoration: underline;
}

.styles-module-scss-module__qkETNW__resetBtn:hover:not(:disabled) {
  color: #374151;
}

.styles-module-scss-module__qkETNW__resetBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

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

.styles-module-scss-module__qkETNW__spinnerSm {
  border: 2px solid #fff6;
  border-top-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  animation: .8s linear infinite styles-module-scss-module__qkETNW__spinSm;
}

/* [project]/src/components/ui/brand/brand.module.scss.module.css [client] (css) */
.brand-module-scss-module__Gg2oAa__brandWrapper {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.brand-module-scss-module__Gg2oAa__brandWrapper .brand-module-scss-module__Gg2oAa__brandLogo {
  width: 4rem;
  height: auto;
}

.brand-module-scss-module__Gg2oAa__brandWrapper .brand-module-scss-module__Gg2oAa__brandName {
  letter-spacing: -.02em;
  background: linear-gradient(90deg, coral, gold);
  -webkit-text-fill-color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
}

/*# sourceMappingURL=src_107gbg~._.css.map*/