    @media screen and (max-width: 700px) {
        .col-sm-3,.col-sm-5 ,.col-sm-4 {width: 100%!important;}
    }
    @media screen and (min-width: 701px) {
        .login-foot{
            position: fixed;
            bottom: 0;
        }
    }
    .row{
        margin: 0;
        padding: 0;
    }
    .nav{
        font-size: 1.5em;
        color: black;
    }
    .list-group-item a{
        color: black;
    }
    .list-group-item.active{
        text-align: center;
        font-size: 20px;
    }
    .optionsRadios{
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }
    .login-title{
         padding: 0;
         width: 100%;
    }
    .login-title .date{
        background-color: #996699;
        -moz-box-shadow:0px 4px 14px #333333; 
        -webkit-box-shadow:0px 4px 14px #333333;box-shadow:0px 4px 14px #333333;
    }
    .login-title .date .bg{
        background-image:url('/admin/image/logo.png'); 
        width: 100%; 
        height: 105px;
        background-repeat:no-repeat;
    }
    .login-title .date .bg .div{
        float: right;
        font-size: 1.5em;
        padding: 10px;
        color: #FFF;
    }
    .text-center{
        text-align: center;
    }
    .row-first{
        margin-top:40px;
        width: 26%;
    }
    .widget-main-padding{
        padding-top: 0;
    }
    .widget-main-padding h1{
        margin-top:0;
        text-align: center;
    }
    .login-input{
        height: 50px;
        font-size:18px;
    }
    .login-input i{
        top:13px;
    }
    .captcha{
        width: 60%;
        float: left;
    }
    .captcha-img{
        float:right;
        width:40%;
        height: 50px
    }
    #login_button{
        font-size:18px;
    }
    #main_content_GYWM,#main_content_LXWM{
        margin-top:40px;
        width:37%
    }
    .login-foot{
        margin-top:30px;
        width: 100%;
        text-align: center;
    }
    .login-foot .img{
        width: 100px;
    }
    .login-foot .ui{
        width:auto;
        list-style: none;
        margin:0px;
    }