body{
    background:#f5f7fb;
    font-family:Arial, Helvetica, sans-serif;
}

.registration-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 0 20px rgba(0,0,0,0.08);
}

.company-logo{
    max-height:120px;
    max-width:250px;
}

.section-title{
    font-weight:600;
    margin-bottom:25px;
    color:#0d6efd;
}

.form-step{
    display:none;
}

.form-step.active{
    display:block;
}

.progress{
    height:10px;
    border-radius:20px;
}

.progress-bar{
    background:#0d6efd;
}

.step-indicator{
    font-weight:600;
}

.btn{
    min-width:120px;
}

.required{
    color:red;
}

@media(max-width:768px){

    .registration-card{
        padding:20px;
    }

    .company-logo{
        max-height:80px;
    }

}

input[type="checkbox"]{
    margin-right:8px;
}

hr{
    margin:25px 0;
}

.payment-box{
    padding:20px;
    background:#f8f9fa;
    border:1px solid #dee2e6;
    border-radius:10px;
}