.signUpForm {
	width:600px;
	margin:0 auto;
	padding-top:30px;
}

.signUpForm input {
	width:90%;
	height:40px;
	padding: 0px 5%;
	margin-bottom:10px;
	border:none;
	background-color:rgb(250,250,250);
	font-family: Arial;
	color:rgb(200,50,100);
	font-size:16px;
	line-height:40px;
}

.signUpForm button {
	display:block;
	margin:0 auto;
	width:50%;
	height:40px;
	border:none;
	border-radius: 25px;
	background-color:rgb(25,25,25);
	font-family: Arial;
	color:rgb(238,221,130);
	font-size:16px;
	cursor:pointer;
}

.signUpForm button:hover {
	background-color:rgb(250,250,250);
	color:rgb(30,221,30);
}
