.login {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}

.login .ui.segments {
	border: solid 1px #E6E9ED;
}

form .ui.button { width: 100%; }

.clearfix:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*validate style*/
ul.parsley-errors-list.filled {
	padding: 0;
	margin: 5px 0;
}

ul.parsley-errors-list.filled li {
	color: red;
	list-style: none;
}