    html, body {
        overflow-x: hidden;
        overflow-y: hidden;
        touch-action: pan-y;        
        overscroll-behavior-x: none;
    }

    body {
        margin: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, sans-serif;
        background-color: #254a1f !important;
    }

    .login-box {
        width: 480px;
        height: 100vh; 
        background: #fff url('../images/login/login_background.png') no-repeat center center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .login-box form {
        width: 70%;
        max-width: 320px;
        margin: 0 auto;
    }

    .login-box .form-control {
        border: 1px solid #ddd;
        padding: 14px;
        margin-bottom: 20px; 
        width: 100%; 
        border-radius: 6px;
        font-size: 15px;
    }

    .login-box .btn-login {
        width: 100%;
        padding: 0px;
        background-color: #254a1f;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        margin-top: 8px;
        text-align: center;
     }
    .login-box .forgot-link {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        text-decoration: none;
        display: block;
    }
    .login-box .signup-link {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        text-decoration: none;
        display: block;
    }

    .login-box .forgot-link strong {
        color: #9cba61;
        font-size: 15px;
    }

    .login-box .signup-link strong {
        color: #9cba61;
        font-size: 15px;
    }
    .log-in{
        padding: 10px
    }