body {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(225,225,225,1) 100%);
	background-repeat: no-repeat;
}

#register_form input {
	margin-bottom: 10px;
	margin-top: 5px;
}

#register_form {
	font-size: 16px;
}