﻿body {
    font-size: 12px;
    font-family: Arial, 宋体, Helvetica, sans-serif;
    line-height: 23px;
    margin: 0;
    padding: 0;
    background: url(/Content/images/login/login_bg.jpg);
    color: #3b6e81;
}
.second_body{
	margin:0 auto;
	width:350px;
	height:243px;
	margin-top:10%;
	padding-left:270px;
	padding-top:95px;
	background:url(/Content/images/login/login_panel.png) no-repeat;
    position:relative;
}

.title-zh
{
    position:absolute;
    top:40px;
    left:270px;
    font-size:26px;
    line-height:50px;
    font-weight:900;
    color:#0074a6;
}

.title-en
{
    position:absolute;
    top:30px;
    font-size:11px;
    left:296px;
    color:#9aa5a9;
}

 .message {
    position: absolute;
    top: 228px; /*right: 40px;*/
    left: 274px;
    color: red;
    font-weight: bold;
    overflow: hidden;
    width: 190px;
    line-height: 16px;
}
.logo
{
     position:absolute;
     left:50px;
     top:80px;
}

.login{
	width:200px;
	border:1px solid #7fb5c1;
	height:22px;
	vertical-align:text-bottom;
}

.login2{
	width:100px;
}
.login_button, .reset_botton {
    margin: 5px;
    width: 58px;
    height: 26px;
    line-height: 26px;
    border: none;
    color: #FFF;
    font-weight: bold;
    background: url(/Content/images/login/login1.jpg);
    line-height:16px;
}
.reset_botton{
	background:url(/Content/images/login/reset.jpg);
}
.label {
    /*text-align: right;*/
    vertical-align: middle;
}