.home {
    width: 100%;
    height: 100vh;
    background-image: url(../images/car-background.jpg);
    background-position: center top;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.transluscent, input{
    background: none;
    border: none;
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1)!important;
}

.login-button{
    background-color: rgba(255, 255, 255, 0.1)!important;
    border: 1px solid white;
    color: white;
}

nav, .navbar {
    background: none;
    background-color: rgba(255, 255, 255, 0.1)!important;
    border-radius: 1vw;
    margin: 0.5vw;
}

.hover-row:hover{
    background-color: rgba(255, 255, 255, 0.1)!important;
}

.tablerow {
    background-color: rgba(255, 255, 255, 0)!important;
    border-radius: 1vw;
    margin: 0.5vw;
}

#Table_info, #Table_filter {
    color: white !important;
}

.paginate_button {
    background-color: rgba(255, 255, 255, 0.5)!important;
    color: rgb(255, 255, 255) !important;
}

#Table_previous, #Table_next {
    background-color: rgba(255, 255, 255, 0.5)!important;
    color: rgb(255, 255, 255) !important;
}