.fulldlpanel{
    background: url("../image/login/bj.png") no-repeat;
    width:100%;
    height:100%;
    background-size:100% 100%;
    position:absolute;
}
#tm{
    background: url("../image/login/tm.png") no-repeat;
    width:100%;
    height:30%;
    background-size:100% 100%;
    position:absolute;
    top:38%;
    left:0;
}
#logo{
    background: url("../image/login/logo.png") no-repeat;
    width:50%;
    height:40%;
    background-size:100% 100%;
    position:absolute;
    top:25%;
    left:5%;
}
#bd{
    background-color: #ffffff;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    width: 25%;
    height:50%;
    position:absolute;
    top:28%;
    left:63%;
}
.adiv{
    margin-top: 12%;
    margin-bottom: 7%;
    height:8%;
    width:80%;
    margin-left: 18%;
    position:relative;
}
.myForm{
    width: 68%;
    -web-kit-appearance:none;
    -moz-appearance: none;
    height:100%;
    border:1px solid #cdcdcd;
    /*color:#6a6f77;*/
    outline:0;
    padding-left:10%;
    color:#000000;
}
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    /*letter-spacing: 3em;*/
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    /*padding: .5em 4.5em .55em;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    #-webkit-border-radius: .5em;
    #-moz-border-radius: .5em;
    #border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width:15em;
    height: 2em;
}
.green {
    color: #e8f0de;
    border: solid 1px #ff9700;
    background: #ff9700;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff9700));
    background: -moz-linear-gradient(top,  #ff9700,  #ff9700);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#ff9700');
}
#title{
    display:block;
    margin-left: 17%;
    margin-top:5%;
    margin-bottom: 5%;
    font: 16px/100% Arial, Helvetica, sans-serif;
    color: #000000
}

.login{
    margin-top:5%;
    margin-left: 18%;
}

.img{

    width:10%;
    height:100%;
    background-color: #cdcdcd;
    position:absolute;
    top:1px;
    display:table


}

.ck{
    margin-left: 18%;
    color: #000000;
}
.forget{
    margin-top:5%;
    margin-left: 18%;
    font: 14px/100% Arial, Helvetica, sans-serif;
    text-decoration: none
}
.uname{
    width: 14px;
    height: 14px;
    top:50%;
    position: absolute;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.pwd{
    width: 14px;
    height: 12px;
    top:50%;
    position: absolute;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
}