body, html {
	height: 100%;
	text-align:center;
}
.loginW {
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
}
.login-form {
	background-image:url("images/login.png");
	background-repeat: no-repeat;
	width:611px;
	height:970px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align:center;
	
}
.login-form form {
}

.form-group{
	margin-bottom: 15px;
}

.form-group img{
	position:relative;
	top:6px;
}

.form-group input{
	padding:8px;
	width:250px;
	border:1px solid #D2D0CF;
}

::placeholder {
    font-size: 0.8em;
    font-style:italic;
	color:#D2D0CF;
}

#loginsub{
	margin-top:18px;
	width:128px;
	height:38px;
	margin-left:16px;
	cursor: pointer;
}