:root{
	--corporative-color: #2574A9;
	--mirai-ui-button-background-active: #224767;
	--mirai-ui-button-secondary-color-active: #224767;
	--mirai-finder-border: solid 0px#ddd;
	--mirai-finder-field-height: calc(48px + 4px);
	--mirai-finder-button-background-active: #224767;
}

/* 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;
}
