div.alert.alert-warning {
    display: none;
}
body.user-logged-in div.alert.alert-warning {
    display: block;
}
