.form-list {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	padding: 0 40px 0 0;
}
.product-image {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

#formsubmit-message {
    font-size:20px;
}

.form-group input {
    width: 100%;
    border: 0;
    font-size: 14px;
    padding: 5px 10px;
    height: 40px;
    background: #f5eada;
}
#message {
	width: 100%;
	border: 0;
	font-size: 14px;
	padding: 10px;
	height: 100px;
	background: #f5eada;
	resize: none;
	overflow: hidden;
	min-height: 100px;
}
.form-group.row {
	margin: 0 0 15px;
}
.col-2 {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.form-list h1 {
	text-transform: uppercase;
	font-size: 24px;
	padding: 0 0 20px;
	font-weight: 800;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #111;
	color: #000;
}
.center-1 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 40px 0 40px 40px;
	font-size: 20px
}
.center-1::before {
	position: absolute;
	top: 0;
	right: 20%;
	bottom: 0;
	content: "";
	left: 0;
	z-index: -1;
	border: 5px solid #000;
}
.form-group .btn.btn-primary {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	height: 44px;
}
.product-image .form-group.row {
	margin: 0;
}
@media all and (min-width: 768px){
	.center-1{
		margin: 20px 0;
	}
}
@media all and (max-width: 767px){
	.form-list{
		display: block;
		width: auto;
		padding: 0;
	}
	.center-1{
		padding: 15px 0;
		margin: 0;
	}
	.center-1::before{
		display: none;
	}
	.product-image{
		width: auto;
		padding: 20px 0 0;
	}
	.form-list h1{
		padding: 20px 0 10px;
		font-size: 18px;
	}
    
}