.design_template.form {
 /*   background-image: url( /resources/images/background1.png);
	background-position: center top;
	background-repeat: repeat;
	*/
	padding: 30px 0;
	background-size: cover;
}
.design_template.form .form-container {
    width: 80%;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding: 20px 30px 5px 30px;
}

.design_template.form h2 { text-align: center; }
.design_template h2 {
	text-align: center;
	font-family: 'Arial Narrow';
	font-size: 32px;
	color: #1A1A1A;
	padding: 15px;
	background-image: url( /resources/images/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 300px;
  margin: 0 auto;
}
.design_template.form form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.design_template.form .control-label {
    display: none;
}

.design_template.form .control-label.field_privacy {
    display: inline;
}

/* .design_template.form .form-group {
    width: 49%;
    float:left;
    margin-right:5px;
}
*/
#div-name_form {width: 33%;}
#div-email {width: 33%;}
#div-phone {width: 33.9%;}
#div-privacy {width: 66%; color: #fff;}
#div-security_code { width: 19%; margin-top: 8px; }
#div-submit-btn { width: 15%; text-align: right; }
.design_template.form input {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	margin: 15px;
	
}
.design_template.form textarea {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	margin: 15px;
	
}
.form-control::placeholder {
  color: #000 !important;
  opacity: none !important;
}
.design_template.form .btn.btn-primary {
    background: #FF7F00;
    border-color: #E6E6E6;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 30px;
	color: #fff
}
