﻿html, body {
    height: 100%;
    width: 100%;
    background: #ededed url(/Content/Login/images/login.png) no-repeat center;
    background-size: 100%;
}

.login-warp * {
    font-family: 'Microsoft YaHei',Arial;
    font-size: 14px;
}

.login-warp {
    width: 90%;
    padding-top: 3%;
    margin: 0 auto;
}

    .login-warp .logo {
        width: 100%;
        font-size: 40px;
        color: #ffffff;
        font-weight: bold;
    }

        .login-warp .logo img {
            width: auto;
            max-width: 225px;
        }

    .login-warp .warp {
        width: 88%;
        margin: 0 auto;
        display: table;
        padding-top: 3%;
    }

    .login-warp .warp-img, .login-warp .warp-content {
        width: 42%;
        display: table-cell;
        padding: 0 4%;
    }

        .login-warp .warp-img img {
            display: block;
            width: 100%;
        }

    .login-warp .warp-content {
        vertical-align: middle;
    }

        .login-warp .warp-content .content-top {
            font-size: 24px;
            text-transform: uppercase;
            color: #4452d5;
            text-align: center;
            line-height: 24px;
            margin-bottom: 6%;
        }

            .login-warp .warp-content .content-top span {
                display: block;
                color: #a9a9a9;
            }

        .login-warp .warp-content ul, .warp-content .mark {
            width: 82%;
            margin: 0 auto;
        }

            .login-warp .warp-content ul li {
                height: 52px;
                width: 100%;
                position: relative;
                margin-bottom: 7.5%;
                font-size: 18px;
            }

                .login-warp .warp-content ul li input {
                    height: 52px;
                    line-height: 52px;
                    width: 100%;
                    border: 1px #dfdfdf solid;
                    text-indent: 50px;
                    position: relative;
                }

        .login-warp .warp-content .submit {
            height: 52px;
            line-height: 52px;
            width: 100%;
            background: #4452d5;
            border-radius: 2px;
            font-size: 24px;
            color: #fff;
        }

        .login-warp .warp-content .leo-btn-gray {
            height: 52px;
            line-height: 52px;
            width: 100%;
            border-radius: 2px;
            font-size: 24px;
            padding: 0;
            color: #fff;
        }

        .login-warp .warp-content ul li:before {
            position: absolute;
            height: 100%;
            line-height: 52px;
            color: #444c50;
            width: 50px;
            left: 0;
            top: 0;
            text-align: center;
            display: block;
            z-index: 9;
            content: "\e644";
        }

        .login-warp .warp-content ul li:first-child:before {
            content: "\e655";
        }

        .login-warp .warp-content ul li:last-child:before {
            content: "";
            display: none;
        }

        .login-warp .warp-content .mark {
            color: #ccc;
            text-align: center;
            width: 65%;
            padding-bottom: 5%;
        }

    .login-warp .text-center {
        text-align: center;
        color: #888;
    }
/**/
@media screen and (max-width:1100px) {
    .login-warp .warp-content .content-top {
        color: #fff;
    }

    .login-warp .warp-img {
        display: none;
    }
}

.leo-form-content {
    width: 500px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -200px;
    background-color: #fff;
}

.bottom {
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
}

    .bottom p {
        color: #ffffff;
        font-size: 16px;
        padding: 10px;
    }
