.ez-ids-login{
    font-family: "microsoft yahei";
}

.ez-ids-login-header{
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    margin: 0 100px;
    margin-right: 150px;
}
.ez-ids-login-header img{
    height: 56px;
}
.ez-ids-title{
    font-size: 22px;
    position: absolute;
    left: 115px;
    top: 8px;
    display: block;
}
.ez-ids-logo{
    float: left;
    position: relative;
    width: 40%;
}
.ez-ids-login-list{
    float: right;
}
.ez-ids-login-list li{
    display: inline-block;
    line-height: 100px;
    margin-left: 45px;
    cursor: pointer;
    font-size: 13px;
    color: #5b5f68;
}
.ez-ids-login-list li i{
    margin-right: 5px;
}
.ez-ids-login-list li .icon-home{
    color: #ACCE21;
}
.ez-ids-login-list li .icon-collect{
    color: #61C3D0;
}
.ez-ids-login-list li .icon-edit{
    color: #78A4CE;
}
.ez-login-login-body{
    background: url("../images/bg.png") no-repeat center 50%;
    width: 100%;
    position: relative;
    background-size: cover;
}
.ez-ids-login-form{
    width: 270px;
    position: absolute;
    right: 150px;
    height:260px;
    top:50%;
    margin-top: -150px;
    background-color:rgba(255,255,255,0.25);
    padding: 15px 20px;
}
.ez-ids-sys-name{
    color: #f5fafe;
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.form-group{
    position: relative;
}
.ez-ids-login-form-wrap{
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
}
.form-group-input  input{
    border:none;
    height: 40px;
    font-size: 13px;
    color: #7a7979;
    padding-left: 40px;
    padding-right: 15px;
    width: 205px;
}
.form-group-input.line  input{
    border-bottom: 1px solid #eee;
}
.form-group  .iconfont{
    position: absolute;
    top: 7px;
    left: 11px;
    color: #5B5F68;
}
.ez-ids-sys-name .iconfont{
    color: #fff;
    font-size: 20px;
    position: static;
}
.form-group-check{
    font-size: 13px;
    color: #fff;
    padding-left: 20px;
}
.form-group  .btn{
    border:none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background-color: #4E87BF;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    margin-top: 20px;
}
.ez-ids-login-footer {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #5b5f68;
    font-size: 13px;
}
.ez-ids-login-mask{
   position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background: rgba(0,0,0,0.3);
    display: none;

}
.ez-ids-login-modal{
    position: absolute;
    width: 300px;
    height:320px;
    top:50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -150px;
    background-color: #fff;
    border-radius: 4px;
}
.ez-ids-modal-header{
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    background-color: #98bbdb;
    text-align: center;
}
.ez-ids-modal-footer{
    text-align: center;
}
.ez-ids-modal-footer .btn{
    color: #fff;
    font-size: 13px;
    border:none;
    border-radius: 4px;
    padding: 10px 20px;
    width:120px;
    text-align: center;
    background-color: #4E87BF;
}
.ez-ids-modal-footer .btn.btn-cancel{
    background-color: #A0A0A0;
    margin-left: 17px;
}
.ez-ids-modal-change-pwd{
    background-color: #f5fafe;
    color: #7a7979;
    font-size: 13px;
    margin: 20px;
    border:1px solid #ddd;
}

.ez-ids-modal-change-pwd input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 25px;
    padding-right: 15px;
    width: 190px;
    height: 45px;
    margin: 0 15px;
}
.no-line input{
    border-bottom: none;
}
.ez-ids-modal-change-pwd .iconfont{
    left: 17px;
    top:9px;
}
.btn{
    cursor: pointer;
}
::-moz-placeholder { color: #7a7979; }
::-webkit-input-placeholder { color:#7a7979; }
:-ms-input-placeholder { color:#7a7979; }