#form1 {
    display: block
    position: relative;
    width: 100%;
}
#form1 label {
    position: relative;
	width: 100%;
	max-width: none;
}
#form1 label input, #form1 label textarea {
	box-shadow: none;
	border: 2px solid #e6e6e6 ;
    border-radius: 0px;
	padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    background: #FFFFFF;
	/*background: transparent;*/
    width: 100%;
    /* float: right; */
    color: #6d6d6d;
    font-weight: normal;
    max-width: none;	
}

#form1 label textarea {
	height: 80px;
	/*resize: none;*/
	width:100%;
}
#form1 label input {
    /*width: 100%;*/
}
#form1 .error_wdp {
	font-size: 10px;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 5px;
    width: 98%;
	color:#CC0000;
}
#form1 .empty_wdp {
	font-size: 10px;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 5px;
    width: 98%;
	color:#CC0000;
}
#form1 ._label {
    width: 100%;
}
#form1 .success {
  background:rgba(0,0,0,0);
  /*position: absolute;*/
  z-index: 1;
  /*width: 100%;*/
  border-radius: 5px;
  border: 2px solid #e6e6e6;
  margin-bottom: 25px;
  padding: 5px;
  text-align: center;
}
#form1 .success > span {
    text-align: center;
    /*width: 100%;*/
    display: inline-block;
	
}
#form1 input[type="checkbox"] {
    width:15px;
    border:none;
    background:none;
}
.privacy_accept {
	margin: -26px 0px 0px 20px;
    font-style: italic;
    font-size: 14px;
	color:#6d6d6d;
	font-weight: normal;
}
.button-wdp {
	background: #d2bd7f;
    border: 1px solid #d2bd7f;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    font-size: 1.2em;
	width:100%;
}
.button-wdp:hover {
    color: #fff;

}

