body,html{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	width: 100%;
	background: url(login-ui.jpg) center top;
 	background-repeat:no-repeat;
    background-size:cover;
    background-color: #3c8dbc;
}
.logincont{
	width: 350px;
	height: 350px;

	position: absolute;
	top: 250px;
	right: 220px;
	text-align: center;
}
.login-title{
	color: white;
	font-weight: 500;
}
.login-button{
	display: inline-block;
	width: 350px;
	height: 42px;
	border-radius: 6px;
	color: white;
	font-size: 18px;
	background: orange;
	border: none;
}
.login-check{
	text-align: left;
}
.login-user input, .login-pass input{
	width: 350px;
	height: 42px;
	border-radius: 6px;
	border: none;
	font-size: 16px;
	display: block;
	text-indent:45px;
}
.login-user, .login-pass{
	position: relative;
	
}
.user-icon, .lock-icon{
	position: absolute;
	top: 13px;
	font-size: 18px;
	left:20px;
	color: #666;
}
