.contactBoxTop {
	margin-top: 60px;
}

.contactBoxTop .h1{
	font-size: 28px;
	font-weight: bold;
}

.contactBoxTop .h2{
	font-size: 12px;
	color: #6E6E6E;
}

.contactBox{
	max-width: 800px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	padding: 20px 50px;
}

@media (max-width: 576px) {
	.contactBox {
		padding: 20px 16px;
		margin-top: 20px;
		margin-bottom: 60px;
	}
}

.contactBox .container{
	padding-top: 1px;
	box-shadow: 0 0 4px 4px #e0e0e0;
	background-color: white;
}

.contactBox input[type=text]{
	border-radius: 0px;
	background-color: #F7F7F7;
}

.contactBox textarea{
	border-radius: 0px;
	background-color: #F7F7F7;
}

.contactBox .btn-submit{
	background-color: #FEC14F;
	color: #464646;
	border-radius: 0px;
	font-weight: bold;
}

.contactBox .forgetPassword{
	color: #19A7B5;
	font-size: 12px;
}