body {
            font-family: 'Nunito', sans-serif;
            background-color: #f0f2f5;
        }

        .auth-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
        }

        .auth-inner {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            max-width: 1000px;
            width: 100%;
        }

        .auth-bg {
            background: #6a74db;
            color: white;
            padding: 3rem;
        }

        .auth-form {
            padding: 2rem;
        }

        .toggle-password-icon {
            cursor: pointer;
        }
         .auth-footer {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px; /* tinggi agar konten footer dapat diatur */
            text-align: center;
        }