body.signin{
	height:100%;
	background:url(../img/login-background.jpg) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.signin .signinpanel{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form{
    border-radius: 6px;
    background: #fff;
    width: 400px;
    padding: 25px;
}
.form-title{
    text-align: center;
    font-size: 20px;
}
.form .form-group{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.form-control, .single-line,.imgcode{
    height: 38px;
}
.signinpanel .code {
    background: #fff no-repeat 95% center;color:#333;
}
.form-group .code-wrap,.form-group .imgcode-wrap{
    padding:16px 0 !important;
    padding-bottom: 8px !important;
}
.form-group .code-wrap{
    padding-right: 20px !important;
}

/*阴影*/
.fa{display: inline-block;top: 27px;left: 6px;position: relative;color: #ccc;}
input[type="text"],input[type="password"]{padding-left:26px;}
.checkbox{padding-left:21px;}
.signup-footer{
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
}
