.form {
  height: 37rem;
  width: 26rem;
  border-radius: 1rem;
  background-color: #01010173;
}
.form-main {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/bg2.jpg");

  width: 100%;
  height: 100vh;
  background-size: cover;
}
