
/*******************************login****************************************/
html, body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.header{
    width: 100%;
    height: 37%;
    background: #24a0b3 50% 0 url(../image/header_background.png) no-repeat;
    text-align: center;
}
.content{
    width: 100%;
    background-color: #f2f9ff !important;
    height: 60%;
    position: relative;
}
.footer{
    width: 100%;
    height: 3%;
    text-align: center;
    background-color: #24a0b3;
}
.footer a{
    color: #F4F4F4;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
}
.footer a:hover{
    color: #fff;
    text-decoration: none;
}
.image-left{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.image-left img{
    position: absolute;
    right: -200px;
    top: -60px;
    margin: 40px 100px 0 0;
}
.form-right{
    width: 50%;
    height: 100%;
    float: left;
}
.form-right .form-signin {
    max-width: 350px;
    margin: 50px 0 0 115px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom:9px;
    margin-top:9px;
    font-size: 14px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.captcha{
    width:135px;
    height:36px;
    display:inline;
}
.captcha_input{
    width:160px;
}
.logo{
    margin-top: 40px;
}
#logo_text_background{
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -91px;
}
#logo_text{
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -70px;
}
#company_text{
    position: absolute;
    top: 176px;
    left: 50%;
    margin-left: -181px;
}
#login{
    height: 39px;
    margin-top: 16px;
    background-color: #4ab361;
}

.text-center{
    margin-top:10px;
}

.anchor{
    float:right;
    margin-right:10px;
}
#demo {
    padding-top: 10px;
    color: #478F2A;
    text-align: right;
    font-weight: bold;
}