* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
}
header .logo1 {
  margin-left: 15%;
  margin-top: 10px;
}
header .line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #CCCCCC;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
header .logo2 {
  margin-left: 10px;
  margin-top: 10px;
}
header .word {
  position: absolute;
  top: 245px;
  left: 250px;
  z-index: 2;
}

.centerContainer {
  width: 100%;
  height: 750px;
  background: url(../images/newbg.png);
  background-size: 100% 100%;
  position: relative;
}
.centerContainer .img1 {
  position: absolute;
  width: 400px;
  top: 265px;
  left: 260px;
}

.formBox {
  position: absolute;
  width: 380px;
  height: 460px;
  background: #FFFFFF;
  position: absolute;
  z-index: 2;
  right: 200px;
  top: 160px;
  box-shadow: 1px 1px 15px -2px #CCCCCC;
}
.formBox .topTitle {
  width: 100%;
  height: 100px;
}
.formBox .topTitle span {
  color: #0794ee;
  margin: 25px 0px 10px 8%;
  display: inline-block;
}
.formBox .inputBox {
  width: 84%;
  height: 48px;
  margin: 20px 8%;
  border: 1px solid #CCCCCC;
}
.formBox .inputBox img {
  margin: 13px;
  float: left;
}
.formBox .inputBox input {
  height: 48px;
  border: none;
  outline: none;
}
.formBox .codeBox {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.formBox .codeBox input {
  display: block;
  flex-grow: 1;
  width: 0;
}
.formBox .codeBox .code {
  flex-basis: 120px;
  height: 48px;
  border-left: 1px solid #F2F2F2;
  text-align: center;
  line-height: 48px;
}
.formBox .codeBox .code img {
  width: 100%;
}
.formBox .twoside {
  width: 84%;
  height: 48px;
  margin: 0px 8% 15px;
  line-height: 48px;
  position: relative;
  font-size: 14px;
  color: #CCCCCC;
}
.formBox .twoside .checkBox {
  margin: 0px 5px 0px 5px;
  position: relative;
  top: 2px;
  background: #FFFFFF;
}
.formBox .twoside span {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
}
.formBox .twoside p {
  float: right;
}
.formBox button {
  width: 84%;
  height: 48px;
  margin: 10px 8%;
  outline: none;
  border: none;
  background: url(../images/button.png);
  background-size: 100% 100%;
  color: #FFFFFF;
  cursor: pointer;
}

.copyright {
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  top: 730px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
}

/*# sourceMappingURL=login.css.map */
