body{
	background:#0d0e09;
}
.form-style-8{
	font-family: 'Open Sans Condensed', arial, sans;
	min-width: 300px;
	max-width: 500px;
	padding: 30px;
	
	margin: 50px auto;

}
.form-style-8 h2{
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #797979;
	font-size: 18px;
	font-weight: 100;
	padding: 20px;
	margin: -30px -30px 30px -30px;
}
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select 
{
	border-radius: 4px;
	text-indent: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 9px;
	border: none;
	color: #777775;
	/* border-bottom: 1px solid #ddd; */
	background: #232321;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
}
.form-style-8 textarea{
	resize:none;
	overflow: hidden;
}
.form-style-8 input[type="button"], 
.form-style-8 input[type="submit"]{
	-moz-box-shadow: inset 0px 1px 0px 0px #b6720e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #b6720e;
	box-shadow: inset 0px 1px 0px 0px #b6720e;
	background-color: #e48d0f;
	border: 1px solid #b6720e;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	padding: 18px 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	width: 100%;
	font-weight: bold;
}
.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover {
	background:linear-gradient(to bottom, #b6720e 5%, #b6720e 100%);
	background-color:#b6720e;
}
.logo
{
	display: block;
	margin: 0 auto;
	width:130px;
}
.form-style-8 a
{
	color: #fff;
	display: block;
	text-align: center;
	margin: 20px auto;
}
.form-style-8 p
{
	color: #fff;
	display: block;
	text-align: center;
	color: #777775;
	margin: 20px auto;
}