.mobile-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.mobile-mobile {
  width: 100%;
  height: 932px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}
.mobile-mobile1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.mobile-text {
  top: 152px;
  left: 35px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  font-family: "Oxanium";
}
.mobile-text04 {
  top: 724px;
  left: 40px;
  color: rgba(255, 255, 255, 1);
  width: 347px;
  height: auto;
  position: absolute;
  font-size: 15px;
  font-style: Medium;
  text-align: center;
  font-family: Oxanium;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.mobile-text06 {
  top: 258.2738037109375px;
  left: 39px;
  color: rgba(255, 255, 255, 1);
  width: 347px;
  height: auto;
  position: absolute;
  font-size: 16px;
  font-style: Medium;
  text-align: center;
  font-family: Oxanium;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.mobile-text07 {
  top: 168.2738037109375px;
  left: 44px;
  color: rgba(255, 255, 255, 1);
  width: 337px;
  height: auto;
  position: absolute;
  font-size: 28px;
  font-style: Bold;
  text-align: center;
  font-family: Oxanium;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.mobile-textinput {
  top: 343px;
  left: 42px;
  color: #ffffff;
  width: 350px;
  height: 226px;
  position: absolute;
  box-shadow: 5px 2px 10px 0px #0866e1;
  border-color: #ffffff;
  border-radius: 0px;
  background-color: transparent;
}
.mobile-button {
  top: 617px;
  left: 143px;
  color: #ffffff;
  width: 131px;
  height: 52px;
  position: absolute;
  box-shadow: 5px 2px 10px 0px #0866e1;
  font-family: "Oxanium";
  border-color: #ffffff;
  border-radius: 0px;
  background-color: transparent;
}
@media(max-width: 479px) {
  .mobile-mobile1 {
    width: 100%;
    height: 100%;
  }
  .mobile-text {
    top: 145px;
    left: 40px;
    color: #ffffff;
    margin: auto;
    position: absolute;
    text-align: center;
    font-family: Oxanium;
  }
  .mobile-text06 {
    color: rgb(255, 255, 255);
  }
  .mobile-textinput {
    top: 328px;
    left: 40px;
    color: #ffffff;
    width: 344px;
    height: 281px;
    position: absolute;
    box-shadow: 2px 2px 10px 0px #0866e1;
    font-family: Oxanium;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 0px;
    background-color: transparent;
  }
  .mobile-button {
    top: 641px;
    left: 155px;
    color: #ffffff;
    width: 114px;
    height: 48px;
    margin: auto;
    position: absolute;
    box-shadow: 5px 2px 10px 0px #0866e1;
    font-family: Oxanium;
    border-color: #ffffff;
    border-radius: 0px;
    background-color: transparent;
  }
}
