body {
    background-image: url(../img/bj1.jpg);
    text-align: center;
    background-size: 100% 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.top {
    background: #ffffff2e;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 60px;
    left: 0px;
    right: 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.login {
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    border-radius: 10px;
    position: absolute;
    right: 5%;
    top: 66%;
    transform: translateY(-50%);
    padding:50px 60px;
}

.title {
    font-weight: 600;
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
}
.login-title{
    font-size: 26px;
    color: #eee;
    margin: 0 auto 40px auto;
    text-align: center;
    font-weight: 700;
}

.error-title{
    text-align: left;
    font-size: 16px;
    color: #eeff36;
    margin-bottom: 10px;
    margin-left: 10px;
    display:none;
}

.line {
   position: relative;
    margin-top: 20px;
}

.line input {
    font-size: 16px;
    height: 45px;
    outline: none;
    border:1px solid  #D6D6D6;
    border-radius: 5px;
    width: 340px;
    padding-left: 45px ;
}

.line .smallImg {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.logBut {
    padding: 10px 80px;
    border: none;
    color: #fff;
    margin: 20px 0;
    font-size: 18px;
    cursor:pointer;
    border-radius: 5px;
    background-color: rgb(0, 43, 104);
    width: 390px;
    font-weight: bold;
    font-family: "PingFang SC";
}

.logBut:hover{
    background: #636B7E;
}