/**登陆页css***/


@media (min-width:991px){
    .login{
        background-image: url("../images/login/login_ba.png");
        background-size:cover;
        background-size:100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: relative;

    }
    .login .content {
        background-color: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;

        width: 1200px;
        min-width:1000px;
        display: block;
        /*margin: 200px auto;*/
        height: 620px;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*max-width: 80%;*/
        /*min-width: 80%;*/
        /*height: 76%;*/
        /*left: 10%;*/
        /*top: 10%;*/
        /*max-height: 76%;*/
        /*min-height: 76%;*/
        /*overflow: hidden;*/
        position: absolute;

        background-image: url("../images/login/content_ba.png");
        background-size:cover;
        background-size:100% 100%;
    }
    .login .content .login-content-title{
        width: 180px;
        height: 50px;
        font-size: 24px;
        font-family: Adobe Heiti Std;

        color: #566CD3;
        line-height: 50px;
        font-weight: 700;
    }

    .login-form{
        position: absolute;
        right: 6%;
        top: 16%;
        width: 350px;
        margin: 0px auto 0px;
        padding: 10px 30px 30px;
    }
    .login-form .form-title{
        color: #A9A9A9;
        font-size: 26px;
        text-align: center;
    }
    .login .content .form-control {
        background-color: #fff;
        color: #8290a3;
        width: 350px;
        height: 50px;
        border: 1px solid #D4D4D4;
        border-radius: 0px;
    }
    .login .content .col-md-6{
        width: 160px;
        height: 50px;

    }
    .login .content .col-md-6 .form-control{
        width: 100%;
        height: 50px;
        border:1px solid #D4D4D4;
    }
    .login .content .col-md-6 img{
        /*width: 100%;*/
        height: 50px;

    }

    .login .content .form-actions {
        clear: both;
        border: 0;
        border-bottom: 0px solid #eee;
        padding: 25px 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .login .content .form-actions .btn {

        width:100%;
        height: 50px;
        border-radius: 0px;
        border: none;
        background-color: #3076FD;
        color: #fff;
        font-size: 20px;
        padding:0px 0px!important;
        margin:0px 0px!important;
        border: 0px;
        box-shadow: 0px 2px 5px #3076FD !important;

    }

}
