/* Form access (Login - Register)
------------------------------------------------------------------------------*/
.page-content {
  height: 100vh;
}
.page-content p.copy {
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
  opacity: 0.4;
  text-align: center;
}
.page-content p.copy > a {
  color: #222;
  font-weight: bold;
}

.form-access {
  position: relative;
  width: 90%;
  max-width: 450px;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
}
.form-access header .logotype {
  width: 200px;
}
.form-access header .logotype > .img {
  width: 100%;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}
.colored-toast .swal2-title {
  color: white;
}
.colored-toast .swal2-close {
  color: white;
}
.colored-toast .swal2-html-container {
  color: white;
}/*# sourceMappingURL=style.css.map */