
        body {
            background-color: #FFE8FE;
            font-family: 'Arial', sans-serif;
        }
        .logo-font {
            font-family: 'Spicy Rice', cursive;
            color: #FF319F;
        }
        .auth-container {
            background-color: white;
            border-radius: 54px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .input-field {
            background-color: #D9D9D9;
            border: none;
            padding: 10px 15px;
            width: 100%;
        }
        .btn {
            background-color: #D9D9D9;
            font-family: 'Spicy Rice', cursive;
            transition: all 0.3s ease;
        }
        .btn:hover {
            background-color: #C9C9C9;
        }
        .link-text {
            font-family: 'Spicy Rice', cursive;
            text-decoration: underline;
            cursor: pointer;
        }
    