body {
    background-color: #f6f6f6 repeat;
    color: rgba(0, 0, 0, .6);
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.login-loader {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    background: #42b983;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes line-scale {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale > div {
    border-radius: 1px;
    margin: 0 2px;
    background-color: #fff;
    width: 3px;
    height: 14px;
    display: inline-block
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('/pub/img/bg-img/bg-img-login.jpg');
}

.cls-container {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.cls-content {
    padding-top: 10vh;
    position: relative;
    width: 100%;
}

.cls-content .cls-content-sm,
.cls-content .cls-content-lg {
    width: min(calc(100vw * 0.50), 400px);
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.panel-heading {
    margin-bottom: 10px !important;
}

.panel {
    border: 0;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 10px
}

.panel-body {
    padding: 15px
}

.pad-all {
    padding: 15px;
    text-align: center;
}

.bg-img ~ .cls-content .panel {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.panel-heading .panel-control i {
    font-size: 1.8em;
}

/*验证码图片和短信验证码图片*/
#validateCodeImg,
#validateCodeImgSms {
    min-width: 120px;
    padding: 0 0 0 2px !important;
    height: 33px !important;
}

/*微信公众号二维码*/
#qr,
#fill {
    width: 200px;
    height: 200px
}

#wxts {
    margin-top: 5px;
}

input {
    height: 33px !important;
    padding: 5px !important;
    font-size: 14px !important;
    /*font-weight: bold !important;*/
}
