/* [project]/app/(landingpage)/login/[id]/style.css [app-client] (css) */
.login-screen-center {
  margin: auto;
}

.login {
  margin-top: 1.5rem;
}


/* [project]/components/elements/inputs/WrappedInput/WrappedInput.module.css [app-client] (css) */
.WrappedInput-module__PBJ4Jq__wrapper {
  background-color: var(--sc-dark-lavender-grey);
  border-radius: 1.5rem;
  mix-blend-mode: multiply;
  padding: .75rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.WrappedInput-module__PBJ4Jq__text {
  color: var(--white);
  font-family: var(--text-16-font-family);
  font-size: var(--text-16-font-size);
  font-style: var(--text-16-font-style);
  font-weight: var(--text-16-font-weight);
  height: 1.5rem;
  letter-spacing: var(--text-16-letter-spacing);
  line-height: var(--text-16-line-height);
  background-color: var(--sc-dark-lavender-grey);
  width: -moz-fit-content;
  width: fit-content;
}

.WrappedInput-module__PBJ4Jq__text::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}

.WrappedInput-module__PBJ4Jq__text::placeholder {
  color: var(--white);
  opacity: 1;
}

.WrappedInput-module__PBJ4Jq__wrapper.WrappedInput-module__PBJ4Jq__default {
}

.WrappedInput-module__PBJ4Jq__wrapper.WrappedInput-module__PBJ4Jq__hover {
}

.WrappedInput-module__PBJ4Jq__wrapper.WrappedInput-module__PBJ4Jq__disabled .WrappedInput-module__PBJ4Jq__text {
  cursor: not-allowed;
}

.WrappedInput-module__PBJ4Jq__wrapper.WrappedInput-module__PBJ4Jq__click {
}


/* [project]/components/composites/LoginBox/LoginBox.module.css [app-client] (css) */
.LoginBox-module__eUWaZq__loginBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-backdrop-filter: blur(.9375rem) brightness();
  backdrop-filter: blur(.9375rem) brightness();
  background-color: #ffffffd9;
  border: 1px solid;
  border-color: var(--sc-light-lavender-grey);
  border-radius: 1.5rem;
  box-shadow: 0 .25rem .25rem #00000040;
  width: 24rem;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.LoginBox-module__eUWaZq__loginBox .LoginBox-module__eUWaZq__login {
  font-size: var(--text-24-font-size);
  font-family: var(--text-base-font-family);
  font-style: var(--text-base-font-style);
  font-weight: var(--text-base-font-weight);
  line-height: var(--text-base-line-height);
  color: var(--sc-dark-blue);
}

.LoginBox-module__eUWaZq__loginBox .LoginBox-module__eUWaZq__forgotPassword {
  margin-top: .75rem;
  color: var(--sc-dark-blue);
  height: .5625rem;
  width: 13.125rem;
  text-align: center;
  white-space: nowrap;
  font-size: .875rem;
  font-family: var(--text-16-font-family);
  font-style: var(--text-16-font-style);
  font-weight: var(--text-16-font-weight);
  letter-spacing: var(--text-16-letter-spacing);
  line-height: var(--text-16-line-height);
}

.LoginBox-module__eUWaZq__Username__wrapper {
  margin-top: 2.5rem;
}

.LoginBox-module__eUWaZq__Username__text {
  padding: .75rem 1.5rem;
}

.LoginBox-module__eUWaZq__Password__wrapper {
  margin-top: 1.5rem;
}

.LoginBox-module__eUWaZq__Password__text {
  padding: .75rem 1.5rem;
}

.LoginBox-module__eUWaZq__loginBox .CTA {
  margin-top: 4.4375rem;
  padding: .5625rem 3rem;
  cursor: pointer;
}


/* [project]/components/composites/AuthForms/AuthForms.module.css [app-client] (css) */
.AuthForms-module__EGSCsa__loginBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-backdrop-filter: blur(.9375rem) brightness();
  backdrop-filter: blur(.9375rem) brightness();
  background-color: #ffffffd9;
  border: 1px solid;
  border-color: var(--sc-light-lavender-grey);
  border-radius: 1.5rem;
  box-shadow: 0 .25rem .25rem #00000040;
  width: 24rem;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.AuthForms-module__EGSCsa__loginBox .CTA {
  margin-top: 4.4375rem;
  padding: .5625rem 3rem;
  cursor: pointer;
}

.AuthForms-module__EGSCsa__login {
  font-size: var(--text-24-font-size);
  font-family: var(--text-base-font-family);
  font-style: var(--text-base-font-style);
  font-weight: var(--text-base-font-weight);
  line-height: var(--text-base-line-height);
  color: var(--sc-dark-blue);
}

.AuthForms-module__EGSCsa__forgotPassword {
  margin-top: .75rem;
  color: var(--sc-dark-blue);
  height: .5625rem;
  width: 13.125rem;
  text-align: center;
  white-space: nowrap;
  font-size: .875rem;
  font-family: var(--text-16-font-family);
  font-style: var(--text-16-font-style);
  font-weight: var(--text-16-font-weight);
  letter-spacing: var(--text-16-letter-spacing);
  line-height: var(--text-16-line-height);
}

.AuthForms-module__EGSCsa__Username__wrapper {
  margin-top: 2.5rem;
}

.AuthForms-module__EGSCsa__Username__text {
  padding: .75rem 1.5rem;
}

.AuthForms-module__EGSCsa__Password__wrapper {
  margin-top: 1.5rem;
}

.AuthForms-module__EGSCsa__Password__text {
  padding: .75rem 1.5rem;
}

.AuthForms-module__EGSCsa__CTA {
  align-items: center;
  border-radius: 1.5rem;
  display: inline-flex;
  cursor: pointer;
}

.AuthForms-module__EGSCsa__CTA .AuthForms-module__EGSCsa__text-wrapper {
  text-align: center;
  width: 100%;
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__default {
  background-color: var(--pc-blue);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__default .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--white);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__hover {
  background-color: var(--sc-dark-blue);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__hover .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--white);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__disabled {
  background-color: var(--sc-light-lavender-grey);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__disabled .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--sc-dark-lavender-grey);
  cursor: not-allowed;
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__click {
  background-color: var(--sc-midnight-blue);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__click .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--white);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__default {
  background-color: var(--pc-slate-blue);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__default .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--sc-light-lavender-grey);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__hover {
  background-color: var(--sc-dark-blue);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__hover .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--white);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__disabled {
  background-color: var(--sc-light-lavender-grey);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__disabled .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--sc-dark-lavender-grey);
  cursor: not-allowed;
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__click {
  background-color: var(--sc-midnight-blue);
}

.AuthForms-module__EGSCsa__CTA.AuthForms-module__EGSCsa__dark.AuthForms-module__EGSCsa__click .AuthForms-module__EGSCsa__text-wrapper {
  color: var(--white);
}


/* [project]/components/elements/Cta/Cta.module.css [app-client] (css) */
.Cta-module__qC9FOa__CTA {
  align-items: center;
  border-radius: 1.5rem;
  display: inline-flex;
  cursor: pointer;
}

.Cta-module__qC9FOa__CTA .Cta-module__qC9FOa__textWrapper {
  text-align: center;
  width: 100%;
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__default {
  background-color: var(--pc-blue);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__default .Cta-module__qC9FOa__textWrapper {
  color: var(--white);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__hover {
  background-color: var(--sc-dark-blue);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__hover .Cta-module__qC9FOa__textWrapper {
  color: var(--white);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__disabled {
  background-color: var(--sc-light-lavender-grey);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__disabled .Cta-module__qC9FOa__textWrapper {
  color: var(--sc-dark-lavender-grey);
  cursor: not-allowed;
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__click {
  background-color: var(--sc-midnight-blue);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__click .Cta-module__qC9FOa__textWrapper {
  color: var(--white);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__default {
  background-color: var(--pc-slate-blue);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__default .Cta-module__qC9FOa__textWrapper {
  color: var(--sc-light-lavender-grey);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__hover {
  background-color: var(--sc-dark-blue);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__hover .Cta-module__qC9FOa__textWrapper {
  color: var(--white);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__disabled {
  background-color: var(--sc-light-lavender-grey);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__disabled .Cta-module__qC9FOa__textWrapper {
  color: var(--sc-dark-lavender-grey);
  cursor: not-allowed;
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__click {
  background-color: var(--sc-midnight-blue);
}

.Cta-module__qC9FOa__CTA.Cta-module__qC9FOa__dark.Cta-module__qC9FOa__click .Cta-module__qC9FOa__textWrapper {
  color: var(--white);
}


/*# sourceMappingURL=_075189._.css.map*/
