﻿body {
}

/*登录*/
.wms-login-box {
    background: url(/Content/Img/page/account/login-bg.png) no-repeat center center;
    padding-top: 25vh;
    background-size: cover;
    min-height: 100vh;
    box-sizing: border-box;
}

    .wms-login-box .layui-form-item {
        position: relative;
    }

        .wms-login-box .layui-form-item .layui-icon {
            position: absolute;
            left: 0px;
            top: 9px;
            width: 38px;
            line-height: 20px;
            text-align: center;
            color: #d2d2d2;
            font-size: 20px;
        }

        .wms-login-box .layui-form-item .layui-input {
            background-image: none;
            border: 1px solid #fff;
            border-bottom-color: #dcdfe6;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            padding-left: 45px;
            width: 100%;       
        }

        .wms-login-box .layui-form-item h2 {
            width: 60px;
            height: 20px;
            font-size: 24px;
            font-family: PingFangSC-Regular-, PingFangSC-Regular;
            font-weight: normal;
            color: #0E3462;
            line-height: 0px;
        }

.wms-login-box .container-box {
    width: 1080px;
    height: 540px;
    position: absolute;
    top: 48%;
    left: 48%;
    margin-left: -408px;
    margin-top: -240px;
}

    .wms-login-box .title-box {
        width: 60%;
        height: 540px;
        background: linear-gradient(180deg, rgba(0,0,0,0.2400) 0%, #000000 100%);
        opacity: 0.43;
        position: relative;
        padding-left: 60px;
    }

            .wms-login-box .title-box h3 {
                font-weight: bold;
                font-size: 34px;
                color: #fff;
                line-height: 1.8;
                padding-top: 85px;
                text-shadow: 0 0 15px #333;
            }

        .wms-login-box .title-box h4 {
            height: 32px;
            font-size: 24px;
            /*font-family: PingFangSC-Regular-, PingFangSC-Regular;*/
            /*font-weight: normal;*/
            font-weight: bold;
            color: #FFFFFF;
            line-height: 1.8;
        }

        .wms-login-box .title-box h5 {
            height: 32px;
            font-size: 20px;
            /*font-family: PingFangSC-Regular-, PingFangSC-Regular;*/
            /*font-weight: normal;*/
            font-weight: bold;
            color: #FFFFFF;
            line-height: 1.8;
            padding-top: 30px;
        }

.wms-login-box .body-box {
    width: 40%;
    height: 540px;
    background-color: #fff;
    padding: 40px 40px 0;
    box-sizing: border-box;
}

        .wms-login-box .body-box .layui-btn {
            background: #0E3462;
            height: 50px;
            border-radius: 5px;
            font-size: 18px;
        }
