/*
 * --------------------------------------------------
 * Copyright (c) 2020 - 2021 Alailson Barbosa Ribeiro
 * --------------------------------------------------
 * @ Author Info: ribeiro@alailson.com.br
 * @ Create Time: 2021-11-24 08:42:28
 * @ Modified At: 2021-11-24 08:42:29
 * --------------------------------------------------
 * Author Quote: I love do this ? Enlightened by God!
 * --------------------------------------------------
 */

#wp-admin-bar-comments {
    display: none;
}

#wp-admin-bar-new-content {
    display: none;
}

#wp-admin-bar-wp-logo {
    display: none;
}


/*
#menu-dashboard {
    display: none;
}

#contextual-help-link-wrap {
    display: none;
}

#application-passwords-section {
    display: none;
}

#dashboard-widgets-wrap {
    display: none;
}

#screen-options-link-wrap {
    display: none;
}
 */

#login h1 a {
    background-image: url(https://img.spturis.com.br/spturis/logo.png) !important;
    background-size: 150px !important;
    background-repeat: no-repeat !important;
    margin: 0px auto 10px !important;
    height: 150px !important;
    width: 150px !important;
    content: 'S�o Paulo Turismo S/A' !important;
}