.custregister-container {
  background-image: url('/themes/default/img/session/background3/login-big-bg.jpg');
  height: 100%;
}

.fillpersoninfo {
  display: none;
}

.register-container {
  width: 520px;
  /*height: 600px;*/
  position: fixed;
  left: calc(50% - 260px);
  top: calc(50% - 300px);
  filter: alpha(opacity:0);
  z-index: 300;
  background: white;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.register-container-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  filter: alpha(opacity:0);
  z-index: 300;
  background: white;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.register {
  padding: 0 50px;
}
.tip-1 {
  font-weight: 600;
  margin-left: 30px;
  float: left;
  color: #606266;
}

.tip-1-mobile {
  font-weight: 600;
  margin-left: 30px;
  float: left;
  color: #606266;
  font-size: 1.7em;
}

.tip-2 {
  margin: 0 0 20px 50px;
  font-size: 15px;
  color: #606266;
}

.tip-2-mobile {
  margin: 0 0 20px 50px;
  font-size: 1.4em;
  color: #606266;
}

.tip-3 {
  color: #606266;
}

.jump-login {
  float: right;
  margin-right: 30px;
}

.head-container {
  height: 50px;
  margin-top: 15px;
}

.agtchecked {
  margin-right: 8px;
}

.register-btn {
  width: 420px;
  height: 50px;
}

.register-btn-mobile {
  width: 100%;
  height: 50px;
}

.el-form-item {
  margin-bottom: 15px;
}

.sendverify {
  position: absolute;
  top: 0;
  right: 15px;
}

.alert-el {
  height: 30px;
}

.icon-circle-check {
  font-size: 100px;
  color: #67C23A;

}

.jump-time-login{
  text-align: center;
  margin-top: 38%;
  height: 400px;
}

.container {
  margin-top: 12vh;
}