.logo {
    height: 20rem;
}

.background_video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    filter: brightness(0.25);
}

.login_container {
    z-index: 10;
    color: ghostwhite;
    width: 45rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    text-align: center;
}

#login_error {
    color: red;
}