body {
	background:#E2DCD0;
	font-family: "Manrope", Arial, sans-serif;
}
span.error {
	right:-36px;	
}
a {
	color:#89734C;	
}
#middle-wizard {
    padding: 20px 45px 30px 15px!important;
}
#left_form {
	padding: 20px 50px 30px 50px;
	background-image: url("/media/images/wine-club-bg.jpg");
	background-size:cover;
	background-color:#282828;
	background-position-x:-900px;
	min-height:820px;
}
#left_form h2 {
	line-height:46px;
	margin-top:30px;
}
#left_form p {
	font-size:18px;
	line-height:28px;
	margin-top:60px;
}
h3.main_question {
    font-weight: 800;
    max-width: 600px;
    display: block;
    margin: 10px auto 20px;
}
#form_container {
    background-color: #F3F3F3;
}
input.form-control, select.form-control, textarea.form-control {
	background-color:unset!important;
	border-bottom: 2px solid #7A8591;
}
.styled-select {
    background-color: transparent!important;
    border-bottom: 2px solid #7A8591;
}
.form-control:focus {
	background-color:unset!important;
}
.radio_input label {
    padding-left: 0;
    margin-right: 0;
    color: #222;
}
.icheckbox_square-grey, .iradio_square-grey {
	margin: 0 5px 0 0;
}
.terms .icheckbox_square-grey, .terms .iradio_square-grey {
	position:absolute!important;
	top:2px;
}
.zx {
	content:' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000,#fff);
	opacity: .2;
	z-index:-10;
}

header {
	background:none;
	border:none;
}
header img {
	width: 200px;
	max-width:75%
}
#logo_home {
	text-align:center;
}
label.disc {
	margin-left:30px;
	font-size:13px;	
}
label.disc a {
	color:#89734C;
	text-decoration:underline;
}
.form-group.terms {
	margin-bottom:50px;	
}
#bottom-wizard {
	bottom:20px!important;
}
button.backward, button.forward, button.submit {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background:#89734C;
	font-weight:600;
	padding: 12px 30px;
}
button.submit:before {
	display:none;	
}
footer a {
	color:#333333;
}
footer a:hover {
	color:#89734C;
}
footer p {
	width:100%;
	text-align:center;
	color:#333333;
	font-size:18px;
	font-weight:800;
	line-height:20px;	
}
@media (max-width: 991px){
	header {
		background:#E2DCD0;
	}
	#form_container {
		width: auto;
	}
	#left_form h2 {
		padding:30px 0 0 0;
	}
	#left_form {
		min-height:inherit;
	}
	.row>* {
		padding:0;	
	}
	#middle-wizard {
    	padding: 20px 15px 30px 15px !important;
	}
	#left_form {
		background-size:unset;
	}
	.mauticform-row {
   		margin-bottom: 24px!important;
	}
}
@media (max-width: 767px){
	#left_form {
		text-align:center;
		padding:20px 30px 30px 30px;
		background-size: cover;
		background-position-x: 0;
	}
	#left_form h2 {
		padding:0;
	}
	.icheckbox_square-grey, .iradio_square-grey {
		margin: 0 15px 0 0;
	}
	.radio_input {
    	margin-top: 0;
	}
	h3 {
		margin-bottom:20px;
	}
}
@media (min-width: 992px){ 
	#form_container {
		margin:0 auto 30px;	
		box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
	}
	header {
		padding:0;	
	}
}