﻿
@charset "utf-8";

body, i {
    font-style: normal
}

blockquote, body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, hr, i, img, input, li, ol, p, span, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.box_center {
    width: 813px;
    height: 480px;
    background-image: url(/assets/images/login_center.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.login_left {
    width: 389px;
    height: 100%;
    float: left
}

.login_right {
    overflow: hidden;
    bottom: 0;
    float: left;
    position: absolute;
    right: 38px;
    color: #fff;
    margin-bottom: 20px
}

.index_logo {
    margin-top: 10px
}

    .index_logo img {
        width: 162px;
        margin-left: 18px
    }

    .index_logo p {
        margin-left: 25px
    }

.index_center_area {
    overflow: hidden;
    margin-top: 28px;
    padding-bottom: 25px;
}

    .index_center_area li {
        height: 40px;
        font-size: 14px;
        list-style: none;
        margin-left: 85px;
        border-bottom: 1px #ccc solid;
        margin-top: 56px;
        width: 306px;
        line-height: 40px
    }

        .index_center_area li span {
            color: #999;
            font-size: 26px;
            margin-left: 10px;
            font-weight: 700
        }

        .index_center_area li input {
            text-indent: 10px;
            width: 258px;
            font-size: 16px;
            border: none;
            background: none;
            outline: none;
            height: 38px;
            position: absolute
        }

.login_button {
    width: 198px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 7px;
    margin: 20px 0 0 120px;
    background: -webkit-linear-gradient(left, #076bbe, #3092f2);
    background: -o-linear-gradient(right, #076bbe, #3092f2);
    background: -moz-linear-gradient(right, #076bbe, #3092f2);
    background: linear-gradient(to right, #076bbe, #3092f2);
    cursor: pointer
}

    .login_button:hover {
        background: -webkit-linear-gradient(left, #115c98, #2f89e2);
        background: -o-linear-gradient(right, #115c98, #2f89e2);
        background: -moz-linear-gradient(right, #115c98, #2f89e2);
        background: linear-gradient(to right, #115c98, #2f89e2);
    }

.input-error {
    margin-left: 41px;
    color: red;
    display: none;
}


input {
    outline: none !important;
}

    input:focus {
        outline: none !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus {
        /*背景颜色*/
        box-shadow: 0 0 0 60px #fff inset !important;
        /*字的颜色*/
        -webkit-text-fill-color: #333 !important;
    }
