#wlcmdiv {
  width: 100vw;
  height: 100vh;
  background-image: url('../img/bruce-mars-HHXdPG_eTIQ-unsplash.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#cntrdivmainimg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
}

/* #frmfastreg {
  min-width: 35%;
  background-color: #3d3d3d;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(197, 197, 197, 0.5);
} */