#app-login{
	background-image: url('../img/bigdatabanner.png');
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#app-login input{
	background-color: transparent !important;
	border-color: rgb(233,233,233);
	box-shadow: none;
	border-radius: 5px;
	padding: 5px;
}

#app-login .panel{
	border-radius: 0 !important;
	margin-bottom: 0;
	padding: 1em;
}

.justify-content-center{
	display: flex;
	justify-content: center;
}

.logo-img{
	text-align: center;
	background-color: rgb(10, 38, 56);
	padding: 1em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}