﻿.content {
    background: url(../App_Image/base/back2.png) no-repeat;
    background-size: 100% 100%;
}

.logo {
    text-align: center;
    margin-top: 70px;
}

    .logo img {
        width: 70%;
    }

.input-panel {
    padding: 0 50px;
    margin-top: 40px;
}



.inputitem {
    /*background: #fff;*/
    height: 50px;
    /*border-radius: 25px;*/
    margin-bottom: 30px;
    padding: 0 30px;
    line-height: 50px;
    border-bottom: 1px solid #408EB6;
}

    .inputitem input {
        width: 100%;
        height: 40px;
        border: 0px;
    }

.inputicon {
    width: 22px;
    height: 22px;
    float: left;
    margin-left: -25px;
    margin-top: 14px;
}

    .inputicon.shouji {
        background: url(../App_Image/base/shouji.png) no-repeat;
        background-size: 100% 100%;
    }

    .inputicon.mima {
        background: url(../App_Image/base/mima.png) no-repeat;
        background-size: 100% 100%;
    }

.rememberpwd {
    float: right;
    font-size: 12px;
    color: #408EB6;
}



.mycheck {
    height: 16px;
    width: 16px;
    border: 1px solid #408EB6;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 0;
    color: #408EB6;
    text-align: center;
    font-family: 宋体;
    line-height: 16px;
    border-radius: 2px;
}

.mychecked {
    height: 16px;
    width: 16px;
    border: 1px solid #054292;
    background: #054292;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 0;
    color: #408EB6;
    text-align: center;
    font-family: 宋体;
    line-height: 16px;
    border-radius: 2px;
}

.label {
    float: left;
    margin-top: 9px;
    width: 80px;
    border-right: 1px solid #aaa;
    margin-left: 10px;
}

.label {
    padding-top: 1px;
}

.login-class {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    background: #408EB6;
    border: 1px solid #408EB6;
    position: relative;
}

.login-loading {
    background: url(/App_Image/base/loading-small.gif) no-repeat;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -70px;
}

.loading {
    display: block;
}

.loginbtn-p {
    padding: 0 80px; margin-top: 80px;
}