* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: rgba(255,255,255,1);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.v13_92 {
  width: 100%;
  max-width: 402px;
  min-height: 874px;
  background: rgba(255,255,255,1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.v13_102 {
  width: 100%;
  color: rgba(18,18,18,1);
  font-family: Inter;
  font-weight: Bold;
  font-size: 24px;
  text-align: left;
  margin-top: 120px;
  margin-bottom: 10px;
}

.v13_104 {
  width: 100%;
  color: rgba(23,23,23,1);
  font-family: Inter;
  font-weight: Medium;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}

.v13_94 {
  width: 100%;
  max-width: 358px;
  height: 63px;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 17px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  margin-bottom: 20px;
  position: relative;
}

.v13_94 input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-family: Inter;
  font-size: 16px;
  color: rgba(18,18,18,1);
  outline: none;
}

.v13_94 input::placeholder {
  color: rgba(92,96,99,1);
  font-family: Inter;
  font-weight: Regular;
  font-size: 16px;
}

.v17_5 {
  width: 100%;
  max-width: 358px;
  height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.v13_96 {
  width: 100%;
  height: 100%;
  background: rgba(0,100,224,1);
  border: 1px solid rgba(0,0,0,0.4000000059604645);
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.v13_96:hover {
  opacity: 0.9;
}

.v13_96:active {
  opacity: 0.8;
  transform: scale(0.98);
}

.v13_99 {
  color: rgba(255,255,255,1);
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
}

.v13_103 {
  width: 100%;
  color: rgba(23,23,23,1);
  font-family: Inter;
  font-weight: Medium;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.v13_97 {
  width: 30px;
  height: 32px;
  background: url("/page3/images/v13_97.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 58px;
  left: 15px;
}

.v13_98 {
  width: 67px;
  height: 38px;
  background: url("/page3/images/v13_98.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  body {
    padding: 0;
  }
  
  .v13_92 {
    padding: 15px;
    min-height: 100vh;
  }
  
  .v13_102 {
    margin-top: 80px;
    font-size: 22px;
  }
  
  .v13_104 {
    font-size: 15px;
  }
  
  .v13_97 {
    top: 40px;
    left: 15px;
  }
}