#multiple_dw .dw_form{
  background-color: unset;
}
.new-form{
  background-color: unset;
  margin-bottom: 0;
  padding: 36px 0px;
}
.new-form .form-item{
  flex-direction: row;
  justify-content: space-between;
}
.new-form .form-item p{
  width: 47%;
}
.new-form .form-item label{
  justify-content: right;
}
.new-form .form-item .form-item-input{
  width: 56%;
  word-wrap: break-word;
}
.privacy-wrap{
  height: auto;
  margin: 0;
  overflow-y: unset;
  border: 0;
  background:none;
}
.privacy-inner{
  padding:0;
}
.privacy-wrap p{
  margin-bottom: 5px;
}
.privacy-wrap p a{
  text-decoration: underline;
}
.new-form .form-item .form-privacy{
  width: 100%;
}
#multiple_dw .dw_form .new-form .form-item .form-privacy input{
  width:30px;
}
#multiple_dw .dw_form .new-form .form-item .form-privacy label{
  justify-content: left;
}
@media screen and (max-width:768px) {
  .new-form .form-item p{
    font-size:14px;
  }
}