/**
Theme Name: Gigneo
Author: Deveasel
Author URI: http://deveasel.com/
Description: This the child theme of astra for gigneo demo
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gigneo
Template: astra
*/

.gc-demo-login-info{
	gap: 5px;
    padding: 14px;
    display: flex;
	flex-direction: column;
    position: relative;
    border-radius: var(--gigneo-border-radius-lg);
	border: 1px solid rgba(var(--gigneo-info-color),.2);
    background: rgba(var(--gigneo-info-color),.05);
	margin-top: 10px;
}

.gc-demo-login-info > p{
	margin: 0;
	font-size: 14px;
}

.gc-demo-login-info > p > strong{
	font-weight: 500;
	color: var(--ast-global-color-2);
}