﻿/*
=============================================
 Author:	wn
 Create date: 	2018-10-17
 Description:	base登录页
=============================================
*/
/*幻灯片显示*/
.lzlogin-setting,
.lzlogin-swiper {
    display: block;
}

.Lzlogin_bg {
    background: #000000 center top no-repeat;
    height: 100%;
}


.Lzlogin_bgimg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
}

.Lzlogin_td {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

/***底部版权***/
.Lzlogin_tdbtm {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
    z-index: 5;
}

.Lzcopy {
    margin: 2px auto;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.Lzlogin_td {
    padding: 0 0;
    vertical-align: middle;
    height: 100%;
    padding: 0 20px;
}
/*登陆背景及辅助图片样式*/
.Lzlogin_ct {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    max-width: 500px;
}

    .Lzlogin_ct:before {
        content: "欢迎登录重钢院协同设计智慧系统";
        font-size: 32px;
        color: #fff;
        display: block;
        text-align: center;
        max-width: 100%;
        margin: 0 auto 30px;
    }

.view_configtitle:before {
    display: none;
}

.view_configtitle .Lzlogin_title {
    font-size: 32px;
    color: #fff;
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 30px;
}


.Lzlogin_titbg {
    width: 100%;
    height: 0;
}

.Lzlogin_frombg {
    width: 100%;
    max-width: 450px;
    min-height: 420px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 20px 50px;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    border-radius: 4px;
}

.Lzlogin_from {
    text-align: center;
    vertical-align: top;
    padding: 0;
    width: 100%;
}

    .Lzlogin_from a,
    .Lzlogin_from a:hover,
    .Lzlogin_from a:focus {
        color: #fff;
        text-decoration: none;
    }

        .Lzlogin_from a:hover {
            text-decoration: underline;
        }

.Lzlogin_frombg .Lzlogin_tabs {
    margin-bottom: 10px;
}

/*****登录按钮****************/
.Lzlogin_btn {
    text-align: center;
    margin-top: 20px;
}

.Lzlogin_BtnBg1,
.Lzlogin_BtnBg2 {
    width: 100%;
    cursor: pointer;
    height: 44px;
    border-radius: 5px;
    background-color: #497aeb;
    border: 0;
    color: #fff;
}

    .Lzlogin_BtnBg1:before,
    .Lzlogin_BtnBg2:before {
        content: "登录";
        font-size: 16px;
        color: inherit;
        font-weight: 500;
        font-family: "微软雅黑";
    }

.Lzlogin_BtnBg2 {
    box-shadow: inset 0 -50px 50px rgba(0,0,0,0.15);
}


/****登录框**输入框修改*****/
.Lzlogin_from_ct {
    margin: 0 auto;
    table-layout: fixed;
    height: auto;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}


.Lzlogin_item {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

    .Lzlogin_item > div {
        margin-top: 15px;
        display: flex;
        position: relative;
        color: #fff;
        font-size: 1.4rem;
    }



    .Lzlogin_item .pull-right {
        float: right;
        line-height: inherit;
        padding-right: 10px;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: inherit;
        bottom: 0;
    }

    .Lzlogin_item .select,
    .Lzlogin_item .input {
        width: 100%;
        vertical-align: middle;
        height: 40px;
        line-height: 20px;
        padding: 10px 15px;
        text-align: left;
        color: #fff;
        font-size: inherit;
        background: none;
        outline: 0;
        border: 0;
    }

        .Lzlogin_item .select option {
            color: #333;
        }

.Lzlogin_mode,
.Lzlogin_way,
.Lzlogin_user,
.Lzlogin_password {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
}

.Lzlogin_mode {
    padding-left: 0;
}

.Lzlogin_way > span,
.Lzlogin_user > span,
.Lzlogin_password > span {
    display: block;
    line-height: 40px;
    width: 40px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 0;
    padding-top: inherit;
    padding-left: 10px;
    bottom: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    overflow: hidden;
    text-indent: -1000px;
    z-index: 5;
    background: url(/App_Skins/Base/Image/Login/Lzlogin_input.png) no-repeat;
}


.Lzlogin_user > span {
    background-position: 0 center;
}

.Lzlogin_password > span {
    background-position: -40px center;
}

.Lzlogin_way > span {
    background-position: -80px center;
}

.Lzlogin_check > span,
.Lzlogin_Info > span {
    display: none;
}

.Lzlogin_smsCode .input,
.Lzlogin_way .input {
    padding-right: 90px;
}

.Lzlogin_check {
    vertical-align: top;
}

    .Lzlogin_check .input {
        height: 30px;
        vertical-align: middle;
        display: inline;
        margin: 0;
        width: 70px;
        border: 1px solid #eee;
    }

    .Lzlogin_check img {
        vertical-align: middle;
    }

    .Lzlogin_check a {
        color: #565656;
    }
/**短信验证码**/
.Lzlogin_smsCode button {
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    position: absolute;
    border: 0;
    top: 0;
    bottom: 0;
    padding-top: inherit;
    box-shadow: none;
    cursor: pointer;
    right: 0;
}

/**忘記密碼**/
.Lzlogin_forgotpassword {
    text-align: right;
    margin-top: 10px;
}

    .Lzlogin_forgotpassword .lzbtn {
        padding-left: 0;
        padding-right: 0;
    }

.lzform_horizontal {
    max-width: 300px;
    margin: 0 auto;
}


/*#region****理正混合云集成登录************************/
.Lzlogin_tabs {
    display: flex;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    position: relative;
}

    .Lzlogin_tabs:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid transparent;
        display: block;
    }

    .Lzlogin_tabs > li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        -ms-flex: 1;
        vertical-align: top;
        overflow: hidden;
        text-align: center;
        color: rgba(255,255,255,0.55);
        border-color: transparent;
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .Lzlogin_tabs > li > span {
            display: inline-block;
            margin: 0 auto;
            line-height: 60px;
            font-size: 2rem;
            font-family: "微软雅黑";
            border-color: inherit;
            color: inherit;
            text-decoration: none;
        }

        .Lzlogin_tabs > li:before {
            content: "";
            border-top: 2px solid transparent;
            border-top-color: inherit;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
        }

        .Lzlogin_tabs > li:hover,
        .Lzlogin_tabs > li.active {
            background: transparent;
            border-top-color: rgba(255,255,255,0.55);
            color: #fff;
        }

.Lzlogin_tab_pane {
    display: none;
}

.Lzlogin_tabs > li.oldtitle,
.Lzlogin_tabs > li.oldtitle:hover {
    text-align: left;
    border-color: transparent;
    background: transparent;
    position: relative;
    color: #fff;
    border-bottom: none;
}

.Lzlogin_tabs.onlyone:before {
    visibility: hidden;
}
/**忘记密码*/
.Lzlogin-forgotword {
    padding: 0;
}

    .Lzlogin-forgotword .Lzlogin_tabs > li {
        color: rgba(0,0,0,0.55);
    }

    .Lzlogin-forgotword .Lzlogin_tabs:before {
        border-color: rgba(0,0,0,0.1);
    }

    .Lzlogin-forgotword .Lzlogin_tabs > li:hover,
    .Lzlogin-forgotword .Lzlogin_tabs > li.active {
        background: transparent;
        border-top-color: #4e97d9;
        color: #4e97d9;
    }

    .Lzlogin-forgotword .Lzlogin_item {
        padding: 0 15px;
        margin: 0;
    }

    .Lzlogin-forgotword .Lzlogin_btn {
        padding: 0 15px;
    }

    .Lzlogin-forgotword .Lzlogin_item > div {
        border: 1px solid rgba(0,0,0,0.08);
    }

    .Lzlogin-forgotword .Lzlogin_item .select,
    .Lzlogin-forgotword .Lzlogin_item .input {
        color: #333;
    }
/**#endregion***理正混合云集成登录************************/

/*登录页图标样式*/
.lzlogin-img-group a:hover {
    text-decoration: none;
}

.lzlogin-img-group img {
    width: 22px;
    height: 22px;
    margin-left: 2px;
}

.lzlogin-img-group > span {
    float: left;
}

.lzlogin-img-last:before {
    display: inline-block;
    content: "|";
    color: #aaa;
    margin: 0 5px;
}