﻿html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/images/login_bg1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 460px;
    height: 550px;
    background: url("/images/login_kuang.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logo {
    margin: 10px 0 15px;
    text-align: center;
}

    .logo span {
        display: inline-block;
        width: 384px;
        height: 200px;
        background: url("/images/logo1.png") no-repeat center;
    }

.frmlogin {
    position: relative;
    z-index: 99;
    width: 85%;
    margin: 0 auto;
}
#login_submit {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #b71111;
    border: 0;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
}
.layui-form-select dl dd.layui-this {
    background-color: #c81215;
}

.layui-input, .layui-select {
    height: 45px;
    background: #fff;
    border-radius: 40px;
    padding: 0 15px;
    border-color: #ddd;
}
.forget_password {
    float: left;
    color: #333;
}

.merge_accounts {
    float: right;
    color: #333;
}
@media(max-width:750px) {
    body {
        background: url("/images/login_bg2.jpg") no-repeat center;
        background-size: 100% 100%;
    }

    .login {
        position: inherit;
        left: inherit;
        top: inherit;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0;
        transform: translate(0,0);
    }

    .logo {
        margin: 0;
        padding: 70px 0 30px;
    }

        .logo span {
            display: inline-block;
            width: 100%;
            max-width: 400px;
            background: url("/images/logo2.png") no-repeat center;
            background-size: 100%;
        }
   #login_submit {
        background:#c81215;
        box-shadow: 0px 4px 7px 0.3px rgba(111, 48, 39, 0.6);
        font-size: 1.1rem;
        color: #fff;
        margin: 15px auto;
    }
    .layui-input, .layui-select {
        background: #fff;
        color: #000;
        border-radius: 40px;
    }
    .layui-form-select .layui-edge {
        border-top-color: #fff;
    }

    
    .forget {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    color: #333;
}
.reg {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    color: #333;
}
}

@media(max-width:360px) {
    .login_logo {
        margin: 0;
        padding: 45px 0 10px;
    }
}

@media(max-width:340px) {
    .login_logo {
        margin: 0;
        padding: 30px 0 5px;
    }

    .layui-form-item {
        margin-bottom: 10px;
    }

    .layui-input, .layui-select {
        height: 40px;
    }
}
