html,
body{
	height: 100%;
	background-image: url(../img/bglogin.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.login-form {
	margin: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-logo {
	max-width: 100%;
	margin: 20px 20px 40px 0px;
}

#form {
	text-align: right;
	width: 350px;
}

.login-bck {
	max-width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/background.jpg);
}

.spacelabel {
	text-align: left !important;
	font-family: "Roboto", sans-serif;
	color: #6c6e7e;
	font-size: 16px;
}

.btn-sdl{
	background-color: #fff !important;
	color: #005494 !important;
	border-color: #005494 !important;
}

.btn-sdl:hover{
	background-color: #005494 !important;
	color: #fff !important;
	border-color: #005494 !important;
}