html {
  height: 100%;
}

.login-body {
  height: 100%;
  background-color: #131d26;
  /* background-image: url(../images/signup_bg.jpg); */
  background-color: rgba(6, 100, 111, 1);
  background-repeat: no-repeat;
}


.login-wrap {
  width: 380px;
  height: 356px;
  background-color: #fff;
  /* float: right; */
  margin-top: 54px;
  padding: 15px 40px;
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  /*   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/

  /* For IE 8 */
  /*  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
  /* For IE 5.5 - 7 */
  /* -moz-box-shadow: 2px 2px 10px #909090; */
  /* for firefox */
  /*  -webkit-box-shadow: 2px 2px 10px #909090; */
  /* for safari or chrome */
  /*  box-shadow: 2px 2px 10px #909090; */
  /* for opera or ie9 */
}

.login-wrap::before {
  content: "";
  display: block;
  height: 287px;
  width: 502px;
  right: -61px;
  top: 40px;
  background: url(../images/login/bg.png) no-repeat;
  position: absolute;
  background-position: 0px 0px;
  z-index: -1;

}

/* .login-wrap::after {
  content: "";
  display: block;
  height: 287px;
  width: 61px;
  
  right: -61px;
  top: 40px;
  background: url(../images/login/bg.png);
  position: absolute;
  background-position: -72px -124px;
} */

.logo-title {

  width: 222.83px;
  height: 48px;
  background: url(../../../images/login/Fill1.png);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}

.login_header {
  font-size: 18px;
  color: #2e2e2e;

  margin-top: 8px;
}

.login_header .line {
  height: 2px;
  background: #D0D0D0;
  border-left: 60px solid #333333;
  margin-top: 5px;
  width: 60px;
  margin-bottom: 30px;

}

.login_input {
  font-size: 14px;
  padding: 10px;
  height: 40px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  /* margin-bottom: 22px; */
  margin-bottom: 16px; 
  width: 100%;
  background-color: #fff;
}

.login_btn {
  display: block;
  background-color: #0075ff;
  width: 100%;
  color: #fff;
  font-size: 18px;
  border: 1px solid;
  padding: 7px;
  cursor: pointer;
}

.login_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}

.login_link a {
  color: #a2a2a2;
}

.error_msg {
  color: #f00;
  height: 40px;
  line-height: 40px;
}

.balabala {
  margin-top: 132px;
  float: left;
  margin-left: 138px;
}

.balabala h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
}

.balabala p {
  line-height: 52px;
  font-size: 24px;
  color: rgba(225, 225, 225, 0.72);
}

.login-content {
  /*  margin-bottom: 349px; */
  margin-bottom: 149px;
  position: relative;
  height: 400px;
}

.to-login {
  float: right;
  font-size: 14px;
}

.to-login a {
  color: #0075ff;
}

.smsbtn,
.smsbtn:hover {
  border: 1px solid #0075ff;
  color: #0075ff;
  height: 40px;
  background: #fff;
  cursor: pointer;
  width: 100%;
}

.success {
  text-align: center;
}

.icon-success {
  display: block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  background: url(../images/success.png) no-repeat center;
  background-size: 100%;
}

.success-h {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 40px;
}

.success-p {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 20px;
}

.success-btn {
  width: 100%;
  /* background-color: #0075ff; */
  background-color: #202020;
  margin-bottom: 20px;
}

.next-btn {
  width: 100%;
}

.layui-btn-normal {
  background-color: #333333;
}