.page-container {
    margin: 120px auto 0 auto; position: relative; z-index: 10000
}
h1{ text-align: center; }
h1 img{ width: 280px }
h2 {
    font-size: 25px;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0,0,0,.2); color: #fff; text-align: center; margin: 0; text-shadow:0 0 4px #fff;
}
form.login {
    position: relative;
    width: 305px;
    margin: 5px auto 0 auto;
    text-align: center;
}

input.form-control {
    width: 300px;
    height: 42px;
    margin-top: 10px;
    padding: 0 15px;
    background: rgba(45,45,45,0.25);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
   
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }

.form-horizontal input.checkbox{ width: auto; height: auto; display: inline; vertical-align: middle; height: 20px; min-height: 20px; }
.form-horizontal label{ color: #fff; line-height: 20px; }
.form-horizontal .find{ line-height: 20px; }

.btn {
    cursor: pointer;
    width: 300px;
    height: 44px; line-height: 44px;
    margin-top: 10px;
    padding: 0;
    background: #5599fe;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #5599fe;
    
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}


li{list-style: none;}





.b_footer{ color:#999; padding-top:20px;}
.form-group{ margin-bottom:10px;}



































