.page-title {
	margin-top: 40px;
	padding: 40px 0px;
}

.top-cover {
	height: 500px;
	background-image: url(images/Big-Cover.jpg);
	background-size: cover;
	background-position: center;
}

.land-condition {
	padding: 40px 0px;
}

.land-condition h3 {
	font-weight: 600;
	padding-left: 65px;
	position: relative;
}

.land-condition img {
	width: 50px;
    position: absolute;
    top: -20px;
    left: 0;
}

.land-condition ul {
	padding-left: 20px;
}

.input-form {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #eeeeee;
}

.form-title {
	font-weight: 600;
	position: relative;
}

.form-title img {
	width: 50px;
    position: absolute;
    top: -25px;
    right: 0;
}

.input-form button, #modalConfirm button {
	color: #fff;
	width: 170px;
	border-radius: 50px;
	background-color: #7e7e7e;
	border-color: #7e7e7e;
	margin-top: 30px;
}

.input-form button:hover, .input-form button:focus, .input-form button:active {
	color: #fff;
	background-color: #4e4e4e;
	border-color: #4e4e4e;
}

.form-title.land-info {
	margin-top: 70px;
}

.form-title.land-document {
	margin-top: 70px;
}

.confirm-document .doc-has {
	color: #4cae4c;
}

.confirm-document .doc-has-no {
	color: #d43f3a;
}

@media only screen and (max-width: 1024px) {
	.page-title {
		margin-top: 70px;
		padding: 40px 0px;
	}

	.top-cover {
		height: 350px;
	}
}

@media only screen and (max-width: 768px) {
	.page-title {
		margin-top: 70px;
		padding: 30px 0px;
	}

	.top-cover {
		height: 250px;
	}

	.input-form .form-inline {
		margin-bottom: 15px;
	}

	.input-form .form-inline > div {
		display: inline;
	}

	.input-form .form-inline input[type="text"] {
		display: inline;
		width: 50px !important;
	}
}

@media only screen and (max-width: 425px) {
	.page-title {
		margin-top: 70px;
		padding: 20px 0px;
	}

	.top-cover {
		height: 150px;
	}

	.land-condition {
		padding: 0px;
	}

	.land-condition .title {
		padding: 10px 0;
		margin-bottom: 10px;
		background-color: #eeeeee;
	}

	.land-condition .title img {
		width: 40px;
		top: -10px;
		left: 10px;
	}

	.input-form {
		padding: 20px 0;
	}

	.form-title {
		padding-left: 50px;
		margin-bottom: 20px;
	}

	.form-title img {
		width: 50px;
	    position: absolute;
	    top: -15px;
	    left: -7px;
	}

	.form-title.land-info, .form-title.land-document {
		margin-top: 50px;
	}

	.input-form ul {
		padding-left: 20px;
	}

	.input-form input[type="file"] {
		width: 100%;
	}
}

@media only screen and (max-width: 425px) {
	#modalConfirm button {
		width: 120px;
	}
}