html{
	height: 100%;
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
}
body.signin {
    background: #18c8f6;
    height: auto;
    background:url("../img/login_bg.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255,.98);
}
.signinpanel {
    width: 0px;
    height:0px;
    position:absolute;
    top:50%;
    right:18%;
}
.signinpanel .row{
    width:480px;
    padding:5px;
    position:relative;
    top:-200px;
    left:-480px;
    background:rgba(206,215,235,.32);
    border: 1px solid rgba(255,255,255,.2);
    -moz-box-shadow:0px 5px 10px rgba(12, 12, 12, 0.2);
    -webkit-box-shadow:0px 5px 10px rgba(12, 12, 12, 0.2);
    box-shadow:0px 5px 10px rgba(12, 12, 12, 0.2);
}
.signinpanel .row form {
    min-height:350px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 150px 100px 22px;
    color:#333;
    background:#e6ecf9 url("../img/login-form-header-bg.png") no-repeat top;
}
.signinpanel .row form .form-group{
    margin-top:20px;
}
.signinpanel .row form .form-group .tooltrip{
    color:#d03737;
    margin: 10px 40px 0;
}
.btn-login{
	color: #eee;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(73,155,255) 0%, rgb(120,181,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(73,155,255) 0%, rgb(120,181,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(73,155,255) 0%, rgb(120,181,255) 100%);
}
.btn-login:hover{
	color: #fff;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(73,155,255) 0%, rgb(186,217,255) 70%, rgb(142,193,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(73,155,255) 0%, rgb(186,217,255) 70%, rgb(142,193,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(73,155,255) 0%, rgb(186,217,255) 70%, rgb(142,193,255) 100%);
}

.login-footer{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
}
.login-footer p{
    color:#fff;
    margin-bottom:5px;
}
