body {
  background: url('/static/edu/images/page/newPage/login-bg.png') no-repeat center top;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.login {
  color: #000;
}
.content {
  width: 773px;
  height: 658px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(231, 231, 231, 0.75);
          box-shadow: 0px 0px 10px 0px rgba(231, 231, 231, 0.75);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-top: 132px;
}
.content .content-left {
  padding-top: 37px;
  width: 360px;
  margin: 0 auto;
  position: relative;
}
.content .content-left .content-name {
  font-size: 18px;
  color: #0690ea;
  line-height: 1;
  margin-bottom: 30px;
}
.content .content-left .content-common {
  border: solid 1px #bfc8cd;
  width: 360px;
  height: 52px;
  padding-top: 10px;
  padding-left: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .content-left .content-common img {
  position: relative;
  top: 3px;
}
.content .content-left .content-common input {
  margin-left: 12px;
  height: 26px;
  width: 120px;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}
.content .content-left .content-common .content-common-des {
  font-size: 12px;
  color: #b5bfd3;
  position: relative;
  top: 20px;
  left: -14px;
}
.content .content-left .content-item2 {
  border: none;
}
.content .content-left .content-item2 .content-item-input {
  border: solid 1px #bfc8cd;
  width: 360px;
  height: 52px;
  padding-top: 10px;
  padding-left: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
}
.content .content-left .content-item2 .content-item-input img {
  position: relative;
  top: 3px;
}
.content .content-left .content-item2 .content-item-input input {
  margin-left: 12px;
  height: 26px;
  width: 160px;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}
.content .content-left .content-item2 .content-item-code {
  width: 116px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background-color: #0690ea;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
}
.content .content-left .content-item3 {
  margin-bottom: 46px;
}
.content .content-left .content-item3 {
  margin-bottom: 60px;
}
.content .content-left .content-submit {
  font-size: 18px;
  margin-top: 44px;
  width: 360px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #0690ea;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
}
.content .content-left .content-submit input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  height: 100%;
  cursor: pointer;
}
.content .content-left .content-tips {
  font-size: 12px;
  line-height: 1;
  margin-top: 16px;
  color: #dad9d9;
}
.content .content-left .content-tips a {
  color: #0690ea;
}
