.loginBody {
	background-image: url('img/bgs/loginBG.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	height: 100vh !important;
	.container {
		height: 100%;
		align-items: center;
		justify-content: center;
		display: flex;
		.loginSplash {
			display: flex;
			.toolname {
				font-size: 1.2rem;
				letter-spacing: 2px;
				font-weight: 400;
			}
		}
	}
}