﻿/**
*  Create 2016/08/26 By JoneLu
*  官网改版-2016
*  登录（Account Sign）
*****/
.container
{
    /*width:100% !important;*/
}
/*动画、过度效果*/
.login_container *
{
    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; 
    border: 1px solid #CCC!important;
}

/*登录右侧的广告*/
.login_right_bg
{
    /*background-image:url(/Images/Amendment/Login/bg_signin.png);*/
    background-size: contain;
    background-repeat:no-repeat;
    /*背景位置*/
    background-position:30px center;
    -ms-behavior: url(/Content/Amendment/backgroundsize.min.htc);
	behavior: url(/Content/Amendment/backgroundsize.min.htc);
    cursor:pointer;
    width:80%;
    height:450px;
    margin:auto;
    position:relative;
}

.login_container
{
    position:relative;
    background-color: #fff;
    margin-top:20px;
    margin-bottom:50px;

    margin-left:auto;
    margin-right:auto;

    /*width: 380px;*/
    max-width:420px;
    min-height: 480px;
    border: 1px solid #e0d7d5;
    border-top: 2px solid #2A4F67;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    /*position: absolute;*/
    /*right: 80px;*/
    z-index: 0;
    font-family:'微软雅黑';
}

/*登录顶部*/
.lg_header
{
   height:50px;
   line-height:50px;
   vertical-align:middle;
}

.lg_tab
{
    float:left;
    width:50%;
    text-align:center;
    height:50px;
    line-height:50px;
    vertical-align:middle;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color:#2A4F67; /*tab 字体颜色 TODO*/
    box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    background-color: #fff;
    border-bottom: 1px solid #fff;
    
}
.tabl
{
    border-right: 1px solid #e0d7d5;
}

/*激活后  下 左 右 没有border */

/*非激活*/
.tab_noaction
{
    border-bottom:1px solid #e0d7d5;
    background-color:#FAF8F9;
}

.com_container {
    width: 100%;
    /*min-height:400px;*/
    position:relative;
}
.icon_small_login
{
    background-image:url(/Images/Amendment/Login/bg_icon_small.png);
    width: 26px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.icon_small_user
{
    background-position: -25px -200px;
}
.icon_small_password
{
    background-position: 0 -250px;
}
.icon_small_yzm
{
    background-position: -25px -250px;
}
.item_lg
{
    margin-bottom: 15px;
    border: 1px solid #ece8e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
    /*margin-left:auto;
    margin-right:auto;*/
    zoom: 1;
    display: table;
    position:relative;
    /*min-width:303px;*/
}

.item_no_top
{
    margin-top: 0px;
}
.lg_span
{
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px;
    min-width: 83px;/*最小83*/
    color: #666;
    font-weight:bold;
    float: left;
    cursor:pointer;
}
.lg_inputBox
{
    width: 190px;
    padding-top: 12px;
    padding-right: 30px;
    position: relative;
    float: left;
}
.login_container .lg_input
{
    max-width: 100%;
    width: 100%;
    margin: 0px;
    /*padding: 0px;*/
    /*padding-left:20px;*/
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    border: none !important;
    border-width: 0;
    /*line-height: 24px;*/
    height: 27px;
    line-height:27px;
    vertical-align:middle;
    background-color: transparent !important;
    font-size: 14px;
    color: #666;
    /*去除bootstrap的样式*/
    border:0 !important;
    outline:none !important;
    box-shadow:none !important;
     -webkit-box-shadow:none !important;
    -moz-box-box-shadow:none !important;
    -ms-box-box-shadow:none !important;
    font-family:arial,"microsoft yahei",simsun,sans-self;
}

/*去除bootstrap的样式*/
.login_container .lg_input:focus{
    outline: none !important;  
    border:0 !important;  
    border-radius: 0px;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-box-shadow:none !important;
    -ms-box-box-shadow:none !important;
}
/*文本框取得焦点*/
.item_lg_active
{
    -webkit-box-shadow:0 0 3px 0 #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
    -moz-box-shadow:0 0 3px 0 #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
    -ms-box-shadow:0 0 3px 0 #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
    box-shadow:0px 0px 3px 0px #cecbc7,0 0 6px 0 #e3d5de,0 0 6px 0 #eee6eb !important;
}
.rememberMe
{
   
}

.item_btn
{
    width:77%;
}
.lg_btnSign
{
    width:100%;
    cursor:pointer;
    color: #fff;
    background-color: #F47920;
    border: 1px solid #F47920;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-width: 0;
    font-size: 16px;
    font-weight: bold;
}
.item_rf
{
    border:none !important;
}
.item_nonMem
{
    text-align:center;
    margin-bottom:0px;
}
.login_container a {
    color:#2A4F67 !important;
}
.login_container a:hover
{
    color:#2A4F67 !important;
    text-decoration:none;
    cursor:pointer;
}
#forget{
    margin-left:20%;
}
.lg_yzm_input
{
    
}
.lg_img_yzm
{
   width:75px;
   float:left;
   padding-top: 8px;
   cursor:pointer;
   position: absolute;
}
.item_yzm
{
    float:left;
}
.item_yzm_outer
{
    zoom: 1;
    display: table;
    /*margin-left:auto;
    margin-right:auto;*/
    position: relative;
}

.lg_img_yzm_action
{
    margin-left:288px;
}
.lg_p_yzm
{
    margin-left:267px;
}
.login_entry
{
    padding: 0 20px;
}
#btnAuthCodeL {
    color: #2A4F67;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    height: 38px;
    background: #F3F3F3;
    border-left: thin solid #DEDEDE;
    border-top:0px;
    /*border-bottom:0px;*/
    border-right:0px;
}

@media (max-width: 1279px) and (min-width: 1024px){
    .span6 {
        width: 484px !important;
    }
}
/*该宽度，调整输入框样式*/
@media (max-width: 1199px)
{
    .lg_input
    {
        margin-left:18px !important;
        padding-left:0px;
    }
}


@media (min-width: 1000px) {
    .lg_span {
        float: left;
        min-height: 1px;
        margin-left: 20px !important;
    }

}
@media (max-width: 900px) {
     .lg_span {
        float: left;
        min-height: 1px;
        margin-left: 10px !important;
    }

}
@media (max-width: 1050px) and (min-width: 800px)
{
    #forget
    {
        /*float:left;*/
        margin-left:0px;
    }
}
@media (max-width: 767px)
{
    #imgCode1
    {
        top:0px !important;
    }
    #imgCode2
    {
        top:0px !important;
    }
}
/*width>=1366px
width>=1280px&&width<1366px
width>=1024px&&width<1280px
width>=800px&&width<1024px
width<800px*/


