/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
@media (max-width: 375px) {
  .authBtn {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.authCardOrg {
  position: relative;
  z-index: 2;
  width: min(90vw, 40rem);
}
@media (max-width: 640px) {
  .authCardOrg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    border-radius: 0;
    overflow-y: auto;
  }
}
.authCardOrg--wide {
  width: min(90vw, 50rem);
}
.authCardOrg .card__section {
  padding: 1.5rem;
}
.authCardOrg__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.authCardOrg__header--centered {
  justify-content: center;
}
.authCardOrg__header img {
  height: 40px;
}
@media (max-width: 640px) {
  .authCardOrg__header h1 {
    font-size: x-large;
  }
}
.authCardOrg__footer {
  padding-top: 0 !important;
}
@media (max-width: 640px) {
  .authCardOrg__footer {
    margin-top: auto;
  }
}
.authCardOrg__footer .btn {
  font-size: 16px;
}
.authCardOrg__separator {
  display: flex;
  align-items: center;
  width: 100%;
  margin-block: 0.25rem;
  white-space: nowrap;
}
.authCardOrg__separator::before, .authCardOrg__separator::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--bg-dark);
}
.authCardOrg__separator::before {
  margin-right: 1rem;
}
.authCardOrg__separator::after {
  margin-left: 1rem;
}
.authCardOrg__OTP {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: x-large;
  text-wrap: nowrap;
  justify-content: center;
}
.authCardOrg__OTP .field {
  width: 100px;
}
.authCardOrg__success {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--success);
}
.authCardOrg__success i {
  font-size: xx-large;
  color: var(--success);
}
.authCardOrg__command {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
.authCardOrg__command--centered {
  justify-content: center;
}
.authCardOrg button[type=submit] {
  margin-top: 0.5rem;
}
.authCardOrg .field.field--checkbox {
  margin-left: auto;
  height: auto;
}
.authCardOrg .text__info {
  text-align: center;
  color: var(--primary);
  font-weight: 500;
  padding: 0.25rem;
}
.authCardOrg .cookiemanExternalPolicySpan {
  text-decoration: underline;
}
.authCardOrg .AuthRegisterStepPassword .field.field--checkbox {
  font-size: small;
}
.authCardOrg .RegisterAsOrgStepData .field.field--checkbox {
  font-size: small;
}

/*# sourceMappingURL=LoginAsOrg.css.map */
