* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
.ali-btn {
  background-color: #e91e63 !important;
  color: #fff !important;
}
.ali-btn-secondary {
  background-color: #f2e933 !important;
}
.ali-page-bg {
  width: 100%;
  min-height: 100vh;
  background-image: url("assets/images/bg.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ali-form-box {
  max-width: 800px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  margin: 30px 0;
}
.ali-form li {
  margin-bottom: 20px;
}
.ali-form p {
  margin-bottom: 0 !important;
}
.ali-form input {
  margin-right: 15px;
}
#gform_submit_button_1,
#gform_submit_button_2 {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */