    body {
        padding: 0px;
        margin: 0px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e8f0ff 100%);
        font-family: 'Roboto', sans-serif;
    }

    /* Navbar */
    .header-section {
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        width: 100%;
        top: 0px;
        z-index: 9;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-nav .nav-link:hover {
        color: #a3ff96 !important;
    }

    .btn-custom {
        background: #82c344;
        /* Green */
        color: #fff;
        font-weight: 600;
        border-radius: 30px;
        padding: 12px 30px;
    }

    .btn-custom:hover {
        background: #3a9236;
    }

    footer {
        background-color: #0d6efd;
        color: #fff;
        padding: 30px 0;
        text-align: center;
    }

    /*  */

    .btn-btnprimary{
        background: #82c344;
        color: #fff;
        border: 2px solid #82c344;
    }

    .btn-btnprimary:hover{
        background: #82c344;
        color: #fff;
    }

    .btn-outline-btnprimary{
        color: #82c344;
        background: transparent;
        border: 2px solid #82c344;
    }

    .btn-outline-btnprimary:hover{
        color: #fff;
        background: #82c344;
        border: 2px solid #82c344;
    }


    /* re */

    .register-section{
        padding: 60px 0;
        min-height: calc(100vh - 0px);
        display: flex;
        align-items: center;
        background: linear-gradient(135deg, #1c3639, #2a4a4e);
    }

    .login-section{
       padding: 60px 0;
        min-height: calc(100vh - 0px);
        display: flex;
        align-items: center;
        background: linear-gradient(135deg, #1c3639, #2a4a4e); 
    }

    .forgot-password-section{
        padding: 60px 0;
        min-height: calc(100vh - 0px);
        display: flex;
        align-items: center; 
        background: linear-gradient(135deg, #1c3639, #2a4a4e); 
    }

    .forgot-section{
        padding: 60px 0;
        min-height: calc(100vh - 0px);
        display: flex;
        align-items: center; 
        background: linear-gradient(135deg, #1c3639, #2a4a4e); 
    }

    .registration-card {
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 20px 60px #0000001a;
        overflow: hidden;
        position: relative;
    }

    .registration-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #82c344, #82c344);
        z-index: 1;
    }

    .registration-card .card-header {
        padding: 15px 20px 10px;
        text-align: center;
        background: #fff;
        /* font-family: 'Poppins', sans-serif; */
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 700;
        font-size: 32px;
        color: #1e3a5f;
        margin-bottom: 0.5rem;
        border: 0px;
    }

    .registration-card .card{
        border: 0px;
    }

    .registration-card .form-label {
        font-family: 'Roboto', sans-serif;
        /* font-family: "Plus Jakarta Sans", sans-serif; */
        font-weight: 500;
        color: #2c3e50;
        margin-bottom: 2px;
        display: block;
        font-size: 15px;
    }

    .registration-card .form-control{
        font-size: 15px;
        min-height: 40px;
    }

    .registration-card .card-body{
        padding: 20px 30px;
    }

    .password-area{
        position: relative;
    }

    .registration-card .form-control::placeholder{
        color: #95a5a6;
        opacity: 0.8;
    }

    .password-area .toggle-password{
       position: absolute;
        right: 5px;
        top: 36px;
        cursor: pointer;  
    }

    .password-area .form-control{
        padding-right: 25px;
    }

    .btn-submit{
        color: #fff;
        background: #82c344;
        border: 2px solid #82c344;
        width: 100%;
        padding: 5px 10px;
        margin: 20px 0px;
        /* font-family: 'Roboto', sans-serif; */
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

    .btn-submit:hover{
        color: #fff;
        background: #5b8e3f;
        border: 2px solid #5b8e3f; 
    }

    .form-text-btn{
        color: #82c344;
        border: 0px;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        padding: 0px;
    }

    .form-text-btn:hover{
        color: #5b8e3f;
        text-decoration: underline;
    }

    .forgot-text{
        color: #82c344;
        font-size: 14px;
        font-weight: 500; 
        text-decoration: none;
    }

    .forgot-text:hover{
        text-decoration: underline;
    }

    .register-text{
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #2c3e50;
        margin-bottom: 2px;
        display: block;
        font-size: 15px;
    }

    .register-text a{
        color: #82c344;
        text-decoration: none; 
    }

    .register-text a:hover{
        text-decoration: underline;
    }

    .login-text{
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #2c3e50;
        margin-bottom: 2px;
        display: block;
        font-size: 15px;
    }

    .login-text img{
        width: 18px;
        position: relative;
        top: -1px;
    }

    .login-text a{
        color: #82c344;
        text-decoration: none; 
    }

    .login-text a:hover{
        text-decoration: underline;
    }

    .registration-card .form-control.is-invalid{
        background-image: none;
    }

    .registration-card .form-check-input.is-invalid ~ .form-check-label .form-text-btn{
        color: #dc3545; 
    }

    .registration-card .ex-error-message{
        margin-top: -15px;
    }

    .form-control:focus {
        border-color: #82c3446e;
        box-shadow: 0 0 0 0.25rem #82c34430;
    }

    .login-logo{
        text-align: center;
        margin-top: 30px;
    }

    .login-logo img{
        width: 200px;
    }

    .content-section{
        position: relative;
    }

    .content-section::before{
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.5;
        mix-blend-mode: color-dodge;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        background-image: url(../images/login-bg.webp);
        width: 100%;
        height: 100%;
        
    }
    