*{
	margin: 0;
	padding: 0;
}

body{
	background-color: whitesmoke;
}

#wrapper{
	height: 100%;
	width: 100%;
	background-color: whitesmoke;
}

.Signup_sec{
	height: auto;
	width: 450px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #FCAD0C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;

}

.signup_top{
	height: 35px;
	width: 100%;
	background-color: white;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 10px;
	color: #FCAD0C;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
}

.signup_item{
	height: auto;
	width: 100%;
	overflow: hidden;
	background-color: whitesmoke;
	padding: 10px;
	font-family: sans-serif;
	font-weight: bold;
}

.signup_item label{
	height: 50px;
	width: 100%;
	background-color: none;
	color: #FCAD0C;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
}

.signup_item input[type=text]{
	height: 35px;
	width: 95%;
	padding-left: 5px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	
	
}


.signup_item input[type=Email]{
	height: 35px;
	width: 95%;
	padding-left: 5px;
	border: none;
	border-radius: 5px;
	font-size: 16px;

	
}


.signup_item input[type=number]{
	height: 35px;
	width: 95%;
	padding-left: 5px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	
}


.signup_item input[type=password]{
	height: 35px;
	width: 95%;
	padding-left: 5px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	
}


.signup_item input[type=submit]{
	height: 35px;
	width: 96%;
	padding-left: 5px;
	border: none;
	border-radius: 5px;
	text-align: center;
	background-color: #FCAD0C;
	color: whitesmoke;
	font-size: 16px;
	font-weight: bold;
	
}

.signup_item h4{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.signup_item a{
/*	text-decoration: none;*/
	color: #F85606;
}



