
form
{
	margin-top: 50px;
	transition: all 4s ease-in-out;
}
.form-control
{
	width:600px;
	background:transparent;
	border:none;
	outline:none;
	border-bottom:1px solid gray;
	color:#fff;
	font-size:18px;
	margin-bottom:16px;
}
input
{
	height:45px;
}
form .submit
{
	background:#FE8240;
	border-color:transparent;
	color:white;
	font-size:20px;
	font-weight: bold;
	letter-spacing: 2px;
	height:50px;

	margin-top: 20px;
}
form .submit:hovor
{
	background-color: #f44336;
	cursor:pointer;
}
