﻿/**  =====================
Login css start
==========================  **/
.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
}

@media (min-width: 1200px) {
    .auth-wrapper .container {
        max-width: 1200px;
    }
}

.auth-wrapper .saprator {
    position: relative;
    margin: 8px 0;
}

    .auth-wrapper .saprator span {
        background: #fff;
        position: relative;
        padding: 0 10px;
        z-index: 5;
        font-size: 20px;
    }

    .auth-wrapper .saprator:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e2e5e8;
        z-index: 1;
    }

.auth-wrapper a,
.auth-wrapper p > a {
    color: #111;
    font-weight: 600;
}

.auth-wrapper .btn-auth-gen .btn-icon {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

    .auth-wrapper .btn-auth-gen .btn-icon small {
        font-size: 15px;
    }

.auth-wrapper .input-group {
    background: transparent;
}

.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
}

    .auth-wrapper .card .card-body {
        padding: 20px 25px 20px 40px;
    }

.auth-wrapper > div {
    z-index: 5;
}

.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .card .card-body {
        padding: 30px 15px;
    }
}

.auth-wrapper.offline {
    background-image: none;
}

    .auth-wrapper.offline:before {
        display: none;
    }

.auth-wrapper.error {
    background: #f44336;
}

    .auth-wrapper.error .container {
        position: relative;
        max-width: 800px;
        margin: 0 auto 5%;
        padding: 5%;
        text-align: center;
        color: #fff;
    }

.auth-wrapper .card-body .carousel-indicators {
    margin: 30px 0;
    bottom: 0;
}

    .auth-wrapper .card-body .carousel-indicators li {
        width: 50px;
        background-color: #eff3f6;
    }

        .auth-wrapper .card-body .carousel-indicators li.active {
            background-color: #2196f3;
        }

.auth-wrapper .img-logo-overlay {
    position: absolute;
    top: 40px;
    left: 50px;
}

/* image varient start */
.aut-bg-img {
    background-image: url("bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.aut-bg-img-side p {
    line-height: 2;
}

.aut-bg-img .custom-select,
.aut-bg-img .form-control,
.aut-bg-img-side .custom-select,
.aut-bg-img-side .form-control {
    background: transparent;
}

.aut-bg-img .auth-content,
.aut-bg-img-side .auth-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.blur-bg-images {
    background-image: url("bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .blur-bg-images:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

.auth-prod-slider .blur-bg-images:after {
    background: #242e3e;
}

.auth-prod-slider .auth-prod-slidebg {
    height: 600px;
    width: 100%;
}

    .auth-prod-slider .auth-prod-slidebg.bg-1 {
        background-image: linear-gradient(to right, rgba(119, 89, 222, 0.9) 0%, rgba(33, 150, 243, 0.9) 100%);
    }

    .auth-prod-slider .auth-prod-slidebg.bg-2 {
        background-image: linear-gradient(to right, rgba(33, 150, 243, 0.9) 0%, rgba(0, 172, 193, 0.9) 100%);
    }

    .auth-prod-slider .auth-prod-slidebg.bg-3 {
        background-image: linear-gradient(to right, rgba(0, 172, 193, 0.9) 0%, rgba(33, 150, 243, 0.9) 100%);
    }

    .auth-prod-slider .auth-prod-slidebg.bg-4 {
        background-image: linear-gradient(to right, rgba(33, 150, 243, 0.9) 0%, rgba(119, 89, 222, 0.9) 100%);
    }

.auth-prod-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border-top: none;
    border-bottom: none;
}

    .auth-prod-slider .carousel-indicators li.active {
        width: 20px;
        background: #2196f3;
    }

.auth-prod-slider .carousel-caption {
    bottom: auto;
    top: 50px;
}

    .auth-prod-slider .carousel-caption img {
        border-radius: 5px;
        border: 4px solid #fff;
    }

    .auth-prod-slider .carousel-caption h5 {
        color: #fff;
    }

/* ================================    owl-carousel slider Start  ===================== */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 3px 9px;
}

/* ================================    owl-carousel slider End  ===================== */

input[type=text]:focus, input[type=password]:focus {
    border-color: #16a4a1;
    box-shadow: 0px 0px 3px 0px rgba(22,164,161,1);
    border-width: 1px;
}

/* =======================
Login refresh
========================== */
:root {
    --login-bg-1: #f4f1ec;
    --login-bg-2: #e4f3f0;
    --login-ink: #0b2b2a;
    --login-muted: #586767;
    --login-primary: #0b7a77;
    --login-primary-dark: #075b59;
    --login-accent: #f2b366;
    --login-card: rgba(255, 255, 255, 0.88);
    --login-line: rgba(11, 43, 42, 0.12);
    --login-shadow: 0 30px 70px rgba(11, 43, 42, 0.2);
}

body.login-page {
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", sans-serif;
    color: var(--login-ink);
    background: var(--login-bg-1);
    min-height: 100vh;
}

body.login-page .blur-bg-images {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(242, 179, 102, 0.25), transparent 45%),
                radial-gradient(circle at 85% 10%, rgba(11, 122, 119, 0.18), transparent 40%),
                linear-gradient(140deg, var(--login-bg-1), var(--login-bg-2));
    z-index: 0;
}

body.login-page .blur-bg-images:after {
    background: none;
}

body.login-page .blur-bg-images:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 55%;
    left: -120px;
    background: radial-gradient(circle, rgba(11, 122, 119, 0.18), transparent 70%);
    filter: blur(10px);
    animation: login-float 14s ease-in-out infinite;
}

body.login-page .auth-wrapper {
    min-height: 100vh;
    padding: 48px 16px;
    position: relative;
    z-index: 1;
}

body.login-page .auth-content {
    max-width: 1160px;
}

body.login-page .auth-card {
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    background: var(--login-card);
    box-shadow: var(--login-shadow);
    overflow: hidden;
    animation: login-rise 0.7s ease-out;
}

body.login-page .card-body {
    padding: 52px 56px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.login-page .brand-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

body.login-page .brand-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 10px 24px rgba(11, 43, 42, 0.12);
}

body.login-page .brand-copy {
    display: flex;
    flex-direction: column;
}

body.login-page .brand-kicker {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--login-muted);
    font-weight: 600;
}

body.login-page .brand-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.6rem;
    margin: 6px 0 0;
    color: var(--login-ink);
}

body.login-page .brand-subtitle {
    margin: 0 0 24px;
    color: var(--login-muted);
    font-size: 0.98rem;
}

body.login-page .auth-input .input-group-text {
    background: rgba(11, 43, 42, 0.04);
    border: 1px solid var(--login-line);
    border-right: 0;
    border-radius: 14px 0 0 14px;
    color: var(--login-muted);
}

body.login-page .auth-input .form-control {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--login-line);
    border-left: 0;
    border-radius: 0 14px 14px 0;
    padding: 12px 14px;
    box-shadow: none;
}

body.login-page .auth-input .form-control:focus {
    border-color: rgba(11, 122, 119, 0.5);
    box-shadow: 0 0 0 3px rgba(11, 122, 119, 0.15);
}

body.login-page .btn-login {
    background: linear-gradient(135deg, var(--login-primary), var(--login-primary-dark));
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 24px rgba(11, 122, 119, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.login-page .btn-login:hover,
body.login-page .btn-login:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(11, 122, 119, 0.28);
}

body.login-page .assist-text {
    margin-top: 16px;
    font-size: 0.85rem;
    color: var(--login-muted);
}

body.login-page .auth-aside {
    background: linear-gradient(180deg, rgba(11, 122, 119, 0.08), rgba(242, 179, 102, 0.14));
    align-items: stretch;
    padding: 24px;
    animation: login-fade 0.9s ease-out 0.1s both;
}

body.login-page .visual-panel {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(11, 43, 42, 0.18);
    background-image: url("img-1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 520px;
}

body.login-page .visual-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 40, 39, 0.05), rgba(8, 40, 39, 0.7));
}

body.login-page .visual-overlay {
    position: relative;
    color: #fff;
    padding: 32px;
    max-width: 420px;
}

body.login-page .visual-overlay h2 {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.8rem;
    margin: 8px 0 10px;
}

body.login-page .visual-overlay p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

body.login-page .visual-kicker {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    body.login-page .auth-card {
        border-radius: 20px;
    }

    body.login-page .card-body {
        padding: 40px 32px;
        min-height: auto;
    }
}

@media only screen and (max-width: 575px) {
    body.login-page .brand-block {
        align-items: flex-start;
    }

    body.login-page .brand-title {
        font-size: 1.35rem;
    }
}

@keyframes login-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes login-fade {
    from {
        opacity: 0;
        transform: translateX(14px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes login-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.login-page .auth-card,
    body.login-page .auth-aside,
    body.login-page .blur-bg-images:before {
        animation: none;
    }
}
