
html{
    min-width: 1002px;
}
body{
    min-width: 1002px;
    margin:0;
    background: linear-gradient(to right,#43CEA2 0%, #185A9D 100%);
    background: -webkit-linear-gradient(to right,#43CEA2 0%, #185A9D 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#43CEA2 0%, #185A9D 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#43CEA2 0%, #185A9D 100%); /* Firefox 3.6 - 15 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#43CEA2, endColorstr=#185A9D);/*IE<9>*/
}
.dt-login-title{
    width: 500px;
    height: 100px;
    line-height: 100px;
    margin-left: 50px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
.dt-login-content{
    width: 1002px;
    margin: 0 auto;
    padding:50px 0;
}
.dt-login-left{
    width: 501px;
    height: 300px;
    float: left;
    background: url("/platform/img/login_bg.png") no-repeat;
    background-size: 380px;
    background-position-x: 50%;
}
.dt-login-right{
    float: left;
    margin-top: 25px;
}
.footer{
    width: 1002px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left:50%;
    bottom: 15px;
    margin-left: -501px;
}


/*登录框*/
.login-page{
    background-color: #ffffff;
    border-radius: 3px;
    width: 320px;
    padding: 10px;
}
.title{
    font-size: 20px;
    color:#118487;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.input-group{
    height: 30px;
}
.form-horizontal{
    width: 90%;
    margin: 0 auto;
}
.form-control{
    height: 40px;
    border-bottom-right-radius: 5px!important;
    border-top-right-radius: 5px!important;
    box-shadow: none;
}
.input-group-addon{
    background-color: #FFFFFF;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.input-group-addon img{
    width: 21px;
}
.dt-common-btn{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    background-color: #118487;
    color: #ffffff;
    margin-top: 10px;
}
.dt-login-forget{
    text-align: center;
    margin-bottom: 10px;
}
.dt-login-forget a{
    color:#118487;
}


/*忘记密码框*/