.login-wrap{
    width: 364px;
    margin: 0 auto;
    display: table;
    height: 100%;
}
.login-box{
    display: table-cell;
    vertical-align: middle;
}
.login-box .lg-h1{
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
}
.login-box .lg-h1 img{}
.lg-form{}
.lg-input{
    width: 100%;
    position: relative;
}
.lg-input input{
    border: none;
    font-size: 16px;
    width: 100%;
    padding: 21px 0 21px 50px;
}
.lg-ul{
    padding: 31px 0;
    display: block;
    text-align: center;
}
.lg-ul li{
    display: inline-block;
    position: relative;
}
.lg-ul li:after{content:'';width: 1px;height: 14px;position: absolute;right: -1px;background-color: #cfcfcf;top: 50%;margin-top: -5px;}
.lg-ul li:last-child:after{content:'';display: none;}
.lg-ul li a{
    font-size: 13px;
    color: #999999;
    padding: 0 15px;
    text-decoration-line: none;
}

.lg-ft{
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
    border-top: #f1f1f1 1px solid;
}
.lg-ft p{
    font-size: 12px;
    color: #cfcfcf;
    font-weight: 300;
}

.lg-id{
    border-top: #f1f1f1 1px solid;
}
.lg-id:after{content:'';position: absolute;left: 7px;top: 50%;width: 25px;height: 26px;background-image: url(../images/icon/icon-u.png);margin-top: -13px;}
.lg-pass{
    border-top: #f1f1f1 1px solid;
    border-bottom: #f1f1f1 1px solid;
}
.lg-pass:after{content:'';position: absolute;left: 7px;top: 50%;width: 23px;height: 27px;background-image: url(../images/icon/icon-p.png);margin-top: -13.5px;}
.lg-label{
    display: block;
    padding: 17px 0 30px 0;
}
.lg-label input{
    vertical-align: middle;
}
.lg-label span{
    font-size: 13px;
    color: #4a86ef;
    vertical-align: middle;
}
.lg-btn{
    background-color: #4a86ef;
    width: 100%;
    border: none;
    font-size: 24px;
    color: #fff;
    height: 69px;
    border-radius: 0;
}
.lg-btn img{
    vertical-align: middle;
}
.lg-btn span{
    display: inline-block;
    padding-left: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cfcfcf;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cfcfcf;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cfcfcf;
}
