﻿body {
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 23px;
  margin: 0;
  padding: 0;
  background: url(/Content/images/login/login_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #3b6e81;
}
.second_body {
  margin: 0 auto;
  /* width: 330px; */
  /* height:243px; */
  width: 590px;
  height: 100vh;
  /* margin-top:10%; */
  /* padding-left: 300px; */
  /* padding-top:110px; */
  /* background: url(/Content/images/login/login_panel.png) no-repeat; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  /* text-align: center; */
}
.title-zh {
  /* position: absolute; */
  /* top: 50px;
  left: 320px; */
  /* font-size: 26px; */
  font-size: 48px;
  line-height: 60px;
  /* font-weight: 900; */
  /* color: #0074a6; */
  color: #fff;
  text-align: center;
}

.title-en {
  /* position: absolute;
  top: 75px;
  left: 312px; */
  /* color: #9aa5a9; */
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 124px;
}

.message {
  /* position: absolute;
  bottom: 80px;
  left: 312px; */
  position: fixed;
  bottom: 70px;
  color: red;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.title-version {
  /* position: absolute;
  bottom: 0px;
  left: 320px; */
  color: #15428b;
  font-weight: bold;
  text-align: center;
}

.title-bottom {
  /* position: absolute;
  bottom: 15px;
  left: 120px; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #979797;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  position: fixed;
  bottom: 50px;
}

.logo {
  /* position: absolute;
  left: 50px;
  top: 80px; */
  margin: 65px auto 15px;
  width: 100%;
}
.logo img {
  display: block;
  width: 115px;
  margin: 0 auto;
}
.login,
.login2 {
  /* width: 200px; */
  width: 314px;
  /* border: 1px solid #7fb5c1; */
  border: 1px solid #979797;
  height: 36px;
  font-size: 16px;
  vertical-align: text-bottom;
  text-indent: 10px;
}
.login2 {
  width: 125px;
}
.login::placeholder {
  font-weight: 400;
  color: #d8d8d8;
}
.login_button,
.reset_botton {
  /* width: 58px;
  height: 26px;
  line-height: 26px; */
  width: 168px;
  height: 40px;
  line-height: 40px;
  border: none;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url(/Content/images/login/login1.jpg); */
  /* margin-left: 15px; */
  float: left;
}
.login_button img,
.reset_botton img {
  margin-right: 20px;
}
.login_button {
  background: linear-gradient(180deg, #389dd6 0%, #1a64ad 100%);
}
.reset_botton {
  /* background: url(/Content/images/login/reset.jpg); */
  background: linear-gradient(180deg, #eeeeee 0%, #d8d8d8 100%);
  margin-left: 49px;
  color: #1A64AD;
}
