:root {
    --corporative-color: #132357;
}

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

[data-role="finder-button"]{
	border-radius:0!important;
}

[data-role="finder"]{
	border-radius:0!important;
}


[is="ui-finder-compact"]{
	border-radius:0!important;
}

[is="ui-finder-compact"] ui-button{
	border-radius:0!important;
}
