.main_form {
  background: url(../images/new/bg-after.png?v=1.16) top center no-repeat;
  background-size: 100% auto;
  margin-top: -0.4%;
  padding-top: 5%;
  width: 100%;
}
.tabcontent_form {
  background: url(../images/new/bg-form.png?v=1.16) top center no-repeat;
  background-size: 100% 100%;
  padding: 9% 0 10% 0;
  position: relative;
  width: 100%;
}
.formstyle_customs form {
  margin: 0 auto;
  width: 85%;
}
.form-group {
  margin-bottom: 0.9rem;
  position: relative;
}
.icon_field {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 46px;
  left: 12px;
  position: absolute;
  top: 0;
  width: 20px;
}
.formstyle_customs .icon_field {
  width: 17px;
  height: 46px;
}
.formstyle_customs .icon_user {
  background-image: url(../images/mobile/icon-user.svg?v=1.16);
}
.formstyle_customs .instyle {
  background: url(../images/mobile/bg-input.png?v=1.16) top center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 1px;
  border-radius: 0;
}
.formstyle_customs .icon_lock {
  background-image: url(../images/mobile/icon-lock.svg?v=1.16);
}
.formstyle_customs .icon_eye {
  background-image: url(../images/mobile/icon-eye.svg?v=1.16);
  left: auto;
  right: 17px;
}
.form_input {
  background: 0 0;
  border: none;
  color: #ffcc7e;
  flex: 1;
  font-size: 13px;
  height: 46px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
.btnsubmit button {
  background: 0 0 !important;
  border: none !important;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: default;
}
.btnsubmit button img {
  width: 100%;
}
.hoac_none {
  color: #cfb689;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hoac_none::after,
.hoac_none::before {
  content: "";
  height: 0.5px;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 239, 170, 0) 0,
    #ffefaa 50%,
    rgba(255, 239, 170, 0) 100%
  );
  opacity: 0.5;
  width: 40%;
}
.btnplayweb_btn {
  cursor: pointer;
  margin: 0 auto;
  width: 85%;
}
.btnplayweb_des {
  padding-top: 1.2%;
  line-height: 1.4;
  text-align: center;
  font-size: 12.5px;
}
.btnplayweb_des span {
  font-weight: 700;
  text-decoration: underline;
  color: #ffad16;
}
.btnplayweb_des span {
  font-weight: 700;
  text-decoration: underline;
  color: #ffad16;
}
.text_uppercase {
  text-transform: uppercase;
}
.btnplayweb_des small {
  color: #f04949;
  font-size: 12.5px;
  display: block;
}
