.myinfobg {
  width: 100%;
  background: url(../images/myinfobg.jpg) no-repeat center top #f7f7f8;
}
.myinfocoess {
  padding: 110px 0 140px;
}
.myinfologo {
  width: 119px;
  margin: 0 auto 34px;
}
.userwarndsc {
  text-align: center;
  font-size: 24px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 40px;
}
.btnflregs {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btnregst {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #ff5900;
  text-align: center;
  border-radius: 30px;
  margin: 0 60px;
  border: 1px #ff5900 solid;
  transition: all 0.4s ease;
}
.btnregst:hover {
  color: #fff;
  background: #ff5900;
}
@media screen and (max-width: 1400px) {
  .userwarndsc{
    font-size: 20px;
  }
}