body {
  margin: 0;
  padding: 0;
}

.wrapper {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
}

@font-face {
  font-family: "Montserrat-Med-Italic";
  src: url("assets/Montserrat-MediumItalic.ttf") format("woff");
}

.bg,
.logo,
.cp,
.cta,
.cta2,
.btcn,
.bt,
.bg1,
.bg2,
.bg3,
.bg4,
.cap,
.drag,
.capcn {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0;
  left: 0;
}

.cta {
  transform-origin: 50% 564px;
}

.bt,
.bg1,
.bg2,
.bg3,
.bg4 {
  transform-style: preserve-3d;
}

.btcn {
  perspective: 200px;
}

.cap {
  transform-origin: 50% 38px;
}

.no-action {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

.form_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(assets/bg_form.png);
  opacity: 0;
  padding-top: 100%;
  box-sizing: border-box;
}

.form-input {
  /* position: absolute; */
  width: 85%;

  display: flex;
  flex-direction: column;
  font-family: "Montserrat-Med-Italic";
  margin-bottom: 10px;
  margin-left: 7.5%;
}
label {
  font-family: "Montserrat";
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.form-input input {
  height: 40px;
  border-radius: 25px;
  border: unset;
  /* margin-top: 5px; */
  padding-left: 15px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Montserrat-Med-Italic";
  background-color: #ffffff8f;
  border: 1px solid #fff;
  /* box-shadow: 1px 1px 5px #f9b400; */
}
input:focus {
  background-color: #ffffff5c;
}

input::placeholder {
  color: #fff;
  font-family: "Montserrat-Med-Italic";
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
}

.submit-btn {
  width: 160px;
  height: 43px;
  background-image: url(assets/cta2.png);
  position: absolute;
  bottom: 10%;
  left: calc(50% - 80px);
  background-color: unset;
  border: unset;
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.final {
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Med-Italic";
  display: none;
}
/*=============================================================================*/
