.container-fluid{
    background-color: black;
}

.coffeelist-image-container{
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover;
    opacity: 0.8;
    height: 100vh;
}

.coffeelist-form-container{
    background: #1b1f22;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coffeelist-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.coffeelist-logo {
    font-weight: bold;
    color: white;
	font-size: 2em;
}

.coffeelist-form h4 {
    font-weight: bold;
    color: white;
}


