﻿body {
    font-size:11pt; line-height:40px;
}

.login-center {
    height: 50px;
    border-radius: 5px;
    /*border: 1px solid #00525e;*/
    margin-bottom: 30px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
}
.hj1 {height:40px;font-size:11pt; line-height:40px;}
.hz1 { color:#ff0000;
}
.t-name {
    font-size: 14px;
    float: left;
    height: 40px;
    line-height:40px;
    width: 96%;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
  
}
.login-button1 {
    width: 99%;
    background-color: #00525e;
    height: 46px;
    border-radius: 5px;
    font-size: 11pt;
    color: #fff;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    margin: 2px;
}