.login-bg{
    width: 100%;
    height: 100%;
    background: url("/back/img/bg_login_EMS.png") no-repeat;
    background-size:cover;
}
.logo{
    background-color: #ffffff;
    width: 100%;
    height: 50px;
}
.logo span{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.logo img{
    height: 100%;
    vertical-align: middle;
}
.login-page{

    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    width: 400px;
    height: 330px;
    position: absolute;
    left: 70%;

    top: 50%;
    margin-left: -200px;
    margin-top: -140px;
}
.title{
    font-size: 20px;
    color: #1181E3;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
}
.input-group{
    height: 30px;
}
.form-horizontal{
    width: 90%;
    margin: 0 auto;
}
.form-control{
    height: 40px;
    border-bottom-left-radius: 5px!important;
    border-top-left-radius: 5px!important;
}
.input-group-addon{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.input-group-addon img{
    width: 18px;
    height: 20px;
}
.hide{
    display: none;
}
.login-btn{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #1181E3;
    color: #ffffff;
}
.code-btn{
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #13a084;
    color: #ffffff;
}
.forget{
    color: #13a084;
    text-align: center;
}
.footer{
    color: #ffffff;
}
.checked{
    float: left;
}
.dt-login-logo
{
    height: 50px;
    line-height: 50px;
    color: #13a084;
    font-size: 24px;
    text-indent: 45px;
    background: url("/back/img/logo_EMS.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    margin-left: 60px;
    background-size: auto 100%;
}
