﻿* {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    overflow-x: hidden;
    background-color: #2E363F;
    padding: 0;
    background: #2E363F;
}

html, body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

[class^="icon-"], [class*="icon-"] {
    background-image: url(/imgs/glyphicons-halflings-white.png);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#logo-login {
    display: block;
    margin: auto;
}

#particles-js {
    width: 100vw;
    height: 100vh;
    position: relative;
    /*    background-image: url(/imgs/bg.jpg);*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.VideoBox {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background-color: red;
    background-image: url(/imgs/bg.jpg);
}
video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.public-login {
    margin: auto;
    padding-bottom: 40px;
    background: #FEFEFE;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #FFFFFF44;
    animation: myfirst .3s;
    border-radius: 8px;
    overflow: hidden;
}

@keyframes myfirst {
    from {
        opacity: 0;
        top: -100px;
    }

    to {
        opacity: 1;
    }
}

.logoBox {
    padding: 40px 20px 0;
}

.control-group {
    margin: auto;
    width: calc(100% - 56px);
    height: 40px;
    margin-top: 30px;
    text-align: center;
    background: #ECECEC;
    border-radius: 6px;
    overflow:hidden;
}

.clear {
    clear: both;
}

.control-login-text {
    color: #7E7E7E;
    width: 100px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
    text-align:right;
}

.control-login-usernametext {
    background: #28b779;
}

.control-login-password {
    background: #ffb848;
}

.icon-login-username {
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-left: 18px;
    background-position: -168px 0px;
}

.icon-login-password {
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-left: 18px;
    background-position: -240px -142px;
}

.control-login-username {
    height: 40px;
    border: 0px;
    background-color: #F00;
    /* float: left; */
    line-height: 16px;
    border-radius: 0px;
    font-size: 14px;
    margin: 0 0 0 100px;
}

.text-login {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    * height: 34px;
    border-radius: 0px;
    padding: 5px;
    background-color: #fff;
    outline: none;
    font-size: 14px;
}

.text-login-username {
    border: 0;
    background-color: #ECECEC;
    color: #7E7E7E;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}


.bnt_login, .bnt_login_close {
    width: 100%;
    height: 100%;
    border: 0px;
    border-radius: 10px;
    color: #fff;
    background-color: #114293;
    line-height: 40px;
    font-size: 14px;
}
.checkbox {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 10px;
}
.checkboxlable {
    display: block;
    margin: 2px 10px;
    float: left;
}
.copyright {
    position: fixed;
    bottom: 0;
    z-index: 999;
    color: #a9a9a9;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: Segoe UI, Segoe UI Midlevel, sans-serif;
}

.bnt_login, #bnt_reset {
    cursor: pointer;
}

    .bnt_login:hover {
        background-color: #174ea9;
    }

@media (min-width:768px) {
    .public-login {
        width: 400px;
        position: absolute;
        top: calc(50% - 240px);
        left: calc(50% - 200px);
    }
}

@media (max-width:767px) {
    .public-login {
        width: calc(100% - 40px);
        position: absolute;
        top: calc(50% - 250px);
        left: 20px;
    }
}
