body {
	background: url('../img/illustrations/81437300750b68af35491fff28ab8e98.jpg');
	background-size: 100% 100vh;
}

#particles-js {
	width: 100%;
	height: 100vh;
	background: transparent;
}

.form-control {
	height: 45px;
}

.logo > img {
	width: 100px;
}

#top {
	position: absolute;
	top: 0;
}

@media(min-width: 768px) {
	#top {
		left: 50%;
		transform: translate(-50%, 0);
	}
}