﻿	body{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:23px;
	margin:0;
	padding:0;
	/*background:url(/Content/images/login/login_bg.jpg);*/
	color:#3b6e81;
	}
#loginForm{
	/*margin: 0 auto;*/
	border-radius:10px;
	box-shadow: 0px 4px 8px #649ff7;
    width: 310px;
    height: 330px;
    /* margin-top: 10%; */
    /*padding-left: 300px;*/
    /*padding-top: 110px;*/
    /* background: url(/Content/images/login/login_panel.png) no-repeat; */
    background: #fff;
    /*position: relative;*/
	}

.title-zh
{
    font-size: 24px;
    /* font-weight: 900; */
    color: #2D84fB;
    text-align: center;
    line-height: 75px;
}

.title-en
{
    position:absolute;
    top:70px;
    left:312px;
    color:#9aa5a9;
}

 .message
{   
   width: 100%;
    height: 20px;
    text-align: center;
    color: red;
}

.logo
{
     position:absolute;
     left:50px;
     top:120px;
}
table{
	border-collapse: collapse;
}
table td{
	text-align: center;
}
.login,.login2{
	text-indent: 35px;
    width: 238px;
    border-radius: 5px;
    border: 1px solid #dad7d7;
    height: 41px;
    line-height: 41px;
    vertical-align: text-bottom;
	}
.login2{
	width:125px;
	}
.login_button{
	width: 238px;
    box-shadow: 0px 1px 1px #388EFF;
    /* margin-top: 17px; */
    height: 42px;
    line-height: 26px;
    BORDER-RADIUS: 4PX;
    border: none;
    color: #FFF;
    font-weight: bold;
    background-color: #388EFF;
    /* background: url(/Content/images/login/login1.jpg); */
    /* margin-left: 15px; */
}
.reset_botton{
	background: #fff;
    border: 0;
    outline: none;
	}