
#loginfooter{
    display: block;
    width:  100%;    height: 30px;
    text-align:center;
    background:#808080;
    font-size:0.8em;
    border-bottom: solid 3px #555555;
    color: #999999;
    position: fixed;
    bottom: 0px;
}
#loginbox{
    display: block;
      margin: 0; padding: 0;
  background-color:#fff;
  clear:both;
  width: 100%;
height: 100%;
}
.topline{
    display: block;
    width:  100%;    height: 15px;
    background: #21b5c5;
}

.toplogo{
    display: block;
    width:  453px;    height: 53px;
    background: url(../img/logo_l.png);
    margin: 0 auto;
    margin-top: 107px;

}
.panelbox{
    display: block;
    width:  450px;    height: 424px;
    margin: 0 auto;
    background: #f6f6f6;
    margin-top: 42px;
    margin-bottom: 98px;
    padding-top: 60px;
    font-size: 16px;
}
.panel_inner{
    display: block;
    width:  370px;    height: 360px;
    margin: 0 auto;
}

.form-control_1,.form-control_2{
    display: block;
    width: 100%;
    height: 38px;
    background: #ffffff;
    border: 1px solid #888888;
    font-size: 17px;
    margin: 0 auto;
    padding-left: 5px;
}
.form-control_2{
    margin-top: 36px;
}

.btn-primary{
    width:100%;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background: #21b5c5;
    border-radius: 6px;
    -webkit-appearance: none;
    border-style: none;
margin-top: 45px;
    cursor: pointer;
}
.btn-link{
    display: block;
    margin-top: 37px;
}
.btn_check0,.btn_check1{display: none;}
.btn_check0 + label,.btn_check1 + label{
    display: block;    width: 240px; height: 24px;
    text-align: center;    font-size: 18px;    color: #7f7f7f;
    border-radius: 6px;      padding-top: 6px;
    background-image: url(../img/top_check_off.png);
    background-position:  4px 4px;
    background-repeat: no-repeat;
}
.btn_check0 + label{
        margin-top: 14px;
}
.btn_check1 + label{
     margin-top: 21px;
     padding-left: 8px;
}

.btn_check0:checked + label,.btn_check1:checked + label{
    background-image: url(../img/top_check_on.png);
    background-position:  4px 4px;
    background-repeat: no-repeat;
}
