body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(img/pic1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/pic1.jpg);
	background-position: center;
	font-family: sans-serif;
	color: #c94b15;
}
.contact-title {
	margin-top: 100px;
	color: black;
	text-transform: uppercase;
	transition: all 4s ease-in-out;
}
.contact-title h1{
	font-size:32px;
	line-height: 10px;
}
form{
	margin-top: 50px;
	transition: all 4s ease-in-out;
}
.form-control{
	width: 600px;
	background: black;
	border: none;
	outline: none;
	border-bottom: 1px solid black;
	color: #c94b15
	font-size: 18px;
	margin-bottom: 16px;
}
input{
	height: 45px;
}

form .submit{
	background:#ff5722;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
}
form .submit:hover{
	background-color: #f44336;
	cursor: pointer;
}