@import "K2BTools.DesignSystems.Aries.Aries.css";
@import "AriesCustom_Tokens.css";


@layer AriesCustom {
/* [gx-css-import ignore - start] */
 
/* [gx-css-import ignore - end] */
/* [gx-css-user-controls - start] */
/* [gx-css-user-controls - end] */
.K2BT_LoginImageContainer 
{
	background-image : var(--GX-Image_AgilTaxBackground);
	height : 100vh;
	background-repeat : no-repeat;
	background-size : cover;
	margin-left : -15px;
	background-position : center;
}
.Section_Grid 
{
	max-width : 100%;
}
.Attribute_Grid[data-gx-readonly] 
{
	white-space : nowrap;
}

}