.header{
    width: 100%;
    height: 500px;
    display: table;
}
.img{
    width: 100%;
    height: 500px;
    background: url("/static/images/sprite/pic_bg2.jpg") no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}
.login_window{
    width: 300px;
    /*height: 380px;*/
    padding-bottom: 20px;
    background-color: white;
    margin:0 auto;
    /*    border:1px #000 solid;*/
    border-radius:5px;
}
.login_top{
    width: 300px;
    padding: 0px 20px 0 20px;
    height: 50px;
    display: table;
}
.login_left{
    text-align: center;
}
.login_left h1 {
    font-weight: normal;
    font-size: 18px;
    /*    margin-right: 300px;*/
}

.logion_border_green{
    border-bottom:  2px solid #c1c1c1;
}

.login_centen{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.base_input {
    width: 260px;
    height: 40px;
    line-height: 18px;
    border: #c1c1c1 solid 1px;
    border-radius: 4px;
    color: #999;
    font-size:13px;
    padding: 0 3rem;
    max-width: 100%;
}
/*.account-icon {
    position: absolute;
    top: 1px;
    right: 3px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../../images/login/login-icon.png") repeat scroll -40px -116px transparent;
}*/
.password-icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align: center;
    font-size: 150%;
    color: #c1c1c1;
}
.password-icon:before{
    /*content: 'R';*/
}
.line {
    position: absolute;
    top: 5px;
    left: 29px;
    display: block;
    width: 1px;
    height: 30px;
    background: url("/static/images/sprite/pic_xuline.png") repeat scroll -40px -156px transparent;
}
.fr {
    float: right;
    display: inline;
}
.fl {
    float: left;
    display: inline;
}
.w280{
    font-size: 12px;
}
.btn-button{
    background-color: green;
    border-radius:5px;
    width: 260px;
    height: 40px;
    display:inline-block;
    display: table;
    margin-top: 10px;
}
.btn-button a{
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.top_alignment{
    margin-top: -5px;
}
.a_left{
    margin-left: 10px;
}
.orange{
    color: #f35f07;
}
.code{
    width: 159px;
}
.send_out{
    width: 91px;
    height: 40px;
}
.sendcode{
    background-color: #eeeeee;
    width: 91px;
    height: 30px;
    float: right;
    border-radius: 4px;
    display: table;
    margin-left: 9px;
}
.sendcode a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}
.complete-icon {
    position: absolute;
    top: 55px;
    left: 92px;
    width: 80px;
    height: 80px;
    color: #c1c1c1;
    display: table;
    font-size: 150%;
    text-align: center;
    background-color: green;
    border-radius: 50%;
}
.z-icon-f00c:before{
    font-size: 80px;
    color: #f9f9f9;
}
/*.complete-icon:before{
    content: 'x';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}*/
.complete-text{
    top:155px;
    left:91px;
    position: absolute;
    color: green;
    font-size: 20px;
}


/*
modifyPassword.html修改密码页面样式*/

.img3{
    width: 100%;
    height: 500px;
    background: url("/static/images/sprite/pic_bg3.jpg") no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}
/*.login_centen label{
     margin-bottom: 10px;
}*/
.background_gray{
    background-color: #c1c1c1;
}
.input-item{
    position: relative;
}
.input-item label.error{
    position: absolute;
    left: 100%;
    top:50%;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 30px;
    height: auto;
    margin-top:-15px;
    font-size: 14px;
    background-color: #ff7900;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
}
.input-item label.error:before{
    content: '';
    display: inline-block;
    position: absolute;
    right:100%;
    top:50%;
    margin-top:-5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #ff7900;
    border-bottom: 5px solid transparent;
}
