body.register{
	font-family:sans-serif;
	background:#f5f5f5;
}

body.register .box{
	width:340px;
	margin:80px auto;
	padding:25px;
	background:#fff;
	border-radius:8px;
}

body.register .box input,
body.register .box button{
	width:100%;
	box-sizing:border-box;
}

body.register .box input{
	padding:10px;
	margin:10px 0;
}

body.register .box button{
	padding:10px;
	background:#4CAF50;
	color:#fff;
	border:none;
	cursor:pointer;
}

body.register .error{
	color:red;
}
