.parent {
  position: relative;
  top: 0;
  left: 0;
}

.image1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.image2 {
  position: fixed;
  top: 20%;
  width: 100%;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
  background: rgba(255,255,255,0);
}

#email-2 {
  color: var(--bs-secondary-color);
  opacity: 1;
  background: rgba(255,255,255,0);
}

#message-2 {
  color: white;
  opacity: 1;
  background: rgba(255,255,255,0);
}

.cardprops {
  background: rgba(255,255,255,0);
  border-radius: 25px;
  border-width: 3px;
  border-color: var(--bs-emphasis-color);
}

#name-2 {
  color: white;
}

#email-2 {
  color: white;
}

