body {
  background: url("../img/bgLogin.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h1 {
  color: #19d3c5;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}

.logoB {
  text-align: center;
  margin: auto;
  display: block;
}

.authentication-wrapper.authentication-basic .authentication-inner:after,
.authentication-wrapper.authentication-basic .authentication-inner:before {
  content: none !important;
}

.authentication-wrapper.authentication-basic .authentication-inner .card:after {
  content: "";
  position: absolute;
  width: 75px !important;
  height: 148px !important;
  top: 50%;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.294' height='148.482' viewBox='0 0 74.294 148.482'%3E%3Cpath id='Caminho_340' data-name='Caminho 340' d='M392.83 137.7l42.1-42.56L392.83 53.5V21.52l74.294 73.374L392.83 170Z' transform='translate(-392.83 -21.52)' fill='%2319d3c5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  transform: translate(-125%, -50%);
}

.authentication-wrapper.authentication-basic
  .authentication-inner
  .card:before {
  content: "";
  position: absolute;
  width: 75px !important;
  height: 148px !important;
  top: 50%;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.293' height='148.482' viewBox='0 0 74.293 148.482'%3E%3Cpath id='Caminho_341' data-name='Caminho 341' d='M361.79 97.188 436.084 22.08V54.522l-42.1 42.56 42.1 41.64v31.84Z' transform='translate(-361.79 -22.08)' fill='%2319d3c5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  transform: translate(125%, -50%);
}

@media (max-width: 767px) {
  .authentication-wrapper.authentication-basic
    .authentication-inner
    .card:after,
  .authentication-wrapper.authentication-basic
    .authentication-inner
    .card:before {
    content: none !important;
  }
}
