.contact-form-container {
     background-image: url("lawimg.jpg");
  background-size: cover;      /* acoperă tot containerul */
  background-position: center; /* centrează focalizarea */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;           /* poți ajusta după nevoie */
  display: block;

}

.contact-form {display: none;}