body {
    margin: 0;
    background-color: #212529;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#login-outer {
    width: 300px;
    background: rgba(0 0 0 / 40%);
    filter: drop-shadow(15px 15px 12px #000);
    backdrop-filter: blur(6px);
}

.form-control {
    background: rgba(0 0 0 / 30%);
}

.btn-primary {
    background: #565aa9;
    border: #24295e;
}

.btn-primary:hover {
    background: #383f98;
    border: #24295e;
}
