.imgB {
    max-width: 1200px;
    max-height: 250px;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: center;
}

.dropdown-large {
    width: 20vw;
}

.error {
    color: red;
}

.bg-white-40 {
    background-color: rgba(255, 255, 255, 0.329);
}