body,html{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: url("../images/apiLogin.png") no-repeat !important;
    background-size: 100% 100%;
}
.loginBox{
    width: 380px;
    height: 420px;
    position: relative;
    margin: 15% auto 0;
    background:rgba(255,255,255,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 0 0 15px #aaa;*/
    padding-top: 20px;
}

.formBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.adminName{
    height: 60px;
    font-size: 30px;
    color: #eeeeee;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: -15%;
    width: 100%;
    letter-spacing: 10px;
}
.loginName{
    height:70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
}
.inputItem{
    width: 85%;
    height: 50px;
    position: relative;
    /*border-bottom: 2px solid #eee;*/
    border-radius: 5px;
    margin: 10px auto 0;
}
.forTitle{
    display: inline-block;
    line-height: 50px;
    color: #fff;
    width: 80px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 2px;
}

.layui-input{
    width: 70%;
    height: 40px;
    border: none;
    /*font-size: 16px;*/
    padding-left:10px;
    position: absolute;
    left: 75px;
    top: 5px;
    background:#fff;
    outline: none;
    border-radius: 5px;
}
.forLogin{
    width: 85%;
    height: 50px;
    background: #1ea596;
    color: white;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 18px;
    border: none;
    display: block;
}
.chooseImg{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.remPass{
    width: auto;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.chActive{
    display: none;
}