* {
    margin: 0;
    padding: 0;
}
     body {
        background-color: #f8f9fa;
            font-family: 'Inter', sans-serif !important;

    }
    .authentication .desktop-dark, .authentication .desktop-logo {
        height: 2rem;
        line-height: 2rem;
    }
    .card.custom-card {
    border-radius: .5rem !important;
    }
        .authentication {
        min-height: 100vh;
    }
    .authentication {
        min-height: 100vh;
    }
    .align-items-center {
        align-items: center !important;
    }
    .justify-content-center {
        justify-content: center !important;
    }
    .my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .text-center {
        text-align: center !important;
    }
    .op-7 {
        opacity: .7;
    }
    .fw-normal {
        font-weight: 400 !important;
    }
    .mb-4 {
        margin-block-end: 1.5rem !important;
    }
    .mb-2 {
    margin-block-end: .5rem !important;
    }
    .h5, h5 {
        font-size: 1.25rem;
    }
    .title-text{
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .fw-semibold {
    font-weight: 600 !important;
}
    .login-card {
        width: 440px;
        min-height: 692px;
    }

    .text-default {
        color: #333335 !important;
    }

    .social-icons{
        margin: 0 .375rem .375rem 0;
    }

    .text-muted {
        color: #8c9097 !important;
    }

    .authentication .authentication-barrier {
    position: relative;
}

    .authentication .authentication-barrier:before {
    border-radius: 50%;
    content: "";
    height: .125rem;
    inset-block-start: .563rem;
    position: absolute;
    width: 45%;
    z-index: 1;
}

:after, :before {
    box-sizing: border-box !important;
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}

  .authentication .authentication-barrier:after {
    border-radius: 50%;
    content: "";
    height: .125rem;
    inset-block-start: .563rem;
    position: absolute;
    width: 45%;
    z-index: 1;
}

.authentication .authentication-barrier:before {
    background-image: linear-gradient(to left, transparent, rgb(243,246,248));
    inset-inline-end: 0;
}

.authentication .authentication-barrier:after {
    background-image: linear-gradient(to left, rgb(243,246,248), transparent);
    inset-inline-start: 0;
}

.form-control-lg {
    font-size: 1rem;
    padding: .5rem 1rem;
}

.fs-12 {
    font-size: .75rem;
}
.mt-3 {
    margin-block-start: 1rem !important;
}

.form-control {
    background-color: #fff;
    border-color: #e9edf6;
    border-radius: .35rem !important;
    color: #333335;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 1px * 2);
}

.alert-animate {
    transition: all 0.6s ease;
}
.alert-hide {
    opacity: 0;
    transform: translateY(-20px);
}

    @media (min-width: 1400px) {
        .col-xxl-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }
    }
    @media (min-width: 1200px) {
        .col-xl-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }
    }
    @media (min-width: 992px) {
        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }
    }
    @media (min-width: 768px) {
        .col-md-6 {
            flex: 0 0 auto;
            width: 50%;
        }
    }
    @media (min-width: 576px) {
        .col-sm-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }
    }

