body {
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../img/splash.svg"), linear-gradient(130deg, #28A745, #007bff, #7e3f9d);
	background-size: cover;
	background-repeat: no-repeat;
}

.navbar-inverse {
	background: transparent;
	border-bottom: 1px solid #FFF;
}

.login-form-container {
	max-width: 360px;
}