/**
Theme Name: WorkPress Child
Theme URI: https://workpress.wp-guppy.com/
Author: AmentoTech
Author URI: https://amentotech.com/
Description: Child theme for WorkPress theme
Version: 0.0.1
License: GPL Themeforest Split Licence
License URI: https://themeforest.net/user/amentotech
Text Domain: workpress-child
Template: workpress

Copyright (C) 2026 AmentoTech
*/

.wpg-demo-login-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    padding: 20px;
    background: rgb(var(--gigneo-light-grey-color));
    border-radius: var(--gigneo-border-radius-lg);
}

.wpg-demo-login-info p{
    margin: 0;
}