html {
    height: 100%;
}
body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/bg1.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y:hidden;
}
.blue {
    color: #447FC8;
}
.btn-black {
    background-color: #222222;
    background-image: none;
    box-shadow: none;
    color: white;
    padding: 5px 20px;
    text-shadow: none;
     border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    
}
.btn-black:hover {
    background: none repeat scroll 0 0 #333333;
    color: white;
}

.btn-ppg {
    background-color: #E4393C;
    background-image: none;
    box-shadow: none;
    color: white;
    padding: 5px 20px;
    text-shadow: none;
     border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

.btn-ppg:hover {
    background: none repeat scroll 0 0 #E4393C;
    color: white;
}

.navbar .brand {
    margin-top: 20px;
    max-height: 40px;
    padding-bottom: 8px;
    width: auto;
}
.navbar .navbar-inner {
    height:100px;
    background-color: #fff;
}
.navbar .nav {
    margin-top: 20px;
}
.navbar .nav > li > a {
    color: #333333;
    padding: 10px 10px 11px;
    text-shadow: none;
}
.navbar .nav > li > a:hover {
    color: #111111;
}
.navbar .nav > li.active > a {
    background: none repeat scroll 0 0 transparent;
    color: #111111;
}
.navbar .nav > li.active > a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #111111;
}
#login-wraper {
    background:rgba(0,0,0,0.6);
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    display: block;
    height:530px;
    left: 50%;
    margin-left: -235px;
    margin-top: -285px;
    padding: 25px;
    position: absolute;
    text-align: center;
    top:50%;
    width: 400px;
}
.login-form legend {
    margin-bottom:5px;
    margin-top:2px;
    padding-bottom:2px;
    color:#fff;
    border:0px;
    margin-bottom:0px;

}
.login-form .body {
    border-bottom: 0px solid #EEEEEE;
    padding-bottom: 30px;
}
.login-form .footer {
    margin-top: 5px;
    float: left;
    width:100%;
}
.login-form .footer .checkbox.inline {
    display: inline;
    display: inline;
    float: left;
    color: #ccc;

}
.login-form .footer .checkbox.inline input[type="checkbox"] {
    float: none;
    margin-top: -4px;
}
.login-form .footer .btn {
    background-image: none;
    box-shadow: none;
    margin-left:0px;
    padding: 7px 25px;
    float:right;
    margin-left:0px;
     border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;

}
.footer .cg{
    float:LEFT;
    width:100%;
}

footer.white {
    background: none repeat scroll 0 0 white;
    height: 50px;
    padding-top: 20px;
    text-align: center;
}
.navbar {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.login-wraper legend {
    color: #fff;
    font-family: 'Lato',Helvetica,sans-serif;
    font-size: 26px;
    font-weight: 300;
}

.login-form input[type="email"], .login-form input[type="text"], .login-form input[type="password"],.login-form input[type="number"]
{
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    background: rgba(40,40,40,0.9);
    border: 1px solid #666;
    color: #fff;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    float: left;
    margin-top: 5px;
}

.login-form label {
    color: #333333;
    font-family: 'Lato',Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.errpanel{
    text-align: left;
    background-color:#fc4c02;
    color: #fff;
    padding:10px;
    display:none;
}

footer.navbar-fixed-bottom {
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.navbar {
    height: auto;
    margin-bottom: 0;
}
.navbar .brand {
    margin-top: 0;
}
.navbar .navbar-inner {
    height:50px;
}
.navbar .nav > li > a:hover {
    color: white;
}

#msg{
  color:#ff0000;
  float:left;
}

label.control-label{
color: #FAF2F2;
font-size: 13px;
font-weight: 100;
width: 150px;
text-align: left;
}

label.radio{
  color: #FAF2F2;
  font-size:13px;
  font-weight: 100;
  width:0px;
  margin-left:-30px;
}

label.radio input[type="radio"]{
  margin-left: 10px;
  float: left;
}


.radiolabel{

}

select {
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 3px;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    padding: 6px 3px;
    margin-top: 2px;
    width: 65px;
    margin-right: 5px;
    float:left;
}

.findpwd{
    position: absolute;right: 25px;color: #f7f7f7;padding-top: 25px;font-size: 13px;
}
.scanqr{
    position: absolute; right: 2%; bottom: 15%; width: 350px;
}


.login_entry a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/login_icon_bg.png) no-repeat;
    border-radius: 20px;
}

.login_entry ul{
    margin: 0;
    list-style: none;
}

.login_entry ul li{
    display: inline-block;
}

.login_entry .qq{
    background-position: 0 0;
}

.login_entry .qq:hover{
    background-position: 0 -56px;
}

.login_entry .weixin{
    background-position: -159px 0;
}

.login_entry .weixin:hover{
    background-position: -159px -56px;
}

