﻿[genuitec-file-id="wc1-36"],[genuitec-lp-path="/gstbxt/WebRoot/css/login.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

body {
  background: #f7f7f7;
}
.login-screen {
  width: 936px;
  height: 432px;
  margin: 65px auto;
  margin-bottom:20px;
  background: #fff;
}
.login-screen ul {
  width: 896px;
  height: 48px;
  background: #ab812d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 40;
}
.login-screen ul li.li-bg-w {
  width: 172px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-top: 13px;
  float: left;
  list-style: none;
  font-family: "微软雅黑 Regular", "微软雅黑";
  font-size: 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #f2f2f2;
  cursor: pointer;
}
.login-screen ul li.li-bg-w1 {
  background: #fff;
  color: #ab812d;
}
.login-screen ul li.li-bg-b {
  float: right;
  list-style: none;
  width: 80px;
  height: 30px;
  background: #d1ab62;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 4px;
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    color: #FFFFFF;
}
.login-screen ul li.li-bg-b a {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.login-screen table {
  margin: auto;
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.login-screen table tr td.frist-child {
  padding-top: 12px;
  padding-right: 10px;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "微软雅黑";
  color: #333333 ;
}
.login-screen table tr td.frist-child p {
  margin-top: -21px;
  margin-left: 20px;
}
.login-screen table tr td.last-child input {
  width: 300px;
  height: 21px;
  border: 1px solid #a9a9a9;
}
.login-screen table tr td.second-child {
  padding-left: 20px;
}
.login-screen table tr td.third-child {
  padding-left: 7px;
}
.login-screen table tr td.four-child {
  padding-left: 64px;
}
.login-screen table tr td.five-child {
  padding-left: 49px;
}

.login-screen table tr td.six-child .spanyz{
  text-align: right;
/*   line-height: 20px; */
  margin-left: 138px;

}
.login-screen table tr td.six-child input {
  width: 150px;
}
.login-screen button {
  width: 94px;
  height: 29px;
  border-radius: 6px;
  margin-right: 50px;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑 Bold", '微软雅黑';
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
.login-screen button.login {
  margin-left: 310px;
  background: #d1ab62;
}
.login-screen button.reset {
  background: #ab812d;
}
.login-screen button.return {
  background: #ab812d;
}
.login-screen p.mi-reset {
  margin-top: 0px;
  margin-left: 10px;
}
.login-screen p.mi-reset a {
  text-decoration: none;
  font-size: 14px;
  font-family: "微软雅黑 Bold", '微软雅黑';
  color:#d1ab62;
}
.login-screen p.mi-reset a:hover {
  text-decoration: underline;
}

.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #FCF8E3;
border: 1px solid #FBEED5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.alert-error {
color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;
}
