*{
    box-sizing: border-box;
}
body{
    margin: 0px;
    padding: 0px;
}
img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
    padding: 0px;
    color: #fff;
}

a{
	text-decoration: none;
	color: #fff;
	display: inline-block;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.header-area{
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;

}
.overlay {
	background: rgba(3,36,57,0.9);
	padding: 50px 0px 160px;
}
.logo a {
	display: inline-block;
	width: 200px;
}
.leftSide h2 {
	font-size: 34px;
	line-height: 64px;
	margin-bottom: 50px;
	margin-top: 24px;
}
.leftSide em {
	color: #fff;
	max-width: 410px;
	display: block;
	font-size: 18px;
	margin: 0 auto 14px;
}
.leftSide h1 {
	font-weight: bold;
}
.leftSide p {
	font-size: 18px;
	margin-bottom: 16px;
}
.row.bottom {
	margin-top: 90px !important;
}
.form-area {
	background: #FFF;
	padding: 40px 40px;
	border-radius: 5px;
}
.form-area h4 {
	color: #2a2a2a;
	margin-bottom: 24px;
}
.con-form .form-control {
	padding: 1.405rem .75rem;
	color: #000;
	background-color: #fff;
	border: 1px solid #A4B3BC;
	border-radius: .15rem;
	margin-bottom: 14px;
}
.con-form .form-control:focus {
	box-shadow: none;
}
.con-form input[type="submit"] {
	background: #2BDB77;
	color: #032439;
	font-size: 1.325rem;
	line-height: 2.313rem;
	font-weight: 700;
	border-radius: 10px;
	width: 100%;
}

@media only screen and (max-width: 992px) {
 
 	.leftSide {
	margin-bottom: 24px;
	}
	.leftSide h2 {
	font-size: 25px;
	line-height: 54px;
	margin-bottom: 42px;
	margin-top: 24px;
	}
	.form-area h4 {
		font-size: 17px;
	}
	.con-form input[type="submit"] {
		font-size: 0.995rem;
		line-height: 2.313rem;
	}
	.leftSide h1 {
		font-size: 36px;
	}
	.con-form .form-control {
	padding: 1.205rem .75rem;
	font-size: 0.910rem;
	}
	.leftSide em {
	font-size: 15px; 
	}
} 


@media only screen and (max-width: 768px) {
	.form-area h4 {
	font-size: 24px;
	}
	.row.bottom {
	margin-top: 0px !important;
}
.leftSide h2 {
	margin-bottom: 9px;
	margin-top: 8px;
}
}

@media only screen and (max-width: 350px) {
	.form-area {
	background: #FFF;
	padding: 30px 15px;
	border-radius: 5px;
}
.form-area h4 {
	font-size: 18px;
}
.leftSide h1 {
	font-size: 31px;
}
.leftSide h2 {
	font-size: 21px;
	line-height: 40px;
}
}