﻿
html, body {
    width: 100%;
    height: 100%;
    background-color: #002b5a;
    overflow:hidden;
}



.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #002b5a;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.login {
    z-index: 2;
    position: absolute;
    width: 680px;
    border-radius: 20px;
    height: 360px;
    background: white;
    box-shadow: 0px 0px 5px #333333;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -340px;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 鍜� Chrome */
    -o-transition: all 1s; /* Opera */
}

.login-left {
    float: left;
    width: 300px;
    height: 280px;
    margin-top: 40px;
    border-right: 1px solid #EEEEEE;
}

    .login-left img {
        width: 280px;
        margin-left: 20px;
        height: 280px;
    }

.login-right {
    float: right;
    width: 320px;
    height: 280px;
    margin-top: 40px;
    margin-right: 30px;
}

.login-input {
    width: 100%;
    margin-top: 20px;
    height: 40px;
}

    .login-input span {
        float:left;
        line-height: 40px;
        font-size: 16px;
    }

    .login-input .Name,    .login-input .Password {
        float:left;
        padding:0 10px;
        width: 210px;
        border: 1px solid #CCCCCC;
        height: 40px;
border-radius: 10px;
    }
    .login-input .Verification {
        float:left;
        padding:0 10px;
        width: 80px;
        border: 1px solid #CCCCCC;
        height: 40px;
border-radius: 10px;
    }
        .login-input img {
            float:left;
            height:42px;
            margin-left:10px;
border-radius: 10px;
    }
.login-submit {
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: dodgerblue;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    color: white;
border-radius: 10px;
}

.login_button {
    background-image: url(../Images/Login_Submit.png);
    width: 105px;
    height: 36px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}
