  .bg-transp {
    background: rgba(255, 255, 255, 0.8);
  }
  .error{
    color:var(--danger);
    font-weight:bold;
  }