﻿body {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 23px;
    margin: 0;
    padding: 0;
    background: url(../Images/Login/login_bg.jpg);
    color: #3b6e81;
}

.second_body {
    margin: 0 auto;
    width: 330px;
    height: 243px;
    margin-top: 10%;
    padding-left: 300px;
    padding-top: 110px;
    background: url(../Images/Login/login_panel.png) no-repeat;
    position: relative;
}

.title-zh {
    position: absolute;
    top: 50px;
    left: 320px;
    font-size: 26px;
    font-weight: 900;
    color: #0074a6;
}

.title-en {
    position: absolute;
    top: 70px;
    left: 312px;
    color: #9aa5a9;
}

.message {
    position: absolute;
    bottom: 80px;
    left: 312px;
    color: red;
}

.logo {
    position: absolute;
    left: 50px;
    top: 80px;
    width: 150px;
    height: 150px;
}

.login, .login2 {
    width: 200px;
    border: 1px solid #7fb5c1;
    height: 22px;
    vertical-align: text-bottom;
}

.login2 {
    width: 125px;
}

.login_button, .reset_botton {
    width: 58px;
    height: 26px;
    line-height: 26px;
    border: none;
    color: #FFF;
    font-weight: bold;
    background: url(../Images/Login/login1.jpg);
    margin-left: 15px;
    cursor:pointer;
}

.reset_botton {
    background: url(../Images/Login/reset.jpg);
}
