@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Pages/Login.razor.rz.scp.css */
#signin-page[b-iapwhxhct4] {
    position: absolute;
    background: #eee;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#dev-environment-notice[b-iapwhxhct4] {
    max-width: 300px;
    width: 100%;
    color: #f00;
    font-weight: bold;
    font-size: 2rem;
}
#signin-form[b-iapwhxhct4] {
    max-width: 300px;
    width: 100%;
}
/* /Pages/Registration/RegistrationForm.razor.rz.scp.css */
/* /Pages/Registration/WizardStepConnector.razor.rz.scp.css */
.connector[b-n0tuinzmxo] {
    height: 30px;
    width: 5px;
    background: #b9b9b9;
    margin: -5px 0 0 7px;
}

.connector.done[b-n0tuinzmxo] {
    background: var(--sokf-orange);
}
/* /Pages/Registration/WizardStepIndicator.razor.rz.scp.css */
.step[b-lairwc8lay] {
    display: flex;
    flex-direction: row;
}

.step .step-indicator[b-lairwc8lay] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #b9b9b9;
}

.step.active .step-indicator[b-lairwc8lay]  {
    background: var(--sokf-orange);
}

.step.active .step-title[b-lairwc8lay] {
    font-weight: bold;
}

.step.done .step-indicator[b-lairwc8lay] {
    background: var(--sokf-orange);
}

.step.done .step-title[b-lairwc8lay] {
    color: #999;
}

/* /Shared/MainLayout.razor.rz.scp.css */
header[b-4c5m76223c] {
    background: var(--sokf-black);
    padding: 10px 0 10px;
}
/* /Shared/SignaturePad.razor.rz.scp.css */
#sig-canvas[b-ghgfflxa6m] {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: crosshair;
}

.signature[b-ghgfflxa6m] {
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 0.25rem;
    cursor: crosshair;
}
