
/* register styles  */

.register-type{
    background-color: #f0f0f0;
}
.register-icon{
    background-color: var(--bs-secondary) ;
}
.fw-500{
    font-weight: 500;
}
.circle{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: rgba(128, 128, 128, 0.233);
    color: var(--bs-secondary) !important;
    font-size: 12px;
}
.active{
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}
.line{
    height: 2px;
    width:45px;
    background-color: rgba(128, 128, 128, 0.233);
}

.qualification-btn {
    background-color: rgba(128, 128, 128, 0.233);
}

.bg-primary{
    background-color: var(--bs-secondary);
}

.auth-icon{
    width: 76px;
    height: 76px;
}

.text-primary{
    color: var(--bs-secondary);
}

.signature-pad-body{
    /* border: 1px dashed #14869e; */
    border-radius: 4px;
    width: 300px;
    height: 160px;
}

@media (max-width: 576px) {
    .signature-pad-body {
        width: 220px;
        height: 120px;
    }
}

@media  (min-width: 320px) {
    .w-px-400{
        width: 270px !important;
    }
    .circle{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .line{
        width: 17px;
    }

    .airline-wrapper{
        margin-top: 20px;
    }
}
@media  (min-width: 375px) {
    .line{
        width: 20px;
    }

    .airline-wrapper{
        margin-top: 20px;
    }
}
@media  (min-width: 576px) {
    .line{
        width: 45px;
    }

    .w-px-400{
        width: 400px !important;
    }

    .airline-wrapper{
        margin-top: 120px;
    }
}
@media  (min-width: 768px) {
    .w-px-400{
        width: 400px !important;
    }
    .line{
        width: 45px;
    }

    .airline-wrapper{
        margin-top: 120px;
    }
}
@media  (min-width: 991px) {
    .w-px-400{
        width: 400px !important;
    }
    .circle{
        width: 30px;
        height: 30px;
    }
    .line{
        width: 45px;
    }
}
@media  (min-width: 1024px) {
    .w-px-400{
        width: 300px !important;
    }
    .line{
        width: 25px;
    }

    .airline-wrapper{
        margin-top: 186px;
    }
}
@media  (min-width: 1200px) {
    .w-px-400{
        width: 436px !important;
    }
    .circle{
        width: 30px;
        height: 30px;
    }
    .line{
        width: 45px;
    }

    .airline-wrapper{
        margin-top: 186px;
    }
}


