/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/*.buddypanel .side-panel-menu .menu-item > a {*/
/*    background-color: transparent;*/
/*    !*border-left: 5px solid var(--bb-sidenav-text-regular);*!*/
/*    border-left: 5px solid white;*/
/*    color: var(--bb-sidenav-text-regular);*/
/*}*/

/*.buddypanel .side-panel-menu .current-menu-item:hover > a {*/
/*    background-color: var(--bb-sidenav-menu-background-color-hover);*/
/*    color: var(--bb-sidenav-text-regular) !important;*/
/*}*/

/*.buddypanel .side-panel-menu .current-menu-item:hover {*/
/*    border-left: 5px solid black;*/
/*}*/

/*.buddypanel .side-panel-menu .current-menu-item > a:hover i {*/
/*    color: var(--bb-sidenav-text-regular);*/
/*}*/

.login {
    display: flex;
    align-content: center;
    justify-content: center;
}

#login .login-heading {
    display: none !important;
}

#login .wp-hide-pw:hover span,
#login .wp-hide-pw:focus span {
    color: #FF0000 !important;
}

#login a {
    transition: .3s ease;
}

#login a:hover,
#login a:focus {
    color: #FF0000;
}

#login .button-primary {
    background: #FF0000;
    border-color: #FF0000;
}

#login .button-primary:hover,
#login .button-primary:focus {
    background: #c10000;
    border-color: #c10000;
}

#login .notice {
    background: #FF0000;
}