﻿@charset "utf-8";

/*登陆页面*/
* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Microsoft YaHei" !important;
}
/*.xuanzhuan {*/
    /*float: right;*/
    /*width: 660px;*/
    /*height: 678px;*/
    /*background-image: url(../images/login_new/bg_green.png);*/
    /*background-repeat: no-repeat;*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_green.png', sizingMethod='scale');*/
    /*!*IE7+的属性*!*/
/*}*/

/*.ren {*/
    /*float: right;*/
    /*width: 510px;*/
    /*height: 370px;*/
    /*background-image: url(../images/login_new/bg_left.png);*/
    /*position: absolute;*/
    /*right: 160px;*/
    /*top: 320px;*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_left.png', sizingMethod='scale');*/
    /*!*IE7+的属性*!*/
/*}*/

#container{
    width: 100%;
    height: 100%;
    background: url(../images/login_new/dalianbg.png) no-repeat;
    background-size: 100% 100%;
}
.denglu {
    width: 621px;
    margin: 0 auto;
    padding-top: 15vh;
}
/*.denglu {*/
    /*float: left;*/
    /*margin: 106px 0 0 20%;*/
/*}*/

.top>img {
    display: block;
    margin: 0 auto;
}

/*.top>img.logo {*/
    /*margin-top: 35px;*/
/*}*/
.loginFm-item{
    width: 380px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    margin-top: 50px;
    position: relative;
}
.form-group h2 {
    margin: 0;
    padding: 0;
    color: #414656;
    font-size: 24px;
    /*text-align: center;*/
    font-weight: bolder;
    margin-top: 30px;
}
.shu{
    position: absolute;
    top: -50px;
    right: 0;
}




/*.form-group h2 {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*color: #00aba2;*/
    /*font-size: 24px;*/
    /*text-align: center;*/
    /*font-weight: normal;*/
    /*margin-top: 40px;*/
/*}*/

.login_input>.form-group {
    /*width: 360px;
    height: 42px;*/
    margin-bottom: 20px;
}

.login_input>.form-group:first-child {
    margin-top: 30px;
}

.login_input>.form-group input {
    padding-left: 35px;
    width: 100%;
    height: 40px;
    outline: none;
    background-color: #eaf1fb;
    border-radius: 5px;
    border: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 16px;
}

.form-user {
    background-image: url(../images/login_new/user2.png);
    border-radius: 4px 4px 4px 4px;
}

.form-password {
    background-image: url(../images/login_new/password2.png);
    border-radius: 4px 4px 4px 4px;
}

#IbtnEnter {
    display: inline-block;
    background-color:#2d55c9 ;
    /*background: -webkit-gradient(linear, 0 0, 100% 0, from(#6144ff), to(#4769ff));*/
    /*background: -webkit-linear-gradient(left, #6144ff, #4769ff);*/
    /*background: -moz-linear-gradient(left, #6144ff, #4769ff);*/
    /*background: -o-linear-gradient(left, #6144ff, #4769ff);*/
    /*background: linear-gradient(left, #6144ff, #4769ff);*/
    /*background: linear-gradient(left,#6144ff,#4769ff);*/
    width: 100%;
    height: 45px;
    border-radius: 50px;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
.footer{
    text-align: center;
    color: #fff;
    margin-top: 8vh;
}

/*.login_bj {*/
    /*overflow: hidden;*/
/*}*/
/*.top-tittle{*/
    /*display: block;*/
    /*font-size: 40px;*/
    /*font-weight: bold;*/
    /*color: #3aaf9f;*/
    /*font-family: "Microsoft YaHei";*/
/*}*/

/*.alert-error{*/
    /*position: absolute;*/
    /*bottom:60px;*/
    /*line-height: 30px;*/
    /*font-size:16px;*/
    /*width: 100%;*/
    /*color: #999;*/
    /*text-align: center;*/
/*}*/

/*.footer{*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*font-size: 18px;*/
/*}*/

/*IE浏览器兼容*/
.form-group input::-ms-clear{
    display: none;
}
.form-group input::-ms-reveal{
    display: none;
}
@media screen and (max-width: 1366px) {
    .alert-error{
        position:static;
        /*bottom:60px;*/
        line-height: 30px;
        font-size:16px;
        width: 100%;
        color: #999;
        text-align: center;
        margin-top: 10px;
    }

    .footer{
        position: static;
        /*bottom: 0;*/
        line-height: 50px;
        text-align: center;
        width: 100%;
        height: 50px;
        font-size: 18px;
    }
}