﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.formheight {
    height: auto;
    /*min-width: 1600px;*/
}
.logoDiv {
    height: 82px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
}
.logoDiv img {
    width: 800px;
    height: 52px;
    margin-left: 140px;
    margin-top: 30px;
}
.Lzlogin_bg {
    /*background: url(../images_2/Login/Lzlogin_bg.png) center repeat;*/
    
    height: 100%;
}

.Lzlogin_bgimg {
    width: 100%;
    height: 100%;
    background: url(../images_2/Login/banner.png) center no-repeat;
    background-size: 100% 100%;
}

.Lzlogin_td {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
/***底部版权***/
.Lzlogin_tdbtm {
   /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    text-align: center;
}

.Lzcopy {
    margin: 20px auto 0;
    text-align: center;
    color: #000;
}
/*登陆背景及辅助图片样式*/
.Lzlogin_ct {
    /*width: 900px;*/
    min-height: 600px;
    position: relative;
    margin: 0 auto;
    display: block;
    /*background: url(../images_2/Login/Lzlogin_bgimg.jpg) center 10px no-repeat;*/
    
}

.Lzlogin_titbg {
    display: none;
    width: 100%;
    height: 180px;
    /*background: url(../images_2/Login/Lzlogin_topbg.png) left 0 no-repeat;*/
    _behavior: url( '/App_Skins/iepngfix.htc' );
}

.Lzlogin_frombg {
    /*width: 300px;*/
    /*float: right;*/
    /*margin: 0 20px 0 auto;*/
    text-align: center;
    display: inline-block;
    padding: 0 30px;

    width: 430px;
    height: 460px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 1px #dbdbdb;
    background-color: #fff;
    position: absolute;
    right: 10%;
    top: 50px;
    /*margin: -130px -50px 0 auto;*/
}

.Lzlogin_from {
    text-align: center;
    vertical-align: middle;
}
.formTitle h1 {
    font-size: 27px;
    font-weight: 700;
    color: #4a4a4a;
    margin: 50px 0px 40px 0px;
    text-align: center;
}
/*****登录按钮****************/
.Lzlogin_btn {
    text-align: center;
    margin: 0 23px;
    margin-top: 50px;
}

.Lzlogin_BtnBg1,
.Lzlogin_BtnBg2 {
    width: 100%;
    cursor: pointer;
    height: 45px;
    /*background: url(../images_2/Login/login_btn.png) no-repeat;*/
    border: 0;
    border-radius: 4px;
    background-color: #2d79cd;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.Lzlogin_BtnBg1 {
    background-position: top;
}

.Lzlogin_BtnBg2 {
    background-position: bottom;
}


/****登录框**输入框修改*****/
.Lzlogin_from_ct {
    margin: 0 auto;
    table-layout: fixed;
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.Lzlogin_item span {
    line-height: 0;
    display: none;
}


.Lzlogin_item {
    width: 100%;
    vertical-align: top;
    text-align: left;
}

    .Lzlogin_item div {
        /*margin-bottom: 10px;*/
        margin: 0 23px;
        margin-bottom: 26px;
    }

    .Lzlogin_item .select,
    .Lzlogin_item .input {
        width: 100%;
        vertical-align: middle;
    }

.Lzlogin_user,
.Lzlogin_password,
.Lzlogin_smsCode {
    border: 1px solid #ddd;
    position: relative;
    /*height: 40px;*/
    height: 50px;
    text-align: left;
    padding-left: 10px;
}

    .Lzlogin_user .input,
    .Lzlogin_password .input,
    .Lzlogin_smsCode .input {
        border: 0;
        /*margin-top: 10px;*/
        /*height: 24px;*/
        height: 100%;
        line-height: 24px;
        
        font-size: 16px;
        padding-left: 10px;
    }

.Lzlogin_user,
.Lzlogin_password {
    padding-left: 50px;
    /*background: url(../images_2/Login/Lzlogin_input.png) no-repeat;*/
}


.Lzlogin_user {
    background-position: 0 0;

    background: url(../images_2/Login/username.png) no-repeat;
}

.Lzlogin_password {
    background-position: 0 -40px;

    background: url(../images_2/Login/password.png) no-repeat;
}

.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 {
    border-left: 1px solid #eee;
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    position: absolute;
    background: #fff;
    border: 0;
    top: 0;
    cursor: pointer;
    right: 0;
}


/**忘記密碼**/
.Lzlogin_forgotpassword {
    text-align: right;
    margin-top: 10px;
    padding-right: 17px;
}

    .Lzlogin_forgotpassword a.lzbtn {
        padding-right: 0;
        padding-left: 0;
    }

.lztabs > li {
    font-size: 14px;
    padding: 10px 20px;
}

.lzform_horizontal {
    width: 300px;
    margin: 0 auto;
}
