body {
    color: #999;
    background-color: #f1f4fd;
    background-size: cover;
}

a {
    color: #444;
}
.login-header{
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #e60012;
    padding: 0;
}
.login-header .header-nav{
    width: 1200px;
    margin: 0 auto;
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-header .header-nav .header-left{
    font-weight: 500;
    height: 100%;
}
.login-header .header-nav .header-left .header-linklist{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.login-header .header-nav .header-linklogo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.login-header .header-nav .header-title{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 16px 30px 16px 8px;
}
.login-header .header-nav .header-mgleft{
    font-weight: 400;

}
.login-header .header-nav .header-link{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    padding: 20px 16px;
    white-space: nowrap;
}
.header-navlogo{
    width: 32px;
    height: 32px;
    border: 0;
   
}
.login-screen {
    padding: 0;
    /* margin: 100px auto 0 auto; */

}

.login-screen .well {
    background-color: #FFF;
    overflow: hidden;
    padding: 0;
    border: none;
    box-shadow: none;
}

.profile-img-card {
    width: 100px;
    height: 100px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: -93px auto 30px;
    border: 5px solid #fff;
}

.profile-name-card {
    text-align: center;
}

.login-container {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.login-footer {
    width: 100%;
    height: 152px;
    color: #6c7073;
    background: #232526;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-wrapper {
    height: 750px;
    background: #fff;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 48px auto 72px;
    border-radius: 8px;
}

.login-container .login-banner {
    height: 100%;
    width: 50%;
    position: relative;
}
.login-container .login-logo{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 32px;
    left: 32px;
    background-image: url(https://iflight-wholesale.oss-cn-hongkong.aliyuncs.com/loginbg/iflight-logo-White.png);
    background-size: 100% 100%;
    z-index: 100;
}

.login-container .login-content{
    -ms-flex: auto;
    flex: auto;
}
.login-banner .swiper img{
    border-radius: 8px 0px 0px 8px;
}
.login-container .login-screen {
    width: 50%;
    height: 100%;
    padding: 128px 95px;
}

.login-container .swiper {
    height: 100%;
}
.login-container .swiper-button-next:after,
.login-container .swiper-button-prev:after{
    font-size: 36px;
}
.login-container .swiper-button-next,
.login-container .swiper-button-prev {
    opacity: 0;
    font-size: 36px;
    color: #fff;
    outline: 0;
    padding: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    cursor: pointer;
}

.login-container .swiper:hover .swiper-button-next,
.login-container .swiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 3px !important;
    border-radius: 0 !important;
    overflow: hidden;
    background-color: #00000033 !important;
    opacity: 1;
    transition: all .3s ease-out;
}

.swiper-pagination-bullet-active {
    background-color: #00000033 !important;
    width: 24px !important;
    border-radius: 3px !important;
}

.swiper-pagination #progress {

    opacity: 1;
    width: 0%;
    height: 100%;
}

.swiper-pagination-bullet-active #progress {
    /* width:100%; */
    background: #e60012;
    transition: width 4s ease-out;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-container .login-head h3 {
   font-size: 36px;
   font-weight: 400;
   color: #3B3E40;
   margin: 0;
}

.login-container .login-form {
    margin-top: 46px;
}

.login-container .login-form label.control-label {
    font-size: 16px;
    line-height: 16px;
    color: #231815;
    font-weight: 400;
    margin-bottom: 10px;
}
.login-container .login-form .input-group{
    border: 1px solid #9FA3A6;
    height: 48px;
    border-radius: 3px;
}
.login-container .login-form .form-group.has-error .input-group{
    border-color: #e60012;
}
.login-container .login-form .input-group .input-group-addon{
    border: none;
    border-radius: 3px;
    color: #CECECE;
}
.login-container .login-form .input-group .form-control{
    border: none;
    height: 100%;
}
.login-container .login-form .btn-custom {
    background-color: #e60012;
    color:#fff;
    outline:none;
    border: none;
}

.login-container .login-form .has-success .input-group-addon{
    color:#CECECE;
}

.verify-wrap .fix-tips {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}

@keyframes slidetounlock {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: 200px 0;
    }
}

.login-container .login-hint {
    text-align: left;
    font-size: 12px;
    color: #9fa3a6;
    margin: 0;
    padding: 0;
}
.footer-img{
    display: none;
}
.verify-wrap .drag-btn{
    width: 47.5px;
    height: 48px;
}

.verify-wrap{
    height: 48px;
}
.verify-wrap .drag-progress{
    height: 48px;
    line-height: 48px;
}
.verify-wrap .fix-tips, .verify-msg{
    line-height: 48px;
}
.verify-wrap .suc-drag-btn{
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAAA/UlEQVRYhe3XLc9GYBjG8eN6dkdFIQuqoCiCbj6ob2CCIplRaJKqEHT3c/kAz66Xc/fLnvO3UY7N/jNmxDAMF77AQ57iOH53x5/GccTPuyNUcSg1DqXGodQ4lNr/CC3LEsuyaG8mrEKzLEPXdZjnWWszYRXq+z7yPMc0Tej7XnkzYf2Muq6LoiiwrivatsV1XUrby0Mlx3Huu7fvO5qmUd50kL31QgijTdXD+gq/zvNEVVXwPA9pmipvOqxDj+O4Q4IgQJIkypsuq9Bt21DXNaIoug/VzYRVqHw55J0Kw1BrMyHkXyj/3BHiUGocSo1DqXEota8Jvb/18hP16Z7qL3h/w53n4AAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 100% 100%;
}

.verify-wrap .verify-msg.sucMsg{
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}
@media (max-width: 767px){
    .login-container{
        min-height: 100vh;
    }
    .login-content{
        position: relative;
        height: calc(100vh - 64px - 6.4rem - 69px);
    }
    .login-header .header-nav{
        width: 100%;
    }
    .login-header .header-nav .header-title{
        font-size: 12px;
        padding: 16px 8px;
    }
    .login-header .header-nav .header-navlogo{
        margin: 16px 0 16px 16px;
    }
    .login-header .header-nav .header-link{
        font-size: 12px;
        padding: 16px 8px;
    }
    .login-container .login-head h3{
        font-size: 24px;
    }
    .login-container .login-banner{
        display: none;
    }
    .login-wrapper{
        width: calc(100vw - 32px);
        margin: 6.4rem 16px;
        height: auto;
    }
    .login-container .login-screen{
        width: 100%;
        padding: 30px 16px;
    }
    .login-screen .well{
        margin: 0;
    }
    .login-container .login-form{
        margin-top: 32px;
    }
    .login-container .login-hint{
        font-size: 8px;
    }
    .login-container .login-form .input-group{
        height: 32px;
    }
    .verify-wrap{
        height: 32px;
    }
    .verify-wrap .drag-progress{
        height: 32px;
    }
    .verify-wrap .drag-btn{
        height: 32px;
        width: 43.5px;
    }
    .verify-wrap .fix-tips, .verify-msg{
        line-height: 32px;
    }
    .footer-img{
        display: block;
        width: 32px;
        height: 32px;
    }
    .login-footer{
        height: auto;
        background:transparent;
        text-align: center;
        padding-bottom: 12px;
        position: relative;
        flex-direction: column;
    }
    .copyright{
        font-size: 8px;
        padding-top: 12px;
    }
    .login-header .header-nav .header-left{
        overflow-x: auto;
        position: relative;
    }
    .login-header .header-nav .header-left::-webkit-scrollbar{
        display: none;
    }
    .login-header .header-nav .header-link{
        transition: all .5s ease;
    }
    .login-header .header-nav .header-left .line{
        position: absolute;
        bottom: 0;
        left: 66px;
        width: 55px;
        height: 2px;
        background-color: #fff;
        transition: all .5s ease;
        transform: translateX(200px);
    }
}

.toast-top-right{
    top: 76px;
}