form
{
	margin-top: 70px
	transition: all 4s ease-in-out;
	position: center;
}

.form-control
{
	width: 600px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #fff;
	font-size: 18px;
	margin-bottom: 16px;
	position: center;
}

input
{
	height: 30px;
}

form .submit
{
	background: #a9a9a9;
	opacity: 0.7;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
}