@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'Cairo', sans-serif
}
/* [data-theme=dark] {
    --primary-color: #9A97F3;
    --secondary-color: #818cab;
    --font-color: #e1e1ff;
    --bg-color: #161625;
    --heading-color: #818cab;
  } */
body {
    height: 100vh;
    /* background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #f4f6f4 31px ), repeating-linear-gradient( #192a0f05, #202f1832 ); */

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    margin: auto;
}

.body {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.27);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    position: relative;
    width: 895px;
    height: 515px;
    margin: 20px auto;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

/* .box-1 img {
    padding: 10px;
    width: 110%;
    height: 100%;
    object-fit: cover;
} */

.box-2 {
    padding: 10px;
    background-color: white;
}

.box-1,
.box-2 {
    width: 50%;
}

.h-1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    font-family: 'Cairo', sans-serif;
}


.text-muted {
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
}

.container .box {
    font-family: 'Cairo', sans-serif;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    text-decoration: none;
    color: #615f5fdd;
}

.box:active,
.box:visited {
    border: 2px solid #476239
}

.box:hover {
    border: 2px solid #476239
}

.btn.btn-primary {
    background-color: #697a5f;
    color: #f9fafb;
    border: 0px;
    padding: 0;
    font-size: 14px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #2FBDC2 !important;
    border-color: transparent !important;
}

    .btn-secondary:hover {
        color: #fff !important;
        background-color: #AF9460 !important;
        border-color: transparent !important;
    }

    .btn-secondary:active {
        color: #fff !important;
        background-color: #AF9460 !important;
        border-color: transparent !important;
    }


.btn-group-sm > .btn, .btn-sm {
    height: 30px;
    padding: 0.4rem 0.5rem;
    font-size: .664rem;
    border-radius: 0.2rem;
}

.btn-secondary:focus {
    background-color: #AF9460 !important;
    border-color: #1D427938 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(175 148 96 / 30%) !important;
}
/* .btn-outline-secondary {
    
    color: #AF9460;
    border-color: #6c757d;
} */
.btn-outline-secondary:focus {
    background-color: #fff;
    border-color: #1D427938;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(175 148 96 / 30%) !important;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #AF9460;
    border-color: transparent;
}

.btn-outline-secondary:active {
    color: #fff;
    background-color: #AF9460;
    border-color: transparent;
}
/* .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(108 117 125 / 22%);
} */
.btn.btn-primary .fas.fa-chevron-right {
    font-size: 12px
}

.footer .p-color {
    color: #1D4279
}

.footer.text-muted {
    font-size: 10px;
}

.fas.fa-times {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    background-color: #AF9460;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fas.fa-times:hover {
        color: #476239
    }

@media (max-width:767px) {
    body {
        padding: 10px;
    }

    .body {
        width: 100%;
        height: 100%;
        /*margin-top: -90px;*/
    }

    .box-1 {
        width: 50%;
        display: contents;
    }
    /* .box-1 img {
        margin-right: 45px;
        padding: 0px;
        width: 90%;
        height: 100%;
        object-fit: cover;
    } */
    .box-2 {
        width: 100%;
        height: 440px;
    }

    .footer.text-muted {
        text-align: center;
    }

    #logo02 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .modal-content {
        font-size: 13px;
    }

    .btn-group-sm > .btn, .btn-sm {
        height: 27px;
        padding: 0.2rem 0.2rem;
        font-size: .75rem;
        border-radius: 0.2rem;
    }

    .text-muted {
        font-size: 12px;
        font-family: 'Cairo', sans-serif;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        width: auto;
        display: flex !important;
        flex-direction: row-reverse;
    }

    #forgot {
        padding-top: 20vmin;
    }

    #logo02 {
        margin-top: 160px;
        margin-bottom: 0px;
        width: 100%;
    }
}

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    flex-direction: row-reverse;
}
/*  */

/*  */
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1D427938;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(175 148 96 / 30%);
}

a {
    color: #1D4279;
    /*text-decoration: underline;*/
}

    a:hover {
        color: #2FBDC2;
    }

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2FBDC2;
    border-color: transparent;
}
/* BG Start */
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #f1f1f1;
    overflow: hidden;
    background-image: url(/assets/media/custom/assest/BGpass.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .background span {
        width: 2vmin;
        height: 2vmin;
        border-radius: 2vmin;
        backface-visibility: hidden;
        position: absolute;
        animation: move;
        animation-duration: 30;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }


        .background span:nth-child(0) {
            color: #2FBDC2;
            top: 22%;
            left: 81%;
            animation-duration: 143s;
            animation-delay: -192s;
            transform-origin: -2vw -23vh;
            box-shadow: -4vmin 0 1.35637183619486vmin currentColor;
        }

        .background span:nth-child(1) {
            color: #1D4279;
            top: 19%;
            left: 24%;
            animation-duration: 197s;
            animation-delay: -35s;
            transform-origin: 7vw 14vh;
            box-shadow: -4vmin 0 1.3030238947950912vmin currentColor;
        }

        .background span:nth-child(2) {
            color: #2FBDC2;
            top: 67%;
            left: 61%;
            animation-duration: 97s;
            animation-delay: -104s;
            transform-origin: 15vw 23vh;
            box-shadow: 4vmin 0 0.7635250676299896vmin currentColor;
        }

        .background span:nth-child(3) {
            color: #1D4279;
            top: 63%;
            left: 96%;
            animation-duration: 74s;
            animation-delay: -143s;
            transform-origin: -10vw 6vh;
            box-shadow: 4vmin 0 0.843525234278764vmin currentColor;
        }

        .background span:nth-child(4) {
            color: #1D4279;
            top: 74%;
            left: 46%;
            animation-duration: 25s;
            animation-delay: -170s;
            transform-origin: -10vw 18vh;
            box-shadow: -4vmin 0 0.8923733183342vmin currentColor;
        }

        .background span:nth-child(5) {
            color: #1D4279;
            top: 5%;
            left: 52%;
            animation-duration: 93s;
            animation-delay: -88s;
            transform-origin: 22vw 21vh;
            box-shadow: -4vmin 0 0.8476152725206929vmin currentColor;
        }

        .background span:nth-child(6) {
            color: #2FBDC2;
            top: 27%;
            left: 60%;
            animation-duration: 156s;
            animation-delay: -130s;
            transform-origin: 18vw 0vh;
            box-shadow: 4vmin 0 1.4593961626862368vmin currentColor;
        }

        .background span:nth-child(7) {
            color: #1D4279;
            top: 64%;
            left: 99%;
            animation-duration: 148s;
            animation-delay: -157s;
            transform-origin: -7vw 18vh;
            box-shadow: 4vmin 0 1.0607807705375503vmin currentColor;
        }

        .background span:nth-child(8) {
            color: #1D4279;
            top: 98%;
            left: 39%;
            animation-duration: 89s;
            animation-delay: -54s;
            transform-origin: 9vw -7vh;
            box-shadow: 4vmin 0 0.5681568254221718vmin currentColor;
        }

        .background span:nth-child(9) {
            color: #2FBDC2;
            top: 77%;
            left: 18%;
            animation-duration: 73s;
            animation-delay: -106s;
            transform-origin: -20vw -17vh;
            box-shadow: 4vmin 0 1.0252027186028247vmin currentColor;
        }

        .background span:nth-child(10) {
            color: #1D4279;
            top: 11%;
            left: 16%;
            animation-duration: 144s;
            animation-delay: -124s;
            transform-origin: -8vw -11vh;
            box-shadow: 4vmin 0 0.9395695196429208vmin currentColor;
        }

        .background span:nth-child(11) {
            color: #2FBDC2;
            top: 87%;
            left: 43%;
            animation-duration: 73s;
            animation-delay: -147s;
            transform-origin: 25vw 14vh;
            box-shadow: -4vmin 0 0.7537186720796862vmin currentColor;
        }

        .background span:nth-child(12) {
            color: #1D4279;
            top: 87%;
            left: 98%;
            animation-duration: 142s;
            animation-delay: -178s;
            transform-origin: 12vw -24vh;
            box-shadow: -4vmin 0 1.014514830657591vmin currentColor;
        }

        .background span:nth-child(13) {
            color: #2FBDC2;
            top: 57%;
            left: 98%;
            animation-duration: 25s;
            animation-delay: -125s;
            transform-origin: 22vw 8vh;
            box-shadow: 4vmin 0 1.208910106105154vmin currentColor;
        }

        .background span:nth-child(14) {
            color: #1D4279;
            top: 63%;
            left: 17%;
            animation-duration: 166s;
            animation-delay: -121s;
            transform-origin: 21vw -5vh;
            box-shadow: 4vmin 0 0.7734288911486149vmin currentColor;
        }

        .background span:nth-child(15) {
            color: #1D4279;
            top: 79%;
            left: 35%;
            animation-duration: 141s;
            animation-delay: -9s;
            transform-origin: 15vw -17vh;
            box-shadow: -4vmin 0 0.5577410324823275vmin currentColor;
        }

        .background span:nth-child(16) {
            color: #2FBDC2;
            top: 43%;
            left: 11%;
            animation-duration: 98s;
            animation-delay: -167s;
            transform-origin: 21vw 2vh;
            box-shadow: -4vmin 0 0.6893518403108283vmin currentColor;
        }

        .background span:nth-child(17) {
            color: #2FBDC2;
            top: 87%;
            left: 99%;
            animation-duration: 39s;
            animation-delay: -189s;
            transform-origin: 17vw -21vh;
            box-shadow: 4vmin 0 0.5650889685723137vmin currentColor;
        }

        .background span:nth-child(18) {
            color: #1D4279;
            top: 67%;
            left: 57%;
            animation-duration: 180s;
            animation-delay: -10s;
            transform-origin: -21vw -3vh;
            box-shadow: -4vmin 0 1.1034799674742184vmin currentColor;
        }

        .background span:nth-child(19) {
            color: #1D4279;
            top: 69%;
            left: 92%;
            animation-duration: 15s;
            animation-delay: -36s;
            transform-origin: -2vw 7vh;
            box-shadow: 4vmin 0 1.1016548046561192vmin currentColor;
        }

        .background span:nth-child(20) {
            color: #1D4279;
            top: 6%;
            left: 57%;
            animation-duration: 115s;
            animation-delay: -97s;
            transform-origin: 22vw 7vh;
            box-shadow: -4vmin 0 0.5010441922002835vmin currentColor;
        }

        .background span:nth-child(21) {
            color: #1D4279;
            top: 91%;
            left: 88%;
            animation-duration: 200s;
            animation-delay: -74s;
            transform-origin: 4vw 15vh;
            box-shadow: 4vmin 0 0.8687428255198408vmin currentColor;
        }

        .background span:nth-child(22) {
            color: #2FBDC2;
            top: 4%;
            left: 48%;
            animation-duration: 28s;
            animation-delay: -101s;
            transform-origin: 6vw 17vh;
            box-shadow: -4vmin 0 1.0249997125325898vmin currentColor;
        }

        .background span:nth-child(23) {
            color: #1D4279;
            top: 24%;
            left: 58%;
            animation-duration: 64s;
            animation-delay: -137s;
            transform-origin: 15vw -7vh;
            box-shadow: 4vmin 0 0.7167592797281419vmin currentColor;
        }

        .background span:nth-child(24) {
            color: #1D4279;
            top: 26%;
            left: 37%;
            animation-duration: 199s;
            animation-delay: -199s;
            transform-origin: -16vw 10vh;
            box-shadow: 4vmin 0 1.1849785062285019vmin currentColor;
        }

        .background span:nth-child(25) {
            color: #1D4279;
            top: 84%;
            left: 4%;
            animation-duration: 50s;
            animation-delay: -141s;
            transform-origin: -7vw 25vh;
            box-shadow: 4vmin 0 1.343840657013455vmin currentColor;
        }

        .background span:nth-child(26) {
            color: #1D4279;
            top: 83%;
            left: 38%;
            animation-duration: 184s;
            animation-delay: -143s;
            transform-origin: 21vw -18vh;
            box-shadow: -4vmin 0 1.316054243635121vmin currentColor;
        }

        .background span:nth-child(27) {
            color: #1D4279;
            top: 1%;
            left: 39%;
            animation-duration: 104s;
            animation-delay: -157s;
            transform-origin: -5vw 9vh;
            box-shadow: -4vmin 0 1.0645088378914822vmin currentColor;
        }

        .background span:nth-child(28) {
            color: #1D4279;
            top: 56%;
            left: 5%;
            animation-duration: 111s;
            animation-delay: -114s;
            transform-origin: -2vw -7vh;
            box-shadow: -4vmin 0 0.8275585769601375vmin currentColor;
        }

        .background span:nth-child(29) {
            color: #1D4279;
            top: 79%;
            left: 14%;
            animation-duration: 186s;
            animation-delay: -181s;
            transform-origin: -19vw -23vh;
            box-shadow: -4vmin 0 0.755370893791327vmin currentColor;
        }

        .background span:nth-child(30) {
            color: #1D4279;
            top: 100%;
            left: 11%;
            animation-duration: 50s;
            animation-delay: -154s;
            transform-origin: 20vw -15vh;
            box-shadow: -4vmin 0 0.5909654816870928vmin currentColor;
        }

        .background span:nth-child(31) {
            color: #1D4279;
            top: 10%;
            left: 50%;
            animation-duration: 103s;
            animation-delay: -63s;
            transform-origin: 1vw 17vh;
            box-shadow: 4vmin 0 1.3022411586282348vmin currentColor;
        }

        .background span:nth-child(32) {
            color: #2FBDC2;
            top: 10%;
            left: 41%;
            animation-duration: 155s;
            animation-delay: -131s;
            transform-origin: 7vw -22vh;
            box-shadow: -4vmin 0 1.3263929478742782vmin currentColor;
        }

        .background span:nth-child(33) {
            color: #2FBDC2;
            top: 39%;
            left: 3%;
            animation-duration: 204s;
            animation-delay: -5s;
            transform-origin: -8vw 8vh;
            box-shadow: -4vmin 0 1.222963010350781vmin currentColor;
        }

        .background span:nth-child(34) {
            color: #1D4279;
            top: 46%;
            left: 33%;
            animation-duration: 119s;
            animation-delay: -28s;
            transform-origin: 3vw 23vh;
            box-shadow: -4vmin 0 0.9164894924512539vmin currentColor;
        }

        .background span:nth-child(35) {
            color: #1D4279;
            top: 94%;
            left: 21%;
            animation-duration: 14s;
            animation-delay: -90s;
            transform-origin: 20vw -3vh;
            box-shadow: 4vmin 0 0.7805495979010117vmin currentColor;
        }

        .background span:nth-child(36) {
            color: #2FBDC2;
            top: 92%;
            left: 44%;
            animation-duration: 84s;
            animation-delay: -6s;
            transform-origin: -22vw -14vh;
            box-shadow: -4vmin 0 1.2686624509854956vmin currentColor;
        }

        .background span:nth-child(37) {
            color: #1D4279;
            top: 98%;
            left: 46%;
            animation-duration: 200s;
            animation-delay: -56s;
            transform-origin: -4vw 1vh;
            box-shadow: 4vmin 0 1.0163312409234664vmin currentColor;
        }

        .background span:nth-child(38) {
            color: #1D4279;
            top: 18%;
            left: 65%;
            animation-duration: 175s;
            animation-delay: -52s;
            transform-origin: -13vw 19vh;
            box-shadow: 4vmin 0 1.037234118075005vmin currentColor;
        }

        .background span:nth-child(39) {
            color: #1D4279;
            top: 56%;
            left: 86%;
            animation-duration: 140s;
            animation-delay: -152s;
            transform-origin: -7vw -1vh;
            box-shadow: -4vmin 0 0.799299285242919vmin currentColor;
        }

        .background span:nth-child(40) {
            color: #2FBDC2;
            top: 94%;
            left: 20%;
            animation-duration: 203s;
            animation-delay: -121s;
            transform-origin: -3vw -17vh;
            box-shadow: -4vmin 0 0.5403070761617912vmin currentColor;
        }

        .background span:nth-child(41) {
            color: #1D4279;
            top: 18%;
            left: 67%;
            animation-duration: 29s;
            animation-delay: -18s;
            transform-origin: -1vw -16vh;
            box-shadow: -4vmin 0 1.2719370808713728vmin currentColor;
        }

        .background span:nth-child(42) {
            color: #1D4279;
            top: 65%;
            left: 24%;
            animation-duration: 199s;
            animation-delay: -20s;
            transform-origin: 12vw 22vh;
            box-shadow: 4vmin 0 0.5634953107539522vmin currentColor;
        }

        .background span:nth-child(43) {
            color: #2FBDC2;
            top: 67%;
            left: 30%;
            animation-duration: 65s;
            animation-delay: -99s;
            transform-origin: -8vw 16vh;
            box-shadow: 4vmin 0 1.3316178702499073vmin currentColor;
        }

        .background span:nth-child(44) {
            color: #2FBDC2;
            top: 26%;
            left: 90%;
            animation-duration: 72s;
            animation-delay: -65s;
            transform-origin: 25vw -18vh;
            box-shadow: -4vmin 0 1.3687437809167604vmin currentColor;
        }
/* BG End */
#reload {
    animation: mymove 5s 1;
    animation-duration: 2s;
}

@keyframes mymove {
    50% {
        transform: rotate(180deg);
    }
}

.logonav {
    padding-top: 90px;
    background-color: transparent !important;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
}

.nav-link {
    background-image: linear-gradient(to left, #2FBDC2 0%, #a68b58 51%, #2FBDC2 100%);
    border-radius: 32px;
    color: white !important;
    border-color: transparent;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

    .nav-link:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.navbar-nav .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    margin: 9px;
}

.navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/assets/media/custom/assest/menubar.png);
    width: 25px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border: none !important;
    border-color: transparent !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

footer {
    background-color: transparent !important;
    position: relative;
}

.copyright {
    color: #AF9460 !important;
}
