:root{
	--corporative-color: #700D1F; /* primary button bg */
    --text-color__over-corporative-color: #700D1F; /* primary button color */
    --corporative-text-color: #C8B273; /* links color */
}

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