﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
# General style
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    position: relative;
    max-width: 100%;
    width: 100%;
    color: #333;
    /*    background-color: #eeeeee;*/
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1, .display-2, .display-3, .display-4, .display-5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.pt-100 {
    padding-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}


.loginbg {
    background: var(--prcolor);
    /*    background: linear-gradient(0deg, rgba(51,62,121,1) 0%, rgba(0,89,132,1) 48%, rgba(0,160,227,1) 100%);*/
    min-height: 100vh;
    padding: 20px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logindiv {
    background-color: #fff;
    padding: 70px 30px 30px 30px;
    border-radius: 15px;
    position: relative;
    margin-top: 40px;
    width: 500px;
    max-width: 90%;
}






.image-side {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; /* Optional */
}

    .svg-container svg {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

.form-side {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.login-box {
    width: 100%;
    max-width: 400px;
}

@media (max-width: 768px) {
    .image-side {
        display: none;
    }

    .container {
        width: 90%;
        max-width: 90%;
    }

    .form-side {
        padding: 50px 35px;
    }
}

.loginbtn {
    width: 100%;
    background-color: var(--prcolor);
    color: #fff;
    border-radius: .25rem;
    font-size: 15px;
    line-height: 15px;
    padding: 12px;
    text-align: center;
    border: none;
}

.sflinks {
    color: var(--prcolor);
}

    .sflinks:hover {
        color: var(--prcolor);
        transform: translateY(-4px) scale(1.04);
    }

.resednotp {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--prcolor);
    padding: 0;
}

.getotp, .getotp:hover, .getotp:focus {
    background-color: var(--prcolor);
    color: #fff;
}




/* ---- stats.js ---- */

canvas {
    display: block;
    vertical-align: bottom;
}


.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    /*    background-color: var(--prcolor);*/
    background-color: #efefef;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.loginlogo {
    text-align: center;
    margin: -20px auto 15px auto;
}

    .loginlogo img {
        max-width: 180px;
    }
