@font-face {
    font-family: Panxiang;
    src: url('../../plugins/font-awesome/fonts/Panxiang.eot');
    src:
            url('../../plugins/font-awesome/fonts/Panxiang.eot?#font-spider') format('embedded-opentype'),
            url('../../plugins/font-awesome/fonts/Panxiang.woff2') format('woff2'),
            url('../../plugins/font-awesome/fonts/Panxiang.woff') format('woff'),
            url('../../plugins/font-awesome/fonts/Panxiang.ttf') format('truetype'),
            url('../../plugins/font-awesome/fonts/Panxiang.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (min-width:425px ) {
    .auth-box{
        width: 480px!important;
        height: 435px!important;
        background: rgba(255, 255, 255, 0.25);
    }
}

@media (max-width:425px ) {
    .auth-box{
        width: 90vw!important;
        height: 55vh!important;
        background: rgba(255, 255, 255, 0.25);
        margin-top: -10vh;
    }
    .auth-box .content{
        width: 65vw!important;
        margin-top: -30px!important;
    }
}

a{
    color: #676a6d;
}
a:hover{
    color: #6195FF;
}

button:focus{
    outline:none !important;
}
.bootstrap-switch-handle-off bootstrap-switch-primary{
    background: #0b0b0b;
    color: #ffffff;
}
#loginBtn{
    background: white!important;
    color: #0b0b0b;
}
#loginBtn:hover{
    background: #6195FF!important;
    color: white;
}

.auth-box .left{
    width: 100%!important;
}
.auth-box .right{
    display: none;
}
.auth-box .lead{
    font-size: 13px!important;
}
/*.auth-box .content{
    width: 18vw;
}*/
.sweet-alert fieldset{
    display: none;
}
.logo h3{
    color: white;
}
.lead{
    color: white;
}
.fancy-checkbox{
    color: white;
}
.bottom a,.bottom i{
    color: white;
}
.bottom a:hover{
    color: var(--thm-base)!important;
}

.auth-box .left{
    height: 0!important;
}
.auth-box .header{
    padding-top: 30px!important;
}
#normalLogin input,#loginBtn{
    width: 275px;
    height: 40px;
    line-height: 15px;
    margin: 0 auto;
}

#loginBtn{
    width: 275px;
    margin: 0 auto;
}