


  @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&family=EB+Garamond:wght@400;600;700&family=Khand:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    /* font-family: sans-serif; */
    font-family: 'Khand', sans-serif;
    background-color: #e7fcff;
    width: 100%;
    background-size: cover; 
    background-repeat: no-repeat;
    height: 100vh;

}
.form-control:focus, .form-control:active {
    background: transparent !important;
}
.text-info h1 {
    font-weight: 600;
    color: #228a9f !important;
}
/* .login-box {
    width: 600px;
    position: absolute;
    top: 17rem;
    left: 50rem;
    transform: translate(-50%, -50%);
    color: #ff6d00;
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    text-align: center;
} */
.login-box {
    width: 35%;
    margin: 0 auto;
    color: #0589a4;
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    margin-top: 8rem;
   
}


.login-box h1 {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 4px solid #fff;
    margin-bottom: 2px !important;
    margin-top: 2rem;
    /* padding: 8px; */
}
.login-content {
    /* font-family: "SamsungSharpSans-Medium"; */
    font-family: "Inter", sans-serif;
    font-size: 23px !important;
}
.textbox {
    width: 60%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px;
    margin: 4px auto;
    border-bottom: 0.5px solid #0589a4;
    background: transparent;
    text-align: start !important;
}


.fa {
    width: px;
    text-align: start;
}

.textbox input {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    outline: none;
    background: none !important;
    font-size: 21px;
    text-align: start;
    color: rgb(141, 19, 19) !important;
}

.textbox input::placeholder {
    text-align: start !important;
}


input.transparent-input {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

/* .textbox input:not(:placeholder-shown) {
    background-color: #96d3ec !important;
    text-align: start;
} */


 .textbox input::placeholder {
    background-color: none !important;
    text-align: start;
    color: black;
}
input[name="aname"]::placeholder {
    text-align: left; /* Set the text alignment to left (start) */
}
.button {
    width: 65%;
    padding: 4px;
    color: #fff;
    background-color: #0589a4;
    border: none;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    margin: 12px auto;
}
.form-submit {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.success {
    background-color: lightgreen;
    padding: 1em;
}

.error {
    font-size: 22px;
    background-color: rgb(238, 90, 90);
    color: white;
    padding: 3px 0 3px 0;
}

.btnedit {
    color: #157347 !important;
}

.btdel {
    color: #fff;
}


#pnbiglogo {
    position: fixed;
    /* width: 90px !important;
    height: 150px !important; */
    /* background: #e52c28; */
    bottom: 40px;
    right: 50px;
    /* border-radius: 10px; */
}
#pnbiglogo img {
    width: 175px !important;
}

nav .collapse .navbar-nav .active {
    background: #3bae49;
    color: white !important;
    border-radius: 5%;
    font-size: 18px;
    font-weight: 400;
}

nav .collapse .navbar-nav .nav-link {
    color: #4e3914;
    border-color: #4e3914;
    font-size: 18px;
    font-weight: 400;
}

nav .collapse .navbar-nav .nav-link:hover {
    background: #3bae49;
    color: white !important;
    border-radius: 5%;
    font-size: 18px;
    font-weight: 400;
    border-color: #4eae3a;
}

.navbar-nav>li {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 952px) {
    nav .collapse .navbar-nav .active {
        background: none;
        color: #4eae3a !important;
        font-size: 18px;
        font-weight: 400;
    }

    nav .collapse .navbar-nav .nav-link {
        color: #4e3914;
        border-color: #4e3914;
        font-size: 18px;
        font-weight: 400;
    }

    nav .collapse .navbar-nav .nav-link:hover {
        background: none;
        color: #4eae3a !important;
        font-size: 18px;
        font-weight: 400;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 768px) {
    .login-box {
        width: 80%;
    }

    .textbox {
        width: 90%;
    }

    .button {
        width: 90%;
    }
    body {
        background-size: auto; 
        background-position: center center;
        height: 100vh;
    }
    #pnbiglogo {
        right: 1.5rem !important;
    }
    #pnbiglogo img {
        
        width: 85px !important;
    }
    .textbox input {
        font-size: 18px;
    }
    
}
.waves {
    position: absolute;
    width: 100%;
    height: 18vh !important;
    min-height: 200px;
    max-height: 220px;
    bottom: 0 !important;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 80px !important;
        min-height: 130px;
        max-height: 140px;
    }
    .smart-heading h1 {
        margin-left: 1rem !important;
        color: #fff!important;
        font-size: 25px !important;
        color: white;
        position: fixed;
        bottom: 0px;
        
        /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: blue; */
    }
    .smart-heading h2 {
        position: relative;
        font-size: 20px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .login-content {
        text-align: center;
    }
}

@media screen and (min-width: 1025px) {
    .login-content {
        margin-top: 50px;
        text-align: center;
    }
}

.smart-heading h1 {
    margin-top: 10rem;
    margin-left: 3rem;
    color: #fff!important;
    font-size: 3.5rem;
    position: fixed;
    bottom: 0px;
    color: white;
    font-size: 50px;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: blue; */
}
.smart-heading h2 {
    position: relative;
}