
canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js {
    background-color: #0b3e8b;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle-container {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); 
}
.login-container{
	background-color:#fff;
}
.text-uppercase {
	text-transform: uppercase;
}
/* Show on tablet and desktop */
@media (min-width: 768px) {
	.flyer {
		display: block !important;
	}
}

/* Hide on mobile */
@media (max-width: 767px) {
	.flyer {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.img-wrap {
		display: none;
	}
}