html{height: 100%;}
body.signin {
    min-width:1000px;
    background: #18c8f6;
    height: auto;
    background:url("../img/loginBg2.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#333;
}


.box-login{
    width:100%;
}
.m-t-md{
    width:100%;
    margin-top:0;
    font-size:24px;
    text-align:center;
    color:#666;
}
.code{
    width:288px;
    margin:0 auto;
}
.code input{
    width:288px;
}
.code span{
   color:#666;
   cursor:pointer;
   font-size:12px;
}
.code span:hover{
    color:#0075c1;
}
.code:after{
    clear:both;
    content:"";
    height:0;
    display:block;
}
span.code-pic {
   width:28%;
    line-height: 29px;
    height: 29px;
    /* max-height: 32px; */
    background: #eee;
    text-align: center;
    display: block;
    float: left;
    margin-top:8px;
    color:#333;
    margin-left:2%;
}
.signinpanel {
    width: 420px;
    height:360px;
    position:absolute;
    left:50%;
    top:49%;
    margin:-180px 0 0 -210px;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 8px;
}

.signinpanel .organ {
    background: #fff url(../img/organ.png) no-repeat 95% center;color:#333;
}
.signinpanel .depart {
    background: #fff url(../img/organ.png) no-repeat 95% center;color:#333;
}
.signinpanel .uname {
    background: #fff url(../img/user.png) no-repeat 95% center;color:#333;
}
.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 95% center;color:#333;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    background: #fff;
    border: 1px solid rgba(255,255,255,.3);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
     box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding:50px 30px;
}

.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}


input[type=checkbox]+.lbl::before, input[type=radio]+.lbl::before {
    margin-top:-4px;
}
.code-left{
    float:left;
}
.code-right{
    float:right;
    height:100%;
}
.code-right a{
    color:#666;
    font-size:12px;
}
.code-right:hover a{
    color:#333;
}
.box-login .form-control{
	height:30px;
}
.copyfoot{
	width:50%;
	height:20px;
	position: absolute;
	bottom:18%;
	margin:-10px 0 0 -25%;
	left:50%;
	color: #666;
	text-align: center;
}
.copyfoot a{
	text-decoration: none;
	color:#222;
}

input:-webkit-autofill {
-webkit-box-shadow : 0 0 0px 1000px #fff inset ; 
}