﻿.main_bg {
    width: 1002px;
    height: 602px;
    background-image: url(../Images/Login/login_bg_02.jpg);   
    font-size: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

.main_title {
    position:relative;
    top: 172px;
    left: 600px;
    vertical-align: middle;
    width: 65px;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    color: #191970;
    font-weight: bold;
}

.main_name {
    position: relative;
    top: 180px;
    left: 295px;
    vertical-align: middle;
    width: 430px;
    font-family: 'Microsoft YaHei';
    font-size: 23px;
    color: #191970;
    
}

.main_loginpart {
    position: relative;
    top: 240px;
    left: 406px;
    width:300px;
    height:100px;
}


.main_textbox {
    border-style: solid;
    border-width: 1px;
    border-color: #99bbe8;
    width:150px;
}

.main_loginbtn {
    background-image: url(../../Resources/Images/Login/login_btn_cn.gif);
    border-style: none;
    background-color: transparent;
    width:65px;
    height:50px;
}

/* new style Login */

.login_panel
{
    background:#438eb9;
    background-color:#438eb9;
}


.login_top
{
    width:800px;
    height:200px;    
    background: url('../../Resources/Images/Login/66.jpg') no-repeat;
    font-size: 12px;       
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}

.login_blank
{
    width:100%;
    height:260px;
    background-color:#F0F0F0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}


.login_img_content
{
    width:1000px;
    height:580px;          
    font-size: 12px;       
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}

.div_login_img
{
     background: url('../../Resources/Images/Login/panel.png') no-repeat;     
     float:left;
     width: 500px;
     height: 380px; 
     overflow: hidden;   
}

.login_box_content
{
    width:1000px;
    height:320px;        
    font-size: 12px;       
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}





.div_login_box 
{    
    float: right;  
    background:  url('../../Resources/Images/Login/login.png') no-repeat;    
    overflow: hidden;   
    width: 336px;
    height: 320px;   
}

.corp_name {
    position: relative;
    vertical-align: middle;    
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    color: #191970;
    padding-top:8px;    
    width: 300px;
    text-align:center;  
    border:0px;  
    background-color:transparent;
}

.td_user {
     background: url('../../Resources/Images/Login/user.png')  center center no-repeat;
     vertical-align:middle;     
}

.td_pwd {
     background: url('../Images/Login/lock.png')  center center no-repeat;
     vertical-align:middle;    
}

.td_check {
     background: url('../Images/Login/write.png')  center center no-repeat;
     vertical-align:middle;    
}

.div_login_title {
    font-size: 18px;
}


.login_textbox {
    border-style: solid;
    border-width: 1px;
    border-color:Gray;
    height:24px;
   /* border-color: #99bbe8;*/
    width:130px;
    font-size:16px;
}

.login_textbox_2 {
    border-style: solid;
    border-width: 1px;
    border-color:Gray;
    height:24px;
   /* border-color: #99bbe8;*/
    width:60px;
    font-size:16px;
}

.button-Login {
    border: 3px double #fbaf37;
   /* background-color: #D3E1F1; */   
    background: url('../Images/Login/pwd.png')  left center no-repeat;        
    background-color: #fbaf37;
    vertical-align:middle;    
    font-style: normal;
    font-size: 14px;
    font-weight:bold;
    height: 26px;    
    border-radius: 4px;
}


 
 .button-Login:hover
{
    background-color: #FF9224 !important;
    border-color: #fbaf37;
 }



 .div_footer {
    height: 250px; 
    background-color: #e6e6e6;
    margin-right: auto;
    margin-left: auto;
}


.div_footer a {
    text-decoration: none;
    color: #1b1b1b;
    font-size: 14px;
}

.div_footer a:hover {
    text-decoration: underline;
}

.container {
    width: 945px;
    margin: 0 auto;
}