﻿@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+的属性*/
}

.denglu {
    float: left;
    margin: 106px 0 0 20%;
}

.top>img {
    display: block;
    margin: 0 auto;
}

.top>img.logo {
    margin-top: 35px;
}

.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: 15px;
}

.login_input>.form-group:first-child {
    margin-top: 30px;
}

.login_input>.form-group input {
    padding-left: 35px;
    width: 100%;
    height: 42px;
    outline: none;
    background-color: #f4f8f7;
    border-radius: 21px;
    border: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 16px;
}

.form-user {
    background-image: url(../images/login_new/user1.png);
    border-radius: 4px 4px 4px 4px;
}

.form-password {
    background-image: url(../images/login_new/password1.png);
    border-radius: 4px 4px 4px 4px;
}

#IbtnEnter {
    display: inline-block;
    background-color:#00aba2 ;
    /*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: 160px;
    height: 42px;
    border-radius: 20px;
    color: #fff;
    line-height: 42px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.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;
    }
}