body {
    background: radial-gradient(circle farthest-corner at center, #3C4B57 0%, #1C262B 100%);
    color: white;
}

#container_login {
    width: 50%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
}

#container_register {
    width: 50%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
}

#projectbar {
    background: transparent;
    float: left;
    width: 50px;
    padding-right: 25px;
    height: 100%;
}

.item a {
    color: white;
}

.item-active a {
    color: #007bff !important;
}

.item {
    position: relative;
    font-size: 40px;
    color: white !important;
    padding: 5px;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #343a40;
    color: white;
    align-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
}

#footer a {
    color: white;
    text-decoration: none;
    margin-top: 15px;
}