/* ---- reset ---- */
*{
    font-weight:normal;
    margin: 0;
    padding:0;
}

html,body{
    height:100%;
}

body {
    font-family: "microsoft yahei", "SimSun", arial, verdana, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

input:focus{
    border:1px solid #00aefe;
}

::-webkit-input-placeholder{
    color:#9caab8;
}

.clearfix{
    clear:both;
}

.pull-left{
    float:left;
}

.pull-right{
    float:right;
}

/* ---- particles.js container ---- */

#particles-js {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #00aeff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
    background: #000022;
    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: bold;
}

.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;
}

/* login */
.login{ 
    width:400px; 
    margin:-210px 0 0 -230px;
   /*  background:#fff;  */
    position:absolute;
    top:50%; 
    left:70%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.login_title{
    height:100px;
    font-size:20px;
    color:#fff;
    background:url("http://7xp67q.com1.z0.glb.clouddn.com/login_title.png");
    background-size:auto 100%;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.login_title h2{
    margin:24px 0 0 57px;
}

.login_title h3{
    margin:34px 77px 0 0 ;
}

.border{
    margin-left:20px;
}

.login_info{
    padding:40px 60px;
}

.login_info input{
    background:#f4f8fc;
    border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height:48px;
    font-size:14px;
    color:#4d5d6e;
    text-indent:57px;
    margin-bottom:20px;
}

.input-row label{
    position:absolute;
    top:12px;
    left:12px;
}

.input-row{
    position: relative;
}

.avatar_icon, .lock_icon{
    width:24px;
    height:24px;
    display:block;
    background-repeat: no-repeat;
}

.avatar_icon{
    background:url("http://7xp67q.com1.z0.glb.clouddn.com/ps_personal.png");
}

.lock_icon{
    background:url("http://7xp67q.com1.z0.glb.clouddn.com/ps_pwd.png");
}

.agree{
    font-size:14px; color:#74818e;
}

.agree input{
    vertical-align: text-bottom;margin-right:5px;
}

.cbox {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #616161;
    background:#fff;
    width:16px;
    height:16px;
    vertical-align: text-bottom;
    margin-right:11px;
    display:inline-block;
}

.cbox_checked{
    background:url("http://7xp67q.com1.z0.glb.clouddn.com/checkbox.png");
    border:none;
    width:18px;
    height:18px;
}

.login_btn{
    margin-top:20px;
    color:#fff;
    font-size:14px;
    background:#337ab7;
    border:none;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:50px;
    line-height:50px;
    box-shadow:0 2px 7px #2a6496;
    cursor:pointer;
}

.alert{
    position:absolute;
    font-size:14px;
    color:#4d5d6e;
    top:50%;
    left:50%;
    margin:-30px 0 0 -171px;
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:342px;
    padding:18px 0;
    box-shadow:0 3px 10px rgba(0,75,110,0.19);
}

.alert_icon{
    width:24px;
    height:24px;
    display:inline-block;
    background:url("http://7xp67q.com1.z0.glb.clouddn.com/alert_icon.png");
    margin:0 10px 0 125px;
    vertical-align: middle;
}


