:root {
    --corporative-color: #1F767A;
	--mirai-deals-modal-z-index: 9999;
}

/***** FINDER *****/
.elementor-widget-Mirai-Finder > .elementor-widget-container {
	display: flex;
    justify-content: center;
}

/***** CLUB ******/
.elementor-widget-Mirai-Club-Login {
    line-height: normal;
}

@media (max-width: 767px) {
    [data-role="login"] .login {
        font-size: 0;
    }

    [data-role="login"] .login > i {
        font-size: 23px;
    }
}

/* focus the form signup and profile in the container */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
    padding: 50px 0;
	display: flex;
    justify-content: center;
}

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