* {
  filter: none;
}

/* http://meyerweb.com/eric/tools/css/neset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6a6c6f;
}

ol,
ul {
  list-style: none;
}
strong {
  font-weight: bold;
}
.wrapper {
  width: 1280px;
  height: 858px;
  margin: 0 auto;
  /*background-image: url(../images/login/login_bg.png?v=20221104);*/
  background-image: url(../images/login/login_bg.jpg?v=20221104);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8%;
  position: relative;
}
.login-box {
  width: 380px;
  margin: 0 auto;
  position: absolute;
  right: 207px;
  top: 250px;
}

.admin_logo_bg {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.logoin_top {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.logoin_cont {
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.5);
  /* border-radius: 6px; */
  padding: 24px;
  margin-bottom: 24px;
}
.login_box {
  width: 1000px;
  height: 408px;
  background: url(../images/login/login_bg2.png) no-repeat top;
  margin: 0 auto;
}

.logoin_logo {
  width: 100%;
  height: 60px;
  text-align: center;
  margin-top: 15px;
  float: left;
}
.logoin_title {
  width: 100%;
  height: 57px;
  float: left;
  background: url(../images/login/login_line.png) no-repeat 70px bottom;
  text-align: center;
}
.login_iptbox {
  color: #000;
  text-align: center;
  margin-left: 15px;
  _margin-left: 0px;
}
.form-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.form-input {
  width: 100%;
  margin-top: 10px;
  display: flex;
  margin-bottom: 32px;
}
.form-input label {
  width: 65px;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: right;
  line-height: 38px;
}
.login_iptbox .ipt {
  width: 260px;
  height: 38px;
  display: block;
  float: left;
  border: 1px solid #ddd;
  line-height: 38px;
  color: #666;
}
.admin_login_sub {
  width: 100%;
  height: 35px;
  border: none;
  color: #fff;
  float: left;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  background-color: #188ae2;
  border-color: #093658;
  padding: 6px 12px;
}
.admin_login_sub1 {
  background: #ff7300;
}
