.my-color {
    color: red
}

.login-pf-page {
    padding-top: 0 !important
}

:root {
  --url4d04806fed94d6a: url("../images/background-img.65e28c6a74d7a000f361.png") 
    no-repeat top / 100% auto;
}

/* Apply background to html */
html.my-root-class {
  background: var(--url4d04806fed94d6a);
  min-height: 100%;
}

/* Remove body background */
body {
  background: transparent;
  min-height: 100%;
}

.my-root-class body {
    background: none;
}

.logoImage {
    height: auto;
    max-width: 100%;
    width: 80px
}

.logoPillar {
    margin: 0 auto;
    width: 3rem
}

footer {
    background-color: #f6f8fb;
    bottom: 0;
    text-align: center;
    width: 100%
}

.mainContainer {
    padding: 30px 10px
}

.header-text {
    font-size: .875rem !important
}

.text-p {
    color: #0f4f96 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.container-lg {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.border-bottom {
    border-bottom: 1px solid #ddd
}

.socialLink {
    padding-left: .25rem
}

.alert {
    align-items: center;
    display: flex
}

.alert>.pficon {
    left: auto;
    position: relative;
    top: auto
}

.alert .pficon-info {
    color: inherit;
    margin-right: 15px
}

.kc-login-tooltip .pficon {
    font-size: 1.25rem
}

#kc-info {
    padding-bottom: 0
}

#kc-info,
#kc-registration {
    margin-bottom: 0
}

#kc-form-buttons,
.login-pf-page .login-pf-signup {
    margin-top: 15px
}

.fs-8 {
    font-size: .75rem !important
}

.form-text a {
    font-weight: 600 !important
}

.kcFormOptionsWrapperClass a {
    color: rgba(var(--bs-link-color-rgb), 1);
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 1
}

.kcFormOptionsWrapperClass a span {
    align-items: center;
    display: flex
}

.kcFormOptionsWrapperClass a:hover {
    color: #333
}

.login-pf-page .login-pf-settings.form-group {
    margin-bottom: 5px
}

.regsiterColumn:before {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    box-shadow: 0 0 20px -5px #0f4f96;
    color: #0f4f96;
    content: "OR";
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px
}

.header_cet_text_logo {
    border-left: 1px solid #7a7a7a;
    padding-left: 10px;
    width: 39rem
}

.yellow_logo {
    max-width: 100%;
    width: 100px
}

.right_logo {
    width: 46%
}

.right_logo img {
    max-width: 5rem
}

.header_right {
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    display: flex
}

.alert_info_container {
    bottom: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative !important
}

.alert_info {
    background-color: rgba(var(--bs-primary-rgb), .05);
    border: 1px solid var(--bs-info)
}

.alert_info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.alert_info ol {
    counter-set: headerInfoCounter;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    list-style-type: none;
    padding: 0;
    row-gap: 8px
}

.alert_info ol li {
    counter-increment: headerInfoCounter;
    padding-left: 20px;
    position: relative
}

.alert_info ol li:before {
    content: counter(headerInfoCounter) ")";
    left: 0;
    position: absolute;
    top: 0
}

.alert_info ol li ul {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    list-style-type: none;
    margin-top: 8px;
    padding: 0;
    row-gap: 12px
}

.alert_info ol li ul li {
    padding-left: 15px;
    position: relative
}

.alert_info ol li ul li:before {
    background-color: #0f4f96;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.alert_info ol li span {
    display: block;
    margin-top: 8px
}

.header_right img._logo {
    flex-shrink: 0;
    max-width: 5rem
}

.logo_heading {
    font-size: 22px
}

.slogan_title {
    font-size: 18px
}

@media only screen and (max-width:1199.98px) {
    .container {
        max-width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    body {
        padding: 0 !important
    }

    .logoImage {
        left: auto;
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 80px
    }

    .regsiterColumn {
        border-top: 1px solid #dedede
    }

    .regsiterColumn:before {
        left: 50%;
        top: 0
    }

    .right_logo img {
        max-width: 4rem
    }

    .logo_heading {
        font-size: 15px
    }

    .slogan_title {
        font-size: 10px
    }

    .header-div {
        padding-left: 0;
        padding-right: 0
    }
}

.text-600 {
    font-weight: 600 !important
}

.border-right-manual {
    border-right: 1px solid #7a7a7a
}

/*# sourceMappingURL=1262.e935ca46.chunk.css.map*/