.el-form--label-top .el-form-item__label {
  padding: 0 !important;
}
a {
  color: #00a2ff;
}
.register-background {
  background-image: url("/img/bg/building.png");
  background-size: 100% 100%;
  height: 100%;
  overflow: auto;
  width: 100%;
}
.register-border {
  background: rgba(100, 100, 100, 0);
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  display: block;
}
.register-title {
  background: white;
  width: 100%;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #51abe0;
  margin: 0 auto;
}
.register-form {
  background: white;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 2px 2px 19px 2px rgba(0, 0, 0, 0.18);
  padding: 15px;
}
.formButton {
  cursor: pointer;
  background: #00a2ff;
  color: white;
  border-radius: 18px;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  height: 33px;
  line-height: 30px;
  margin-top: 25px;
  width: 45%;
}
.formButton:hover {
  background: #51abe0;
}
.agree-title {
  margin-top: 2%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #646364;
  cursor: pointer;
}

