:root{
	--corporative-color: #1B5233;
	--mirai-ui-border-radius: 4px;
	--mirai-finder-border-radius: 50px;
	--mirai-finder-gap: 15px;
}

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

/* CLUB */

/* login */
[data-role="login"] [data-role="content"] {
    font-family: "MyriadPro", Sans-serif;
    font-size: 16px;
    line-height: 1;
}


