* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: #F8F9FA;
  color: #05060A;
}

.v50_2985 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.v50_2986 {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(180deg, #FAFBFC 0%, #F1F5F9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.v50_2987 {
  width: 100%;
  max-width: 448px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v50_2987.wide {
  max-width: 640px;
}

.v50_2988 {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.v50_2989 {
  width: 277px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.v50_2990 {
  width: 100%;
  background: #FFFFFF;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .v50_2990 {
    padding: 24px;
  }
}

.v50_2991 {
  margin-bottom: 8px;
  text-align: center;
}

.v50_2992 {
  color: #05060A;
  font-weight: 700;
  font-size: 24px;
  display: block;
}

.v50_3008 {
  width: 100%;
}

.v50_3009 {
  margin-bottom: 20px;
}

.v50_3010 {
  margin-bottom: 8px;
  text-align: left;
}

.v50_3011 {
  color: #05060A;
  font-weight: 500;
  font-size: 14px;
}

.v50_3012,
.v50_3021 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.v50_3013 {
  width: 100%;
  height: 50px;
  background: #F8F9FA;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 0 16px 0 48px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #05060A;
  outline: none;
  transition: all 0.2s ease;
}

.v50_3013::placeholder {
  color: #64748B;
  opacity: 0.6;
}

.v50_3013:focus {
  border-color: #D9B86A;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(217, 184, 106, 0.1);
}

.v50_3015,
.v50_3024 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

.v50_3024 img {
  position: absolute;
}

.v50_3018 {
  margin-bottom: 12px;
}

.v50_3027 {
  width: 100%;
  text-align: right;
  margin-bottom: 24px;
}

.v50_3028 {
  color: #D9B86A;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.v50_3028:hover {
  text-decoration: underline;
}

.v50_3029 {
  width: 100%;
  height: 48px;
  background: #D9B86A;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.v50_3029:hover {
  background: #C5A456;
  transform: translateY(-1px);
}

.v50_3029:active {
  transform: translateY(0);
}

.v50_3031 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #E2E8F0;
}

.v50_3033 {
  color: #64748B;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.daftar-link {
  color: #D9B86A;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.daftar-link:hover {
  text-decoration: underline;
}

.v50_3034 {
  width: 100%;
  text-align: center;
}

.v50_3035 {
  color: #64748B;
  font-weight: 400;
  font-size: 14px;
}

/* Helper classes */
.info-box {
  background: rgba(217, 184, 106, 0.1);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  text-align: left;
}

.info-box-icon {
  color: #D9B86A;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  text-align: left;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .full-width {
    grid-column: auto;
  }
}

.full-width {
  grid-column: span 2;
}

.requirements-box {
  background: #F8F9FA;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.requirement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748B;
  font-size: 12px;
  margin-bottom: 4px;
}

.requirement-item::before {
  content: "○";
  font-size: 10px;
}

.agreement-box {
  margin-bottom: 24px;
  text-align: left;
}

.agreement-text {
  font-size: 12px;
  color: #64748B;
  line-height: 1.6;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748B;
  text-decoration: none;
  font-size: 14px;
  margin-top: 16px;
  transition: color 0.2s;
}

.back-link:hover {
  color: #05060A;
}
