 body{
    margin: 0px;
    background: black;
 }
    .main_contaniner{
        width: 100%;
    }
    .ini_form{
        margin: 0px auto;
        margin-top: 20px;
        width: 60%;
        padding: 30px 0px;
       
        background: white;
    }

    
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.setup-content{
    width: 80%;
    margin: 0px 10%;
    text-align: justify;
}
.stepwizard {
    display: table;
    width: 80%;
    margin: 0px auto;
    position: relative;
}
@media (max-width: 700px) {
    .ini_form{
        width: 80%;
    }
    .setup-content{
    width: 100%;
    margin: 0px;
    }
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.bg-btn-red{
    color: #fff;
    background-color: red;
    border-color: red;
}
.bg-btn-red:hover{
    color: #fff;
    background-color: red;
    border-color: red;
}
.show_err_step_1{
    color: blue;
}
.show_err_step_1 a{
    color: blue;
    text-decoration: underline;
}