body {
	margin: 0;
}

.page-content::before {
	width: 100%;
	min-height: 100vw;
	content: '';
	background-image: url('../img/11(39).jpeg');
	position: absolute;
	margin: 0;
	opacity: 0.50;
}

.page-content {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.form-v4-content  {
	background: #ffffff;
	width: 850px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	margin: 175px 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
}

.form-v4-content .form-left {
	background: #ffffff;
	border: 1px solid #f57f36;
	padding: 2.875rem;
	position: relative;
	width: 100%;
	/*color: #ffffff;*/
}

.form-v4-content .form-detail {
	border: 1px solid #f57f36;
	position: relative;
	width: 100%;
}

/* Responsive */
@media screen and (max-width: 991px) {
	.form-v4-content {
		margin: 180px 20px;
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
	}

	.form-v4-content .form-left {
		width: auto;
	}

	.form-v4-content .form-detail {
		width: auto;
	}
}

@media screen and (max-width: 575px) {
	.form-v4-content .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}

	.form-v4-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding: 0;
	}
}
