.error{
	color: red;
}

.form-group{
	margin-top: 10px;
}

.form-group label{
	display: block;
	margin-bottom: 1px;
}

.form-group input[type="text"]{
	width: 300px;
}