.section5{
	width: 100%;
	height: 250px;	
	background-color: #081467;
}
.section5 h1{
	margin-top: 0%;
	 visibility: hidden;
	 font-size: 1px;
}
.section5 h2{
	margin-top: 3%;
	color: white;
	text-align: center;
}
.section5 img{
	position: absolute;
	width: 12%;
	height: 30%;
	margin-top: -2%;
	opacity: 0.1;
}
.section5-form{
    margin-top: 4%;
	margin-left:6%;
	padding-left:60px;
	width: 94%;
}

.section5-form-input{
 	width: 400px;
 	height: 50px;
 	border-radius: 5px;
    border: none;
}

.section5-form-send{
	width: 200px;
	height: 50px;
	background-color: transparent;
	border: 1px solid white;
	cursor: pointer;
	border-radius: 10px;
	font-size: 16px;
	color:white;
	font-weight: 600;

}

.section5-form-send:hover{
  border: none;
  background-color: #081467;
  font-weight: 800;
  font-size: 17px;
}

#form-email{
	margin-left: 1%
}

#form-btn{
	margin-left: 1%;
}