:root{
	--corporative-color: #579EBC;
	--mirai-finder-border-radius: 4px;
	--mirai-finder-button-background: #579EBC;
	--mirai-finder-button-color: #FDFBF8;
	--mirai-finder-button-font-family: -apple-system,BlinkMacSystemFont,;
	--mirai-finder-button-font-size: 18;
	--mirai-finder-border: #FFFFFFCC;
	--mirai-finder-background: #FFFFFFCC;
	--mirai-finder-padding: 16px;
	--mirai-finder-field-separator-color: #E4E4E4;
	--mirai-session-color: #333333;
	--mirai-finder-field-border-color: #FFFFFFCC;
	
}

[data-role="field"] {
  background-color: #FFFFFFCC;
}

/* FINDER */
/* focus the modal in the viewport & the form signup and profile in the container */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
	display: flex;
    justify-content: center;
    padding: 50px 0;
}

/* remove the grey background of the email imput in profile */
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}


