#stepForm{
    max-width: 800px;
    margin: auto;
    padding:25px;
}
.number-step{
    border-radius: 100%;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background-color: #3065b5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary{
    background-color: #3065b5;
}