body{
    /*background: url(../img/login.png);*/
    background-size: 100% 100%;
    /*background: #081832;*/
}
.col-xs-6{
    width: 50%;
    float: left;
}
ul li{font-size: 30px;color:#2ec0f6;}
.tyg-div{z-index:-1000;float:left;position:absolute;left:5%;top:20%;}
.tyg-p{
    font-size: 14px;
    font-family: 'microsoft yahei';
    position: absolute;
    top: 135px;
    left: 60px;
}
.tyg-div-denglv{
    z-index:1000;
    height: 90%;
}
.tyg-div-form{
    width:90%;
    height:100%;
    margin: 0 auto;
    color:#ffffff;
}
.tyg-div-form form {padding:10px;}
.tyg-div-form form input[type="text"]{
    width: 93%;
    margin-top: 10px;
}
.tyg-div-form form button,.reset {
    float: left;
    width: 45%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 2px;
    padding: 0;
    background: #2ec0f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 20px;
    border: 1px solid #2ec0f6;
    -moz-box-shadow:
            0 15px 30px 0 rgba(255,255,255,.25) inset,
            0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
            0 15px 30px 0 rgba(255,255,255,.25) inset,
            0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
            0 15px 30px 0 rgba(255,255,255,.25) inset,
            0 2px 7px 0 rgba(0,0,0,.2);
    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;
}

.reset{
   text-align: center;
    margin-left: 7%;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.form-control {
    display: block;
    width: 100%;
    height: 25px !important;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}

.nav li>a {
    font-size: 16px;
}