:root{
	--corporative-color: #67615D;
	--mirai-finder-field-height: calc(42px + 4px);
}

/* 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: 120px 0;
} */

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