.header{
    width: 100%;
    height: 500px;
    display: table;
}
.img{
    width: 100%;
    height: 500px;
    background: url("/static/images/sprite/pic_bg.jpg") no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}
.login_window{
    width: 300px;
    height: 300px;
    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{
    float:left;
    border-bottom:  2px solid #CCC;width: 50%;
    text-align: center;
}
.login_left h1 {
    font-weight: normal;
    font-size: 18px;
    /*    margin-right: 300px;*/
}
.logion_colour_green{
    color: green;
}
.logion_border_green{
    border-bottom:  2px solid green;width: 50%;
}

.login_centen{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.base_input {
    width: 260px;
    height: 40px;
    line-height: 18px;
    padding: 7px 8px;
    border: #c1c1c1 solid 1px;
    border-radius: 4px;
    color: #999;
    font-size:13px;
    padding-left: 35px;
}
.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: -4px;
}

.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;
}
.errorCue{
    height: 20px;
    margin-top: 8px;
    color: red;
}