body{
    
    background: url(../images/Texel2022.jpg);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Set minimum height of the viewport */
}
header{
    margin-bottom: 2vw;
}
.brands{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
    list-style-type: none;
}

.brands__item{
background-color: rgba(255, 255, 255, 0);
}
.brands__item a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.brands__item img{
    display:block;
    margin-top: 1vw;
    max-width: 25%;
    object-fit: contain;
}

.avhtech{
    max-width:45% !important;
}
.container{
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    }
.login-text{
    padding: 1vw 0 0 0;
    text-align: center;
}
.password-tools{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.powered-by{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
}

.navbar{
    display: block;
    text-align: center;
    text-align-last: right;
}

a.nav-link{
    margin-left: 2vw;
    justify-content: center;
}

footer {
    margin-top: auto;
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: #888;
}
.container-full{
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
}