body {
    background-color: #f8f9fa;
    height: 100vh;
    margin: 0;
}

.form-container {
    display: flex;
}

.form-left {
    background-color: #e9ecef;
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.form-left img {
    max-width: 70%;
    max-height: 70%;
}

.form-right {
    flex: 1;
    padding: 40px 40px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    max-width: 550px;
    display: flex;
    flex-direction: column;
}

.logo {
    width: 50px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.progress-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e9ecef;
    border-radius: 50%;
    font-weight: bold;
    color: #6c757d;
    cursor: pointer;
}

.progress-step.active {
    background-color: #21254e;
    color: #ffd129;
}

.progress-line {
    flex-grow: 1;
    height: 4px;
    background-color: #e9ecef;
    position: relative;
    top: 18px;
    z-index: 0;
    margin: 0 10px;
}

h5,
label,
p {
    color: #21254e;
}

.btn-primary {
    width: 100%;
    border-radius: 25px;
    font-size: 16px;
    padding: 10px;
    background-color: #21254e;
    border: none;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #161b3d;
}

.form-content {
    align-self: flex-start;
    width: 100%;
}

.step-description {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.progress-step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progress-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e9ecef;
    border-radius: 50%;
    font-weight: bold;
    color: #6c757d;
    cursor: pointer;
}

.progress-step.active {
    background-color: #21254e;
    color: #ffd129;
}

.step-label {
    margin-top: 8px;
    /* فاصله بین شماره و متن توضیح */
    font-size: 14px;
    color: #6c757d;
}

.progress-line {
    flex-grow: 1;
    height: 4px;
    background-color: #e9ecef;
    position: relative;
    top: 18px;
    z-index: 0;
    margin: 0 10px;
}

.progress-line.active {
    background-color: #21254e;
    /* رنگ سرمه‌ای */
}
