.form-content h2{
	font-size: 28px;
}

.form-step {
    background: white;
    border-radius: 12px;
    padding: 30px;
		margin-bottom: 2em;
}
.header-form-container {
	border: none;
	padding: 83px 0 71px 0 !important;
	width: 90% !important;
}
.form-column {
	display: flex !important;
	justify-content: center !important;
}
.header-form-card {
	box-shadow: 0px 0px 3.57px 0px #00000040;
	border-radius: 24px !important; 
	width: 50%;
	background-color: white;
}
#distributor-form {
	display: flex;
	justify-content: center;
}
.form-container {
    display: flex;
    gap: 40px;
}

.form-content {
    flex: 1;
}

.illustration {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
		margin-top: 30px;
}

.illustration img {
    max-width: 100%;
    height: auto;
}

.progress-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
}

.dot {
    width: 40px;
    height: 15px;
    background-color: #e0e0e0;
    border-radius: 20px;
}

.dot.active {
    background-color: #ff0044;
}
#step2 {
	box-shadow: -2.528px 5.055px 27.931px 0px rgba(0, 0, 0, 0.25);
	margin-top: 2em;
	width: 85%;
	margin-bottom: 2em;
}

.input-group {
    margin-bottom: 30px;
}
.input-image {
  position: absolute;
  top: 40%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px; /* Set the size of the image */
  height: 20px;
}

.input-group input, select {
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    background-color: #EFEFEF;
		height: 50px !important;
}
.checkbox-group {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.checkbox-group input {
	width: 5% !important;
}
.checkbox-group label {
	margin-top: 10px;
}
.iti__selected-flag {
	border-radius: 24px;
}
.iti {
	width: 100%;
}

input:focus, select:focus {
    outline: none;
    border-color: #ff0044;
}


.submit-btn-partner {
    width: 50%;
    padding: 12px;
    background-color: #ff0044;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px !important;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn-partner:hover {
    background-color: #e0003c;
}

.hidden {
    display: none;
}

/* OTP Verification Styles */
.otp-container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.otp-message {
    background-color: #e8f5e9;
    padding: 12px;
    border-radius: 6px;
    margin: 20px 0;
    color: #2e7d32;
}

.otp-inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 24px 0;
}

.otp-inputs input {
    width: 50px !important;
    height: 65px !important;
    text-align: center;
    font-size: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
		border-bottom: 1px solid #ed1a3b !important;
}

.otp-inputs input:focus {
    border-color: #ff0044;
}
#form-section {
	scroll-padding-top: 200px !important;
}

@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
    }
    
	.submit-btn-partner {
		width: 65%;
	}
	
    .illustration {
        display: none;
    }
	.section-padding {
		padding: 0 !important;
	}
	.header-form-card {
		width: 95% !important;
	}
}