.login-body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url('../image/login-bg.jpeg') center center no-repeat;
    background-size: cover;
    font-family: "Microsoft YaHei";
}
.login-form{
    position: absolute;
    top: 23%;
    left: 60%;
}
.middle-box{
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    width: 350px!important;
    height: 450px;
    box-shadow: 2px 2px 10px #909090;
}
.form-image{
    width: 500px;
    text-align: left;
}
.form-logo-icon {
    margin: 10px;
    width: 45%;
}
.form-logo-title{
    width: 35%;
    height: 100%;
}
.form-group{
    position: relative;
    margin-bottom: 20px;
}
.form-control{
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 12px 9px 35px;
    height: 40px;
}
.form-group i{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 9px;
}
.username i{
    background: url('../image/login-username.png') center center no-repeat;
    background-size: auto 100%;
}
.password i{
    background: url('../image/login-password.png') center center no-repeat;
    background-size: auto 100%;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: 0 0 0 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
}
input {
    background-color: transparent;
}
.form-control:focus {
    border-color: #23a4de!important;
}
.retrieve-password{
    text-align: right;
}
.retrieve-password a{
    color: #23a4de!important;
}
.btn-primary{
    background-color: #23a4de!important;
    border-color: #23a4de!important;
}
.btn-primary:disabled{
    background-color: #23a4de!important;
    border-color: #23a4de!important;
}
.btn-primary:hover{
    background-color: #23a4de!important;
    border-color: #23a4de!important;
    opacity: 0.8;
}
.btn-primary:link{
    background-color: #23a4de!important;
    border-color: #23a4de!important;
}
.btn-primary:active{
    background-color: #23a4de!important;
    border-color: #23a4de!important;
}
.btn-primary:visited{
    background-color: #23a4de!important;
    border-color: #23a4de!important;
}
#toast-container > .toast-success{
    background-color: #50b7c1!important;
    border-color: #50b7c1!important;
    box-shadow: 1px 1px 1px #50b7c1;
}

video{
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -999;
}
/* 滑块部分  */
.drag{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin:0 auto;
    color: #fff;
    border-radius: 25px;
}
.bg{
    margin-left: 1px;
    height: 100%;
    position: absolute;
    background-color: #23a4de;
    border-radius: 25px;
}
.text{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
    letter-spacing: 2px;
    background-image: -webkit-linear-gradient(left, #888, #fff 25%, #888 50%, #fff 75%, #888);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 190% 100%;
    -webkit-animation: masked-animation 2.1s infinite linear;
}
.slide-btn{
    width:50px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    border:1px solid #e8e8e8;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color: #e8e8e8;
    border-radius: 25px;
    z-index: 11;
}
.slide-btn-img{
    background: url('../image/hook-icon.png') center center no-repeat;
    background-size: 20px 20px;
}

.left-title {
    font-size: 48px;
    color: #032141;
    border-bottom: 5px solid #032141
}
.left-content {
    font-size: 24px;
    color: #032141;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/*登录页适配宽度*/
@media screen and (max-width :500px){
    .login-form{left: calc(50% - 175px); }
}
@media screen and (max-width: 410px){
    .middle-box{width: 310px!important;}
    .login-form{left: calc(50% - 155px); }
}
@media screen and (max-width: 330px){
    .middle-box{width: 260px!important;}
    .login-form{left: calc(50% - 130px); }
}
.login-language {width: 100%; padding: 20px 5%; position: absolute;}
.login-language .language-toggle {max-width: 300px; float: right; position: relative; z-index: 999; padding-left: 30px;}
.login-language .language-toggle span.language-title {padding: 8px 25px; background-color: #0a6aa1; color: #fff; cursor: pointer; border-radius: 3px;}
.login-language .language-toggle span.language-title:hover {opacity: 0.8}
.login-language .language-toggle ul.language-ul {
    position: absolute; top: 32px; right: 5px; padding: 10px 30px; background-color: #fff; box-shadow: 2px 2px 5px #888888; display: none;
}
.login-language .language-toggle ul.language-ul li {display: block; padding: 10px 0 10px 20px; text-align: left; margin: 0; cursor: pointer; white-space:nowrap;}
.login-language .language-toggle ul.language-ul li:hover {opacity: 0.7}