/**站长后台登陆css*/
body {
    min-height: 100vh;
    background-size: 300%;
    animation: bganimation 20s infinite;
    font-family: '@font-face';
}

@keyframes bganimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(/assets/error/css/font/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

.FontColor {
    background-image: -webkit-linear-gradient(125deg, #29b9ff, #ff5b40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 2em;
    height: 3em;
    line-height: 3em;
    color: #745dff;
}

.LoginIcon {
    color: coral;
    cursor: pointer;
}

.LgoinBtn {
    background: #76e633;
}

.LgoinBtnDe {
    background:#CCCCCC;
}