.bw-lead-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px !important; 
}

.bw-lead-step {
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.bw-lead-step > h1 {
    text-align: left !important;
    margin-top: 0px;
}

.bw-lead-step > p {
    text-align: left !important;
}

.bw-lead-step textarea {
    border-radius: 5px;
}

.bw-lead-step input {
    border-radius: 5px !important;
}

.bw-lead-step input:focus {
    border-color: #fc8430 !important;
}

.bw-lead-step.step2 {
    display: flex;
    flex-direction: column;
}

.bw-lead-step.step2 button {
    margin-top: 20px;
    padding: 10px;
}

.bw-lead-form {
    margin-top: 20px;
}

.bw-button {
    border-radius: 5px;
    border: 1px solid #fc8430;
    background-color: #fc8430;
    color: white;
    padding: 5px 10px;
}

.hidden {
    display: none;
}