.login-body {
    margin: 0px;
    padding: 0px;
    background: url(../css/images/meteorshower2.jpg);
}

.login-main {
    width: 999px;
    height: 542px;
    margin: 9% auto auto auto;
    background-image: url("../css/images/login-container.png");
    background-size: 999px 542px;
}

.login-login-top{
    width: 999px;
    height: 150px;
}

.login-login-main{
    width: 290px;
    height: 60px;
    margin: 2% 14% auto auto;
}

.login-center-img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.login-center-input {
    float: left;
    width: 230px;
    margin-left: 15px;
    position: relative;
}

.login-center-foot {
    margin-bottom: 5px;
    height: 2px;
}

.input {
    font-size: 18px;
    outline:none;
    border: none;
    font-family: '微软雅黑';
}

.login-button {
    cursor: pointer;
    width: 250px;
    text-align: center;
    height: 66px;
    line-height: 66px;
    border-radius: 5px;
    margin: 2% 18% auto auto;
}

.login-error-hint {
    width: 290px;
    height: 60px;
    margin: 2% 14% auto auto;
    font-size: 18px;
    position: relative;
    line-height: 60px;
    font-family: '微软雅黑';
}

.tip {
    width: 999px;
    margin:1% auto;
    color: #FFFFFF;
    text-align: left;
    font-size: 15px;
    font-family: '微软雅黑';
}