/*-------------------
1. Google font
------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400&display=swap");

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8790af;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Button-Style --*/

.bttn-white {
    position: relative;
    /*background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    background: #2f1768;
    background: -moz-linear-gradient(45deg, #2f1768 1%, #0053c4 100%);
    background: -webkit-linear-gradient(45deg, #2f1768 1%, #0053c4 100%);
    background: linear-gradient(45deg, #2f1768 1%, #0053c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f1768', endColorstr='#0053c4', GradientType=1);

    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default {
    padding: 12px 20px 12px;
    width: 100%;
    min-width: 120px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-transform: inherit;
    border-radius: 5px;
    letter-spacing: inherit;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transition: color 0.2s ease, background-color 0.2s ease,
        border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    border: 1px solid transparent;
    vertical-align: middle;
    background: #141618;
    text-align: center;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}

.bttn-red-outline {
    background-color: transparent;
    border-color: #141618;
    color: #141618;
}

.bttn-red-outline:hover {
    color: #141618 !important;
}

.bttn-empty-style {
    min-width: auto;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: white;
}

.bttn-empty-style:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.bttn-default:hover {
    color: #fff;
    /*transform: translateY(-2px);*/
    box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
        0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.bttn-white:hover {
    background: #e8e8e8;
    color: #261f8a;
    /*-webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);*/
}

.bttn-badge {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border-radius: 9999px;
    padding: 5px 15px 5px 6px;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
    background-color: #dfeafe;
    color: #4d61fc;
}

.bttn-badge .badge {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    padding: 0 7px;
    white-space: nowrap;
    background-color: #4d61fc;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bttn-badge span.bt_sp_text {
    margin-left: 10px;
    letter-spacing: 0.02em;
}

.bttn-badge span.bt_sp_arrow {
    margin-left: 9px;
    height: 1em;
    width: 1em;
    transform-origin: right center;
    transition: transform 0.2s ease;
    color: #4d61fc;
}

.bt_sp_arrow svg * {
    fill: #4d61fc;
}

.bttn-badge:hover .bt_sp_arrow {
    transform: translateX(3px);
}

.bttn-badge:hover {
    background-color: #cbddfd;
    color: #4d61fc;
}

.bttn-default span.bt_sp_text2 {
    display: inline-block;
    vertical-align: middle;
}

.bttn-default .bt_sp_arrow {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bttn-default .bt_sp_arrow .icon svg * {
    fill: white;
}

.bttn-default:hover .bt_sp_arrow {
    transform: translateX(3px);
}

.sq {
    border-radius: 3px !important;
}

.com_mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.com_ml5 {
    margin-left: 5px;
}

.com_mr5 {
    margin-right: 5px;
}

/*-- 4. Helper-Classes --*/

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

/*-- 23. Form-Stype --*/

.form-control {
    border-radius: 2px;
    padding: 15px 20px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-double .box {
    width: calc(50% - 15px);
    float: left;
}

.form-double .box.last {
    float: right;
}

@media (min-width: 768px) {
    .container {
        max-width: 970px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

body {
    /*background:url(../images/banner.jpg) no-repeat center;
	background-size:cover;*/
    background: #fff;
}

.banner_bg_ab {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
    /*background:url(../images/banner.jpg) no-repeat center;
	background-size:cover;*/
    background: rgb(0 0 0 / 55%);
    right: 0;
}

.left_image_bg {
    height: 100vh;
    /* background: url(../images/banner.jpg) no-repeat center; */
    background-size: cover;
}

.right_login_bg {
    background: #fff;
    height: 100vh;
    position: relative;
    z-index: 2;
}

section.login_main_section {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
}

.login_contant_bg1 {
    display: block;
    padding: 30px 30px;
    max-width: 430px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 13%;
    background: rgb(0 0 0 / 52%);
}

.login_contant_bg2 {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.login_contant_bg3 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.right_login_bg {
    padding: 0;
}

.logo_bg img {
    max-width: 300px;
}

.login_contant_bg3 h2 {
    color: #363636;
    margin: 0;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.logo_bg {
    display: block;
    padding-bottom: 30px;
}

.form_bg {
    display: block;
}

.form_bg label {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}

.form_bg .form-control {
    background: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px 10px 0;
    color: #696969;
}

.form_bg .error_border_bg .form-control {
    border-bottom: 1px solid #ff0000;
}

.email_iconbg {
    position: relative;
    display: block;
}

.footer_links {
    display: block;
    padding-top: 15px;
}

.footer_links ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 15px;
}

.footer_links ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    padding-right: 12px;
}

.footer_links ul li a {
    color: #8e8e8e;
    font-size: 14px;
    padding: 2px 0;
    display: block;
}

.footer_links p {
    color: #8e8e8e;
    font-size: 12px;
    padding: 2px 0;
    display: block;
    margin: 0;
}

.remember_bg {
    color: #363636;
    font-size: 14px;
}

.remember_bg label {
    color: #363636;
    font-size: 14px;
}

.forgotpass_bg a {
    color: #363636;
    font-size: 14px;
}

.email_iconbg {
    position: relative;
    display: block;
}

.error_sp {
    font-size: 12px;
    color: #ff0000;
    display: block;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
    cursor: pointer;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label::before {
    border: 1px solid #979797;
    border-radius: 50%;
    background: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c8102e;
    border: 1px solid #c8102e;
    outline: none !important;
    box-shadow: none !important;
    background-image: url(../images/tick.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

.custom-checkbox label,
.custom-checkbox input {
    outline: none !important;
    box-shadow: none !important;
}

span.remember_sp {
    margin-left: 10px;
    display: inline-block;
    margin-top: 2px;
}

/*------ mck 12-9-24 ---------*/

.login_main_section_m .right_login_bg {
    background: none;
}

.login_main_section_m .right_login_bg .form_bg label {
    display: block;

    text-align: center;

    margin: 0;
    color: #fff;
}

.login_main_section_m .form_bg .form-control {
    background: transparent !important;

    border-bottom: 1px solid #fff;

    padding-top: 5px;

    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #036083 inset !important;
}

.ptb_5 {
    padding-top: 40px;
    padding-bottom: 40px;
}

button.bttn-default {
    background: #6382c0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 15px;
    color: #fff !important;
}

.notreg_a {
    color: #fff;
}

a.signin_a {
    color: #6382c0;

    font-weight: 600;
}

a.signin_a:hover {
    color: #fff;
}

a.forgotpass_a {
    color: #fff;
}

.login_main_section_m .logo_bg img {
    max-width: 180px;
}

.d-block {
    display: block;
}

.login_buttonbg {
    padding-bottom: 20px;
    padding-top: 10px;
}

.login_img_over .d-table {
    display: table;

    width: 100%;

    height: 100%;

    vertical-align: middle;

    position: relative;
}

.login_img_over .d-table-cell {
    display: table-cell;

    vertical-align: bottom;

    width: 100%;

    padding: 0 10%;
}

.login_img_over h3 {
    color: #6382c0;

    font-size: 55px;
    font-weight: 400;
}

.login_img_over h4 {
    color: #fff;

    font-size: 25px;

    font-weight: 500;
}

.login_img_over:before {
    content: " ";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 36%,
            rgba(0, 0, 0, 0.5) 75%,
            rgba(0, 0, 0, 0.82) 100%);
}

.login_img_mob {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .login_img_over h3 {
        font-size: 40px;
    }

    .login_img_over h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .login_main_section_m .login_contant_bg2 {
        background: rgb(0 0 0 / 56%);
    }

    .login_main_section_m .logo_bg img {
        max-width: 100px;
    }

    span.ptb_5 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*------ // mck 12-9-24 ---------*/

.invalid-feedback {
    color: #ff0000;
}

/* Custom Auth Links */
.auth-links {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.auth-link {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.auth-link:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.auth-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
}