body {
    background-image: url(/images/sky.0350c44.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;
    top: 0;
    line-height: 80px;
    left: 0px;
    right: 0px;
    color: #fff;
    text-align: left;
    padding-left: 80px;
    font-size: 26px;
    font-weight: 600;
}

.login {
    background: #fff;
    width: 21%;
    text-align: center;
    padding: 70px 2%;
    border-radius: 2px;
    position: absolute;
    top: 23%;
    right: 5%;
}

.title {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #666;
}

.line {
    border-bottom: 1px solid #d8d8d8;
    margin: 22px 1%;
    width: 96%;
}

.line input {
    border: none;
    padding: 0px 1%;
    margin: 1%;
    background: #fff;
    width: 84%;
    font-size: 16px;
    line-height: 30px;
    outline: none;
}

.line .smallImg {
    width: 26px;
    float: left;
    vertical-align: middle;
    margin-top: 1px;
}

.logBut {
    background: #1E9FFF;
    padding: 10px 80px;
    border: none;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
    cursor: pointer;
    width: 96%;
    border-radius: 3px;
}
.logBut:hover{
    opacity: 0.8;
}

.tips{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    color: black;
}
