@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);

:root {
    --bs-logo-lg-height: 62px;
    --bs-logo-sm-height: 24px;
    --bs-sidenav-width: 240px;
    --bs-sidenav-width-md: 160px;
    --bs-sidenav-width-sm: 70px;
    --bs-topbar-height: 70px;
    --bs-menu-item-icon-size: 20px;
    --bs-menu-item-font-size: 15px;
    --bs-menu-link-item-gap: 12px;
    --bs-menu-item-padding-x: 20px;
    --bs-menu-item-padding-y: 14px;
    --bs-menu-item-item-gap: 2px
}

    :root[data-bs-theme=dark] {
        --bs-light: #2c313e;
        --bs-light-rgb: 44, 49, 62;
        --bs-dark: #f1f1f1;
        --bs-dark-rgb: 241, 241, 241;
        --bs-box-shadow: 0px 0px 35px 0px rgba(26, 27, 34, 0.5)
    }

    :root[data-menu-color=light] {
        --bs-menu-bg: #fff;
        --bs-menu-item-color: #495057;
        --bs-menu-item-hover-color: #64b0f2;
        --bs-menu-item-hover-bg: rgba(100, 176, 242, 0.1);
        --bs-menu-item-active-color: #64b0f2;
        --bs-menu-item-active-bg: rgba(100, 176, 242, 0.1)
    }

    :root[data-bs-theme=dark][data-menu-color=light], :root[data-menu-color=dark] {
        --bs-menu-bg: #343b4a;
        --bs-menu-item-color: #97aac1;
        --bs-menu-item-hover-color: #e2eeff;
        --bs-menu-item-hover-bg: #3c4556;
        --bs-menu-item-active-color: #e2eeff;
        --bs-menu-item-active-bg: #3c4556
    }

    :root[data-menu-color=brand] {
        --bs-menu-bg: #64b0f2;
        --bs-menu-item-color: rgba(255, 255, 255, 0.75);
        --bs-menu-item-hover-color: #ffffff;
        --bs-menu-item-hover-bg: rgba(255, 255, 255, 0.15);
        --bs-menu-item-active-color: #ffffff;
        --bs-menu-item-active-bg: rgba(255, 255, 255, 0.15)
    }

    :root[data-topbar-color=light] {
        --bs-topbar-bg: #ffffff;
        --bs-topbar-item-color: #495057;
        --bs-topbar-item-hover-color: #64b0f2;
        --bs-topbar-search-bg: #ebeef1;
        --bs-topbar-user-border: #eef2f7
    }

    :root[data-bs-theme=dark][data-topbar-color=light], :root[data-topbar-color=dark] {
        --bs-topbar-bg: #393f50;
        --bs-topbar-item-color: #8391a2;
        --bs-topbar-item-hover-color: #bccee4;
        --bs-topbar-search-bg: #40475a;
        --bs-topbar-user-border: #3c4556
    }

    :root[data-topbar-color=brand] {
        --bs-topbar-bg: #64b0f2;
        --bs-topbar-item-color: rgba(255, 255, 255, 0.75);
        --bs-topbar-item-hover-color: #ffffff;
        --bs-topbar-search-bg: rgba(255, 255, 255, 0.1);
        --bs-topbar-user-border: rgba(255, 255, 255, 0.15)
    }
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root, [data-bs-theme=light] {
    --bs-blue: #64b0f2;
    --bs-indigo: #564ab1;
    --bs-pink: #ff7aa3;
    --bs-red: #ff5d48;
    --bs-purple: #9261c6;
    --bs-orange: #f1734f;
    --bs-yellow: #f1b53d;
    --bs-green: #1bb99a;
    --bs-teal: #050505;
    --bs-cyan: #3db9dc;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #efefef;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #64b0f2;
    --bs-secondary: #6c757d;
    --bs-success: #1bb99a;
    --bs-info: #3db9dc;
    --bs-purple: #9261c6;
    --bs-pink: #ff7aa3;
    --bs-warning: #f1b53d;
    --bs-danger: #ff5d48;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 27, 185, 154;
    --bs-info-rgb: 61, 185, 220;
    --bs-purple-rgb: 146, 97, 198;
    --bs-pink-rgb: 255, 122, 163;
    --bs-warning-rgb: 241, 181, 61;
    --bs-danger-rgb: 255, 93, 72;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 52, 58, 64;
    --bs-primary-text-emphasis: #5596ce;
    --bs-secondary-text-emphasis: #5c636a;
    --bs-success-text-emphasis: #179d83;
    --bs-info-text-emphasis: #349dbb;
    --bs-warning-text-emphasis: #cd9a34;
    --bs-danger-text-emphasis: #d94f3d;
    --bs-light-text-emphasis: #6c757d;
    --bs-dark-text-emphasis: #343a40;
    --bs-primary-bg-subtle: #e8f3fd;
   
    --bs-success-bg-subtle: #ddf5f0;
    --bs-info-bg-subtle: #e2f5fa;
    --bs-warning-bg-subtle: #fdf4e2;
    --bs-danger-bg-subtle: #ffe7e4;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #c1dffa;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a4e3d7;
    --bs-info-border-subtle: #b1e3f1;
    --bs-warning-border-subtle: #f9e1b1;
    --bs-danger-border-subtle: #ffbeb6;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #495057;
    --bs-body-color-rgb: 73, 80, 87;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 247, 249, 250;
    --bs-emphasis-color: rgba(73, 80, 87, 0.75);
    --bs-emphasis-color-rgb: 73, 80, 87;
    --bs-secondary-color: #9ba6b7;
    --bs-secondary-color-rgb: 155, 166, 183;
    --bs-secondary-bg: #fff;
    --bs-secondary-bg-rgb: 255, 255, 255;
    --bs-tertiary-color: rgba(73, 80, 87, 0.5);
    --bs-tertiary-color-rgb: 73, 80, 87;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #64b0f2;
    --bs-link-color-rgb: 100, 176, 242;
    --bs-link-decoration: none;
    --bs-link-hover-color: #5596ce;
    --bs-link-hover-color-rgb: 85, 150, 206;
    --bs-code-color: #ff7aa3;
    --bs-highlight-color: #495057;
    --bs-highlight-bg: #fcf0d8;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #efefef;
    --bs-border-color-translucent: #efefef;
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.4rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0 35px 0 rgba(73, 80, 87, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-lg: 0 0 45px 0 rgba(var(--bs-body-color-rgb), 0.2);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-focus-ring-width: 0;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(100, 176, 242, 0.25);
    --bs-form-valid-color: #1bb99a;
    --bs-form-valid-border-color: #1bb99a;
    --bs-form-invalid-color: #ff5d48;
    --bs-form-invalid-border-color: #ff5d48
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #aab8c5;
    --bs-body-color-rgb: 170, 184, 197;
    --bs-body-bg: #2c313e;
    --bs-body-bg-rgb: 44, 49, 62;
    --bs-emphasis-color: #dee2e6;
    --bs-emphasis-color-rgb: 222, 226, 230;
    --bs-secondary-color: #8391a2;
    --bs-secondary-color-rgb: 131, 145, 162;
    --bs-secondary-bg: #343b4a;
    --bs-secondary-bg-rgb: 52, 59, 74;
    --bs-tertiary-color: #f1f1f1;
    --bs-tertiary-color-rgb: 241, 241, 241;
    --bs-tertiary-bg: #3c4556;
    --bs-tertiary-bg-rgb: 60, 69, 86;
    --bs-primary-text-emphasis: #a2d0f7;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #76d5c2;
    --bs-info-text-emphasis: #8bd5ea;
    --bs-warning-text-emphasis: #f7d38b;
    --bs-danger-text-emphasis: #ff9e91;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #efefef;
    --bs-primary-bg-subtle: rgba(100, 176, 242, 0.2);
    
    --bs-success-bg-subtle: rgba(27, 185, 154, 0.2);
    --bs-info-bg-subtle: rgba(61, 185, 220, 0.2);
    --bs-warning-bg-subtle: rgba(241, 181, 61, 0.2);
    --bs-danger-bg-subtle: rgba(255, 93, 72, 0.2);
    --bs-light-bg-subtle: #252630;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #3c6a91;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #106f5c;
    --bs-info-border-subtle: #256f84;
    --bs-warning-border-subtle: #916d25;
    --bs-danger-border-subtle: #99382b;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #aab8c5;
    --bs-link-color: #a2d0f7;
    --bs-link-hover-color: #b0d7f8;
    --bs-link-color-rgb: 162, 208, 247;
    --bs-link-hover-color-rgb: 176, 215, 248;
    --bs-code-color: #ffafc8;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #3c4556;
    --bs-border-color-translucent: #8391a2;
    --bs-form-valid-color: #76d5c2;
    --bs-form-valid-border-color: #76d5c2;
    --bs-form-invalid-color: #ff9e91;
    --bs-form-invalid-border-color: #ff9e91
}
:root {
    --bs-primary: #635BFF;
    --bs-primary-rgb: 40, 54, 117;
    --bs-secondary: #16CDC7;
    --bs-secondary-rgb: 22, 205, 199;
    --bs-secondary-bg-subtle: #A6F7F5;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

    body.authentication-bg {
        display: flex;
        justify-content: center; /* horizontal center */
        align-items: center; /* vertical center */
        height: 100vh; /* full viewport height */
        margin: 0;
        background: #fff;
        flex-direction: column; /* so heading & card stack vertically */
        background: #283675 url("../images/redirect.jpg") no-repeat left top fixed;
        background-size: cover;
    }

    /* Heading */
    body.authentication-bg h5 {
        text-align: center;
        color: #fff;
        font-size: 40px;
        margin-bottom: 50px;
        font-weight:600;
    }

/* Optional background for large screens */
.authentication-bg {
    /* Example background image setup (currently commented)
    background: #283675 url("../images/redirect.jpg") no-repeat left top fixed;
    background-size: cover;
    */
}

/* Disable background image on small screens */
@media (max-width:600px) {
    .authentication-bg {
        background-image: none;
    }
}

/* Account box styling */
.account-card-box {
    width: 350px;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    margin:0 auto;
}

    /* Card inside the box */
    .account-card-box .card {
        border: 4px solid #283675;
        border-radius: 10px;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    /* Decorative overlay shapes */
    .account-card-box::before {
        content: '';
        width: 100px;
        height: 200px;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        right: -10px;
        background: #349fd7;
        z-index: -1;
    }

    .account-card-box::after {
        content: '';
        width: 100px;
        height: 200px;
        border-radius: 10px;
        position: absolute;
        bottom: -10px;
        left: -10px;
        background: #349fd7;
        z-index: -2;
    }

/* Button */
.btn-primary {
    background: #283675;
    border-color: #283675;
    color: white;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

/* Footer pinned to bottom */
.footer {
    bottom: 0;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    color: #333;
    background-color: #e0e0e0;
    text-align: center;
    font-size: 14px;
}

