﻿body {
    padding: 0px;
    height: 100vh;
    margin: 0 auto 0 auto;
    background-position-x: 0;
    background-position-y: 0;
    width: 100vw;
    background: url(/images/Login-footcloth.jpg) no-repeat center center #fff;
}

h1 {
    font-size: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    color: white;
    margin-bottom: 3%;
    padding-top: 3.3%;
}

.login-wall {
    width: 90%;
    margin: 0px auto 0 auto;
    padding-left: 5%;
    padding-right: 5%;
/*    height: 609px;*/
}

.login-left-bg {
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    width: 40%;
}

    .login-left-bg img {
        width: 100%;
    }

.login-right-bg {
    background: url(/images/login-right.png) right no-repeat;
    width: 601px;
    height: 561px;
    float: right;
    position: relative;
    /* margin-top: 54px; */
    z-index: 1;
}

    .login-right-bg p {
        padding-top: 100px;
        padding-left: 294px;
        display: inline-block;
        width: calc(100% - 294px);
        height: 29px;
        line-height: 29px;
        color: #0C71D1;
        font-size: 32px;
        text-align: left;
        margin: 0px;
    }

.UserName, .pwd {
    display: inline-block;
    padding-left: 159px;
    width: calc(100% - 159px);
    height: 37px;
    position: relative;
    line-height: 37px;
    font-style: normal;
}

.Remember {
    display: inline-block;
    padding-left: 149px;
    width: calc(100% - 159px);
    height: 50px;
    position: relative;
    line-height: 50px;
    font-style: normal;
}

.UserName::after, .pwd::after {
    content: "";
    position: absolute;
    background-color: #E0E0E0;
    height: 2px;
    width: 367px;
    left: 142px;
    bottom: 0px;
}

.UserName input, .pwd input {
    display: inline-block;
    width: 300px;
    padding-left: 10px;
    height: 20px;
    outline: 0 !important;
    position: absolute;
    left: 186px;
    top: 9px;
    border: 0 !important;
}

input:hover {
    outline: none !important;
    border: 0px !important;
}

.UserName {
    margin-top: 54px;
}

.pwd {
    margin-top: 44px;
}

.login-right-bg a {
    margin-top: 25px;
    display: inline-block;
    width: 367px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #0B77D7;
    border-radius: 24px;
    margin-left: 148px;
    font-size: 17.08px;
    color: white;
    cursor: pointer;
}

.layui-anim.layui-icon {
    display: inline-block;
    margin-right: 20px;
}

.layui-layer-dialog {
    padding: 10px 10px 10px 45px;
}


@media screen and (max-width: 750px) {
    .login-left-bg {
        display: none;
    }

    .login-right-bg {
        background: none;
        background-color: #fff;
        width: 90%;
        margin: 0 auto;
        height: 501px;
        position: fixed;
        z-index: 1;
        float: none;
        left: 0;
        right: 0px;
        border-radius: 50px;
    }

        .login-right-bg>p {
            padding-top: 31px !important;
            padding-left: 0px;
            width: 100%;
            height: 29px;
            color: #0C71D1;
            font-size: 32px;
            text-align: center;
            margin: 0px;
        }
    .UserName, .pwd {
        display: inline-block;
        padding-left: 16%;
        width: 69%;
        height: 37px;
        position: relative;
        line-height: 37px;
        font-style: normal;
    }
        .UserName input, .pwd input {
            display: inline-block;
            width: 70%;
            padding-left: 10px;
            height: 20px;
            outline: 0 !important;
            position: absolute;
            left: auto;
            top: 9px;
            border: 0 !important;
        }
        .UserName::after, .pwd::after {
            content: "";
            position: absolute;
            background-color: #E0E0E0;
            height: 2px;
            width: 80%;
            left: 18%;
            bottom: 0px;
        }
    .codeimg::after {
        width: 80% !important;
        left: 18% !important;
    }
    .codeimgdiv {
        padding-left: 0% !important;
        float: right;
    }
    .Remember {
        padding-left: 22%;
    }
    .login-right-bg a {
        margin-top: 0px;
        width: 50%;
        margin-left: 25%;
    }
}
