body .main_ui_auth_login__auth-title {
    font-size: 0;
}

body .main_ui_auth_login__auth-title::after {
    content: 'Login to HyScaler Craft';
    font-size: 1.5rem;
}

body p.main_ui_auth_login__auth-tagline {
    font-size: 0;
}

body p.main_ui_auth_login__auth-tagline::after {
    content: 'Use the HyScaler Craft design tool for Design and Code collaboration';
    font-size: 0.875rem;
}

body .main_ui_auth__logo-btn,
body .main_ui_auth_register__logo-btn {
    display: block;
    width: 125px;
    height: 37.5px;
    background-image: url('https://static.hyscaler.com/images/hyscaler-logo-2500x751.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
}

body .main_ui_auth__logo-btn > svg,
body .main_ui_auth_register__logo-btn > svg {
    display: none;
}

body a.main_ui_auth_login__login-btn.main_ui_auth_login__btn-oidc-auth {
    text-indent: -10000%;
    overflow: hidden;
    display: flex;
    font-size: 0;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

body a.main_ui_auth_login__login-btn.main_ui_auth_login__btn-oidc-auth>.logo {
    background-image: url('https://static.hyscaler.com/images/favicon-72x72.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
    text-indent: 0%;
}

body a.main_ui_auth_login__login-btn.main_ui_auth_login__btn-oidc-auth>.logo>svg {
    display: none;
    text-indent: 0%;
}

body a.main_ui_auth_login__login-btn.main_ui_auth_login__btn-oidc-auth::after {
    display: block;
    content: 'Login with HyScaler Auth';
    font-size: 0.875rem;
    line-height: 1.2rem;
    text-indent: 0%;
}

body ul.main_ui_dashboard_sidebar__profile-dropdown > li.main_ui_dashboard_sidebar__profile-dropdown-item[data-url="https://github.com/penpot/penpot"],
body ul.main_ui_dashboard_sidebar__profile-dropdown > li.main_ui_dashboard_sidebar__profile-dropdown-item[data-url="https://penpot.app/terms"],
body ul.main_ui_dashboard_sidebar__profile-dropdown > li.main_ui_dashboard_sidebar__profile-dropdown-item[data-url="https://community.penpot.app"],
body ul.main_ui_dashboard_sidebar__profile-dropdown > li.main_ui_dashboard_sidebar__profile-dropdown-item[data-url="https://help.penpot.app"],
body ul.main_ui_dashboard_sidebar__profile-dropdown > li.main_ui_dashboard_sidebar__profile-dropdown-item[data-url="https://penpot.app/libraries-templates"],
body ul.main_ui_dashboard_sidebar__dropdown li#teams-selector-create-team {
    display: none;
}

body header.main_ui_workspace_sidebar__left-header > a.main_ui_workspace_left_header__main-icon > svg {
    display: none;
}

body header.main_ui_workspace_sidebar__left-header > a.main_ui_workspace_left_header__main-icon {
    background-image: url('https://static.hyscaler.com/images/favicon-72x72.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
