.bg-label-warning {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 0.875rem;
    --bs-alert-padding-y: 0.687rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.alert {
    font-weight: 500;
}
.basvuruLogo, .brand-logo {
    width: 200px!important;
}

.error{
    color:red;
}

.auth-wrapper.auth-cover .brand-logo {
    left: 7rem;
}

.nav-pills .nav-link {
    color: #000000 !important;
    font-weight: bold;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
    color: #000000 !important;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
    color: #000000 !important;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
    color: #000000 !important;
}
.form-label {
    color: #000000 !important;
    font-weight: 600;
}

html .content.app-content {
    padding:0px!important;
    margin:10px;
}


@media screen and (max-width: 992px) {
    .mpt-100px {
        padding-top: 100px !important;
    }

    .basvuruLogo, .brand-logo {
        width: 100px !important;
    }

    .auth-wrapper.auth-cover .brand-logo {
        position: static !important
    }
    .app-content{
        padding-top:150px!important;
    }
    .hidden-xs{
        display:none;
    }
}

@media screen and (max-width: 702px) {

    .hidden-xs {
        display: none;
    }
}
