html,body{
	width:100%;
	height: 100%;
}
.login-wrap{
	width:100%;
	height:100%;
	background: url(../images/login-bg.jpg) center center no-repeat;
  	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.login-top{
	text-align: center;
}
.login-top h3{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	padding: 3% 0 4%;
}
.login-top h3 span{
	font-size: 22px;
	font-weight: normal;
}
.login-form{
	width: 400px;
	margin: 0 auto;
	padding-bottom: 3%;
}
.login-form p{
	margin-top: 5%;
	padding-left: 60px;
}
.login-form p.icon-user-name{
		background:#fff url(../images/icon-user.jpg) 5px center no-repeat;
}
.login-form p.icon-user-pwd{
		background:#fff url(../images/icon-pwd.jpg) 5px center no-repeat;
}

.login-form input{
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
}
    .login-form .btn-login {
        width: 100%;
        height: 55px;
        border: 0;
        text-align: center;
        line-height: 14%;
        background: #30abc1;
        margin-top: 53px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        outline: 0;
        box-shadow: 0 13px 30px #034f5d;
    }
.login-form .btn-login:hover{
	background:#069cb5;
}
