.ui-widget-content {
  border: none;
  background: none;
}

#dialogForm {
  text-align: center;
  font-weight: 100;
  color: white;
  background-color: #a1326e;
  background-size: cover;
}

#title {
  font-size: 35px;
  border-bottom: solid 3px white;
  display: inline;
  padding-bottom: 2px;
}

#eerste {}

#tweede {
  color: #7eceee;
}

#contact {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  height: 30px;
  background-color: #eff8fb;
  color: #005373;
  border-style: solid;
  border-color: #eff8fb;
}

#close {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  height: 30px;
  background-color: #105272;
  color: white;
  border-style: solid;
  border-width: thin;
  border-color: white;
}