a {
    cursor: pointer;
    text-decoration: none;
}

body .login {
    overflow: hidden;
    background: #ffffff url(../images/login-bg1.png) no-repeat right center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.login-page {
    height: Calc(100% - 40px);
}

.main-card {
    background: #ffffff;
    box-shadow: -1px -1px 34px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    margin: 20px 30px;
    height: calc(100vh - 40px);
}

.side-section {
    height: 100%;
    text-align: center;
    padding: 30px 0;
}

    .side-section .card {
        width: 100%;
        background-color: #fff;
        border: 0;
    }

        .side-section .card .card-body {
            padding: 2rem;
            height: 426px;
            width: 306px;
        }

.stamp {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
}

    .stamp > img {
        width: 100%;
    }

.login-page .logo {
    padding-top: 0px;
    margin-bottom: 0;
}

    .login-page .logo img {
        width: 280px;
    }

.login-section,
.forgotPassword-section {
    margin-top: 44px;
}

.login-page .form-section {
    padding: 40px 75px 40px 75px;
}

    .login-page .form-section h1 {
        font-size: 16px;
        color: #616161;
        margin-bottom: 26px; /*font-family: var(--running-font);*/
    }

    .login-page .form-section p {
        color: #212121;
        font-weight: 600;
    }

    .login-page .form-section .form-group {
        margin-bottom: 22px;
        margin-top: 1.5rem !important;
    }

    .login-page .form-section label {
        font-size: 12px;
        color: #6e6c6c;
        font-weight: 600;
    }

.login-page .form-control {
    height: 42px;
}

.login-page .form-section .form-check {
    margin-top: 0;
}

.input-group-text {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.login-page .form-section a.btn-link {
    color: var(--bs-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}

.login-page .form-section .btn {
    font-size: 18px;
}

.password-alert {
    position: absolute;
    right: -240px;
    z-index: 99;
    width: 220px;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #fbfbfb;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}

    .password-alert.show {
        display: block;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.password-alert.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.password-alert .password-alert-arrow {
    border-top: 0.75rem solid transparent;
    border-right: 0.75rem solid #fbfbfb !important;
    border-bottom: 0.75rem solid transparent;
    display: block;
    position: absolute;
    right: 0;
    left: -0.75rem !important;
    top: 20px;
    margin-top: -0.33rem;
    border-left: none;
    width: 0.75rem;
}

.password-alert ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

    .password-alert ul li {
        line-height: 20px;
    }

        .password-alert ul li ul {
            padding-left: 10px;
        }

.form-section .btn-link {
    line-height: 24px;
}

#loginCarousel {
    margin-top: 15%;
    width: 306px;
    box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.08);
}

.owl-dots {
    display: none;
}

.owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 1) !important;
    margin: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 0.3);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 50px;
    font-weight: 300;
    color: #888;
    padding: 0px 13px;
    line-height: 24px;
}

.owl-nav button:hover {
    background: rgba(240, 239, 239, 1) !important;
}

.owl-nav button.owl-prev {
    left: -62px;
}

.owl-nav button.owl-next {
    right: -62px;
}

.login-page .side-section {
    display: none;
}

.login-page .main-card {
    background: #ffffff url(../images/login-bg2.png) no-repeat right top;
    background-size: contain;
    margin: 10% 30px;
    min-height: 500px;
    height: auto;
}
.setMaxW{max-width:1250px}

@media (max-width: 1440px) {
    .login-page .main-card {
        margin: 10% 30px;
        min-height: auto;
    }

    .login-section, .forgotPassword-section {
        margin-top: 30px;
    }

    .login-page .form-section h1 {
        margin-bottom: 16px;
        line-height: 1;
    }
}

@media (min-width: 992px) {

    .login-page .form-section {
        padding: 60px 0 50px 75px;
    }

    .login-page .side-section {
        display: block;
    }
}

@media (max-width: 1024px) {
    #loginCarousel {
        width: 265px;
    }

    .side-section .card .card-body {
        width: 265px;
    }
}

@media (max-width: 768px) {
    body.login {
        overflow: hidden;
        background: #ffffff url(../Image/login-bg1.png) no-repeat right top;
        background-size: cover;
    }

    .login-page {
        overflow: hidden;
    }

        .login-page .form-section {
            padding: 40px 30px;
        }

        .login-page .card {
            padding: 30px;
        }

        .login-page .logo {
            padding: 20px 0;
        }
}

input:autofill,
input:-internal-autofill-selected {
    background-color: #ec1a1a !important;
}

input:-webkit-autofill,
input:-webkit-internal-autofill-selected {
    background-color: #ec1a1a !important;
}

/* change password */

.cpsw-page {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100svh; */
}

    .cpsw-page .formSelection {
        width: 34%;
        padding: 2rem;
        box-shadow: -1px -1px 26px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        margin: 2%;
    }

.formSelection .form-group {
    margin-bottom: 22px;
}
