/* 登录 */

html,
body {
    height: 100%;
}

/* 背景图片 */
.login {
    width: 100%;
    height: 100%;
    background: url('../images/S5800_login/bg.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    /* 火狐浏览器 隐藏滚动条 */
    scrollbar-width:none;
    /* ie浏览器 隐藏滚动条 */
    -ms-overflow-style:none;
}
.login::-webkit-scrollbar {
    display: none;
}

.login_container{
    width: 1414px;
    margin: 0 auto;
    height: 100%;
}

.login_main{
    width: 1415px;
    height: 881px;
    background: url('../images/S5800_login/login_bg.png');
    position: relative;
    top:56px;
}

.login_left{
    width: 37%;
    height: 562px;
    margin-right: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    /* 主轴的方向 */
    justify-content: center;
    /* 纵轴的方向 */
    align-items: stretch;
    flex-wrap: nowrap;
    -webkit-flex-warp: wrap;
    /* 定义主轴的方向 */
    flex-direction: column;
}
.login_word{
    width: 100%;
    height: 42px;
    background: url('../images/S5800_login/login_word.png');
    margin-top: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 登录页 */
/* 左侧表单 */
.login_input{
    margin-top: 70px;
}
.login_input p{
    height: 24px;
    font-size: 20px;
    font-family: "Lato-Semibold";
    font-weight: 600;
    color: #0C0A22;
    line-height: 24px;
    margin-bottom: 32px;
}

.login_user,.login_pwd{
    width: 100%;
    margin-bottom: 39px;
}

/* 登录input框 */
.login_input input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "Lato-Regular", Lato;
    font-weight: 400;
    color: #444747;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #858490 ;
    padding: 0!important;
    padding-left: 37px!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.login_input input:hover,
.login_input input:focus {
    border: none!important;
    border-bottom: 1px solid #14C9BB!important;
}

.login_input .borderBFF594D{
    border-bottom: 1px solid #FF594D;
 }

 /* icon */
 /* 用户icon */
 .iUsername{
     width: 24px;
     height: 24px;
     background: url('../images/icon.png') -173px -92px;
     position: absolute;
     top: 5px;
     z-index: 1000;
 }
 /* 密码icon */
 .iPwd{
    width: 24px;
    height: 24px;
    background: url('../images/icon.png') -223px -92px;
    position: absolute;
    top: 5px;
    z-index: 1000;
 }
 
 /* 小图标 */
 .icon{
     width: 20px;
     height: 20px;
     position: absolute;
     cursor: pointer;
     right: 8px;
 }
 /* 取消 */
 .idel{
    background: url('../images/icon.png') -88px -435px;
    top: 6px;
 }
 .idel:hover{
    background: url('../images/icon.png') -123px -435px;
    top: 6px;
 }
 /* 密码隐藏 */
 .iPwdClose{
    background: url('../images/icon.png') -356px -96px; 
    top: 7px;
 }
 .iPwdClose:hover{
    background: url('../images/icon.png') -399px -96px;
    top: 7px;
 }
 
 /* 密码显示 */
 .iPwdShow{
    background: url('../images/icon.png') -270px -96px;
    top: 7px;
 }
 .iPwdShow:hover{
    background: url('../images/icon.png') -313px -96px;
    top: 7px;
 }


 /* 登录按钮 */
.login_left button{
    width: 100%;
    height: 64px;
    background: #14C9BB;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    /* margin-top: 53px; */
    border: none;
}
.login_left button:hover{
    background: #34DCCF;
    cursor: auto;
}

/* 登录错误提示 */
/* 用户名错误 */
.usererrTip{
    display: none;
    color: #FF5144;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 105px;
}
/* 密码错误 */
.pwderrTip{
    display: none;
    color: #FF5144;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    /* bottom: 12px; */
}

/* 登录页右侧插图 */
.login_right{
    width: 558px;
    height: 549px;
    background: url('../images/icon.png') -1158px -127px;
}
.login_logo{
    width: 65px;
    height: 32px;
    background: url('../images/icon.png') -88px -88px;
    position: absolute;
    top: 53px;
    right: 49px;
}

.login_footer{
    position: relative;
    font-size: 14px;
    font-family: "Lato-Regular",sans-serif;
    font-weight: 400;
    color: #9DA6B3;
    line-height: 48px;
    text-align: center;
}
.login_footer ul li{
    color: #14C9BB;
}

/* 版权号 */
/* .icon_copyright{
    width: 16px;
    height: 16px;
    background: url('../images/icon.png') -442px -98px;
    vertical-align: middle;
} */

/* 选择语言 */
.login_selectLanguage .select_demo{
    width: auto;
    border: none;
    padding-right: 16px;
    
}

/* 提示 */
.login_tip{
    position: absolute;
    top: 1px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    color: #FF5145 ;
    border-color:#fff;
    padding: 0 16px;
    left: 50%;
    transform: translateX(-50%);
}