﻿
/* Style the video: 100% width and height to cover the entire window */
#signinVdo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.card.card-vdo {
    background-color: rgb(0 123 255 / 20%);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12);
    margin-bottom: 1.5rem;
    border: 0 solid transparent;
    top: 0px;
    left: 0px;
}