html, body{
	height: 100%;
	background-color: #F8F8FF;

}

.global-container {
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	/*color: #00BFFF;*/
	background-image: url('img/bg1.jpg');
	 background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.login-form {
	width: 380px;
	height: 65%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #F8F8FF;
	border-radius: 5px;
	/*border-color: #00BFFF;*/
}

.card-body{
	font-weight: 500;
	padding-top: 20px;
	height: auto;
}