.center {
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.center2 {
    position: absolute;
    top:50px;
    left: 50px;
    margin: auto;
}


.bottom {
    width: 80%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.bottom2 {
    width: 80%;
    left: 50px;
    position: absolute;
    top: 400px;
    margin: auto;
}

.splash-background {
    background-image: url('../assets/images/car_3.png'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 100vh;
    background-position: center center;
    background-attachment: fixed;
}

.index-backgourd {
    background-image: url('../assets/images/car_3.png'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    width: 100%;
    height: 60vh;
    min-height: 400px;
    background-position: center center;
    background-attachment: fixed;
}


.top-bar-background {
    top: 0;
    background-image: url('../assets/images/car_4.png'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 20vh;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
}

.top-bar-background-2 {
    top: 0;
    background-image: url('../assets/images/car_1.webp'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 10vh;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
}


@media only screen and (min-width: 540px) {
    .top-bar-background {
        min-height: 350px;
    }
}


.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-content{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}

.bottom-bar{
    position: fixed;
    z-index: 1;
    text-align: center;
    height: 150px;
    border-radius: 75px;
    background-color: black;
    bottom: 5%; /* 30px from the bottom */
    font-size: 30px;
    width: 80%;
    left: 10%;
}

.outer{
    width:100%;
    overflow:auto;
    white-space:nowrap;
}
.outer li{
    display: inline-block;
    *display: inline;/*For IE7*/
    *zoom:1;/*For IE7*/
    vertical-align:top;
    margin-right:20px;
    white-space:normal;
}

.my-select-button{
    height: 60px;
    font-size: 30px;
    background-color: #FFCD00;
    color: black;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 45px;
    border: none;
}

.my-deselect-button{
    height: 60px;
    font-size: 30px;
    background-color: grey;
    color: white;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 45px;
    border: none;
}