.red{
    color: #f34943 !important;
    font-weight: bold;
    font-size: 18px;
}
.error {
    color: #f34943 !important;
}
.logo-lg>img {
    background: #fff;
    padding: 3px;
    background:#fff;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.5);*/
  background: rgb(0 0 0 / 75%);
  display: flex;
  justify-content: center;
  align-items: center;
}