body {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.login-container {
}


.login-logo {
	height:38px;
	background-image: url(logo_softdecc.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 50px;
}


.login-sep {
    background-color: #008bd2;
    height: 36px;
    margin-bottom: -1px;
	width:100%;
}


.login-form-container {
	background-image: url(login_background.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position:relative;
	width: 1023px;
	height: 305px;
}


.login-form {
	position: absolute;
	right:0px;
	height:100%;
	display:flex;
	flex-direction:column;
}

.login-info-container {
	display:inline-block;
	margin-top:auto;
}