* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

body,
html {
    width: 100%;
    min-height: 100%;
}

.sidebar {
    background-color: black;
}

#logo {
    max-width: 200px;
}

.bi {
    color: white;
    text-decoration: none;
    padding: 10px;
}

.greenButtonContainer {
    background-color: black;
    border-radius: 20px;
}

.greenButtonContainer:hover {
    color: #00aa55 !important;
}

li .linkSidebar {
    color: white;
    text-decoration: none;
}

#image_login {
    /*background-image: url('/public/asset/image/login_image.jpg');  */
    /* Full height */
    height: 100%;
    width: auto;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#addDemand {

    color: black !important;
    width: 120px;
    height: 120px;

}

.editTopic {
    color: black !important;
    width: 120px;
    height: 120px;
}

.removeRow {
    color: black !important;
    width: 120px;
    height: 120px;
}

.deleteTopic {
    color: black !important;
    width: 120px;
    height: 120px;
}

#loginForm {
    position: fixed;
    right: 0;
    height: 100%;
    padding-left: 20px;
    width: 30%;
    background-color: white;
    color: white;
    text-align: center;
}

#background {
    background-color: black !important;
}
