/*$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
*/
.authLayoutBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-light) 55%, var(--primary-light) 55%, var(--primary) 66%, var(--secondary) 66%, var(--secondary-light) 100%);
}

.errorLayoutBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #cd1c18;
  background: linear-gradient(105deg, var(--bg-dark) 0%, var(--bg-light) 66%, #cd1c18 66%, darkred 100%);
}

.errorCard {
  position: relative;
  z-index: 2;
  border-radius: 10%;
}
.errorCard .card__section {
  padding: 2.5rem;
}
.errorCard .card__section img {
  justify-self: center;
}
.errorCard .card__section:nth-child(2) {
  padding-top: 0;
}
.errorCard img {
  height: 30vh;
}

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