body {
    background-color: #fff;
    background-repeat: no-repeat;
    height: 100%;
}

a {
    text-decoration: none !important;
}


/* 顶部logo */

.title img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/* 背景图片 */

.bg {
    background-image: url("../img/login2.png");
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/*韬共*/

.model-center {
    width: 32.96875%;
    height: 52.66%;
    border-image: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(198, 198, 198, 0.05), rgba(47, 47, 47, 0.81)) 1 1;
    position: relative;
    right: 20%;
    top: 10%;
}


/* 登录框 */

.greet {
    padding-top: 4px;
    font-size: 26px;
    letter-spacing: 3px;
    font-family: Microsoft YaHei;
    color: #147ebc;
    text-align: center;
}

.box {
    width: 88.151%;
    height: 65%;
    background: rgba(244, 244, 244, 1);
    position: relative;
    top: 2%;
    left: 6%;
}

.name {
    width: 72.5806%;
    height: 52px;
    position: relative;
    top: 36px;
    left: 13.5%;
    border: solid 1px #ccc;
    background: rgba(244, 244, 244, 1);
}

.name img {
    /* margin: 0 12px 0 15px; */
    position: relative;
    left: 3%;
    right: 3%;
}
.name>input {
    height: 30px;
    width: 80%;
    position: relative;
    left: 5%;
    border: none;
    outline: none;
    margin-top: 10px;
    text-indent: 10px;
    border-left: 2px solid #ccc;
    background: rgba(244, 244, 244, 1) ;
    -webkit-box-shadow:0 0 1000px rgba(244, 244, 244, 1) inset;
}


/* input默认文字样式 */

input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(179, 179, 179, 1)
}

.pas {
    width: 72.5806%;
    height: 52px;
    position: relative;
    margin-top: 13%;
    left: 13.5%;
    border: solid 1px #ccc;
    background: rgba(244, 244, 244, 1);
}

.pas img {
    /*     margin: 0 13px 0 15px; */
    position: relative;
    left: 3%;
    right: 3%;
}

.pas>input {
    height: 30px;
    width: 80%;
    position: relative;
    left: 6%;
    border: none;
    outline: none;
    margin-top: 10px;
    text-indent: 10px;
    border-left: 2px solid #ccc;
    background: rgba(244, 244, 244, 1);
    -webkit-box-shadow:0 0 1000px rgba(244, 244, 244, 1) inset;
}
.remember{
    margin-top: 20px;
}
.remember>input {
    position: relative;
    left: 14%;
}

.remember span {
    color: #999999;
    position: relative;
    left: 14%;
    top: -2px;
}

.remember>a {
    float: right;
    position: relative;
    /*margin-right: 76px; */
    right: 15%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.remember>a:hover {
    color: #1E90FF;
}

.register {
    position: absolute;
    width: 72.5806%;
    height: 56px;
    height: 16%;
    margin: 20px 0px;
    left: 13.5%;
    border: none !important;
    background: linear-gradient(0deg, rgba(18, 126, 224, 1), rgba(74, 171, 244, 1));
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    outline:none;
}

.copyright {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    padding-top: 1.3%;
    position: fixed;
    bottom:50px;
    left:50%;
    transform: translateX(-50%);
}
/*提示文字样式*/
.error{
    margin-top: 15px;
}
/*  在1366分辨率下 */

@media screen and (max-width:1366px) {
    .title img {
        height: 85%;
    }
    .bg {
        background-image: url("../img/bg_13662.jpg");
    }
    .model-center {
        width: 32.284%;
        height: 50.28%;
        /*right: 0;*/
    }
    .greet {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #147ebc;
    }
    .box {
        width: 90%;
        height: 81.099%;
        position: relative;
        top: 1%;
        left: 5%;
    }
    .name {
        position: relative;
        width: 72.7272%;
        height: 36px;
        top: 25px;
    }
    .name img {
        position: relative;
        left: 3%;
        right: 1%;
    }
    .name>input {
        height: 46.296%;
        width: 80%;
        position: relative;
        left: 5%;
        border: none;
        outline: none;
        margin-top: 10px;
        text-indent: 10px;
        border-left: 2px solid #ccc;
    }
    input::-webkit-input-placeholder {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(179, 179, 179, 1);
    }
    .pas {
        position: relative;
        width: 72.7272%;
        height: 36px;
        margin-top: 49px;
    }
    .pas img {
        /*     margin: 0 13px 0 15px; */
        position: relative;
        left: 3%;
        right: 3%;
    }
    .pas>input {
        height: 46.296%;
        width: 80%;
        position: relative;
        left: 6%;
        border: none;
        outline: none;
        margin-top: 10px;
        text-indent: 10px;
        border-left: 2px solid #ccc;
    }
    .remember span {
        font-size: 10px;
        color: #999999;
        position: relative;
        left: 14%;
        top: -8px;
    }
    .remember>a {
        float: right;
        font-size: 10px;
        position: relative;
        /*margin-right: 76px; */
        right: 15%;
        margin-top: -4px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
    }
    .remember input {
        top: -5px;
    }
    /*提示文字样式*/
    .error{
        margin-top: -20px;
    }
}