body,div,span,form,p,input,button,ul,li{
    margin: 0px;
    padding: 0px;
}
body{
    /* background: url(./image/4.jpg); */
    /*background-image: url(/dcs/portal_ai/6.jpg);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*background-color: #1c3eaa;*/
    /*background-color: #081523;*/
}

/**
 主体
**/
.login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login-container{
    width: 55%;
    min-height: 500px;
    min-width: 905px;
    margin: 0px auto;
    position: relative;
}

/**header部**/
.login-header{
    display: flex;
    position: relative;
}

.login-logo{
    height: 68px;
}

.login-logo img{
    /*background-color: #fff;*/
    width: initial;
    height: inherit;
}

.login-title p{
    padding: 16px 10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.login-org{
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.login-org p{
    padding: 16px 10px;
    color: #ffff;
    font-weight: bold;
    font-family: inherit;
    font-style: inherit;
    font-size: 20px;
}

/**内容中心*/
.login-content{
    background-color: #fff;
    display: flex;
}

.login-content-left{
    width: 60%;
}

.login-content-right{
    width: 40%;
    background: #EDEFF1;
    /*background: #f6f8fa;*/
}

.login-right-header p{
    font-size: 26px;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    height: 100px;
    line-height: 125px;
    margin: 0px auto;
    width: 80%;
}


.login-right-body {
    width: 80%;
    margin: 0px auto;
}

.login-right-body form .div-form-input{
    width: 95%;
    height: 45px;
    line-height: 45px;
    /* border: 1px solid #e9e9e9; */
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 25px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 2px 1px #e6e6e6;
}


.login-right-body form .fa{
    color: #757575;
}


#login-pass-eye{
    position: absolute;
    right: 12px;
    top: 13px;
}

.login-right-body form div input{
    width: 85%;
    height: 30px;
    border: 0;
    padding: 0px 5px;
    font-size: 16px;
    outline: none;
}


.login-right-body button{
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: 0;
    /*background-color: #4e88ff;*/
    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    letter-spacing: 6px;
    background: linear-gradient(to right, #0984e3 0%,#3facff 100%);
    box-shadow: 0px 2px 5px 1px #a1c1db;
}

.login-right-footer{
    padding: 20px 10px;
    line-height: 30px;
    font-size: 14px;
}

.login-right-footer div{
    margin: 0px auto;
    width: 85%;
}

.btn-yzm{
    position: absolute;
    right: 0;
}


.div-info-tips{
    position: relative;
    top: -10px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: red;
}


.erweima{
    width: 130px;
    background-color: rgba(26,44,92,0.5);
    padding: 10px 20px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 16px;
    font-weight: bold;
    font-family: auto;
    border-bottom: 3px solid #03A9F4;
}
.erweima img{
    width: 100%;
}