.login-page{
    background-image: url('../images/login-bg.png');
}

.login-bike{
    width: 400px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.login-logo{
    width: 35px;
    margin: 0;
}

.login-page .card{
    background-color: rgba(255,255,255,0.7);
}

.wrapper{
    height: calc(100vh - 75px);
    overflow-x: hidden; 
    overflow-y: scroll;
    white-space: nowrap;
    background-image: url('../images/login-bg.png');
    scrollbar-width: none;
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent; 
}

.wrapper::-webkit-scrollbar {
    width: 0; 
}

.wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px; 
}

.wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.content-wrapper{
    background-image: url('../images/login-bg.png');
}

.main-footer{
    padding: 5px;
    height: auto;
    box-shadow: 0 -5px 5px 0 #ccc;
}

.base-title{
    position: fixed;
    left: 95px;
    top: 10px;
    color: #000;
    z-index: 9999;
    font-size: 22px;
}

.navbar {
    box-shadow: 1px 0px 4px 1px #ccc;
    height: 45px;
}

.content-header{
    padding: 10px .5rem;
}

.select2-container 
.select2-selection--single{
    height: auto;
}