/* ================================
   LOGIN PAGE
   ================================ */

/* Скрыть "Впервые здесь? Создать учетную запись" */
.mx_AuthBody_changeFlow {
    display: none !important;
}

/* ================================
   WELCOME PAGE
   ================================ */

/* скрыть кнопку создания аккаунта */
a[href*="#/register"] {
    display: none !important;
}

.mx_Header_title {
    display: none !important;
}

.mx_Header_subtitle {
    display: none !important;
}


/* скрыть нижний футер на welcome/login */
.mx_AuthFooter,
.mx_Login_footer,
.mx_Footer {
    display: none !important;
}
