#particles-js{
	background-image: url(../images/banner.jpg);
	background-size: cover;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

#logo-image {
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: auto;
	max-height: 250px;
}

.help-block {
	color: darkblue;
}

h3.text-justify {
	text-align: center;
}