/* form.css*/

.notification {
  font-weight: 700;
  line-height: 2;
}
#confirmationItems {
  display: none;
}
#purpose,
#source {
  margin-bottom:10px;
}
.confirmation ul li {
  list-style: disc;
  margin-left: 1em;
}
.confirmation {
  font-size: 0.9em;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 5px;
  background: #fafafa;
  margin-bottom: 1em;
}
.confirmation label {
  font-weight: 700;
  color: red;
}
.confirmation label input[type="checkbox"] {
  transform: scale(1.5);
  width: auto;
  height: auto;
  
  margin-right: 5px;
}
.source_other {
  display: none;
}
.mb {
  margin-bottom: 1em;
}
