html,
body {
    font-family: "Lato", sans-serif;
    height: 100% !important;
    font-size: 0.9rem !important;
}

.btn
{
    font-size: 0.9rem !important;
}

.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {
    height: 100%;
    background-color: #ff0000;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 35%; 
    }

    .sidenav{
        width: 35%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        /*margin-top: 40%;*/
        /*margin: 0 auto;*/
        padding-top: 25%;
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}

.nav-text-color
{
    color: #fff !important;
}

/*Centre Content on the Dashboard in the middle*/
.ctrContent {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 75vh;
    text-align: center;
}
.logoOtaku
{
    font-size: 70px;
    color: #DCDCDC;
}

.logographicsgarage
{
    font-size: 20px;
    color: #DCDCDC;
    font-style: italic;
}
.totalprice
{
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
}

/* change the background color */
.navbar-custom {
    background-color: #ff0000 !important;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff !important;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff !important;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff !important;
}