﻿body {
    background-image: url(../images/web/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 920px;
    margin: 0;
    padding: 0;
}

.index-top {
    display: block;
    height: 120px;
    width: 100%;
    background-image: url(../images/web/top_bg.jpg);
    background-repeat: no-repeat;
}

.reg-center {
    width: 1278px;
    margin: 0 auto;
    margin-top: 45px;
    height: 675px;
    overflow: hidden;
}

.reg-center-bg {
    width: 740px;
    height: 447px;
    background: url(../images/web/login_img2.png);
    background-repeat: no-repeat;
    float: left;
}

.reg-center-form {
    padding: 30px 49px;
    width: 420px;
    height: 558px;
    background: url(../images/web/login_signup_bg.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 20px;
}

    .reg-center-form span {
        color: #ff0000;
        padding: 3px;
    }

.reg-bottom {
    height: calc(100vh - 840px);
    width: 100%;
    color: #cddaff;
    font-size: 16px;
    background-color: #071134;
}

    .reg-bottom p {
        width: 1200px;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }

.index-main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.index-logo {
    line-height: 120px;
    height: 120px;
    font-size: 32px;
    font-weight: bolder;
    color: #fff;
}

index-logo img {
    border: 0;
    margin-right: 20px;
}

.reg-title {
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    height: 50px;
    line-height: 50px;
    color: #444;
    margin-bottom: 10px;
}

.step1 {
    width: 420px;
    height: 36px;
    background-image: url(../images/web/login_signup01.png);
}

.step2 {
    width: 420px;
    height: 36px;
    background-image: url(../images/web/login_signup02.png);
}

.step3 {
    width: 420px;
    height: 36px;
    background-image: url(../images/web/login_signup03.png);
}

.reg-from {
    margin-top: 20px;
}

.layui-input {
    height: 45px;
    line-height: 1.3;
    border-radius: 5px;
}

.layui-btn {
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}

#step2 img {
    margin: 30px;
}

.reg-success {
    color: #16baaa;
    text-align: center;
    margin-top: 50px;
}

    .reg-success h3 {
        line-height: 50px;
        font-size: 18px;
        font-weight: bolder;
    }

    .reg-success strong {
        display: block;
        line-height: 30px;
        padding: 10px;
    }

    .reg-success .reg-msg {
        color: #3c763d;
        line-height: 30px;
        font-size: 18px;
        margin: 15px;
    }

.login-center {
    width: 1278px;
    margin: 0 auto;
    margin-top: 45px;
    height: 675px;
    overflow: hidden;
}

.login-center-bg {
    width: 735px;
    height: 459px;
    background: url(../images/web/login_img.png);
    background-repeat: no-repeat;
    float: left;
}

.login-center-form {
    width: 498px;
    height: 438px;
    background: url(../images/web/login_bg2.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 20px;
}

.login-container {
    width: 320px;
    margin: 0px auto 0;
    font-size:16px;
}

    .login-container .layui-icon {
        position: relative;
        display: inline-block;
        margin: 0 2px;
        top: 2px;
        font-size: 26px;
    }

.login-title {
    text-align: left;
    font-size: 24px;
    font-weight: bolder;
    height: 50px;
    line-height: 50px;
    color: #444;
    margin: 30px 0px 10px 65px;
}

.layui-input-wrap .layui-input-prefix + .layui-input, .layui-input-wrap .layui-input-prefix ~ * .layui-input {
    padding-left: 45px;
}

.login-container img {
    border: 1px solid #eee;
    height: 42px;
    border-radius: 5px;
}
.login-container .layui-btn {
    font-size:16px;
    font-weight:bold;
}