
.max-w-login{
    background-color:#00a1bd !important;
    color:#f1f8fc !important;
    opacity:0.9;
    box-shadow:0px 0px 50px #000;
    min-width:25rem !important;
}
.max-w-login h2{
    color:#f1f8fc !important;
}
.max-w-login .ml-auto a{
    color:#f1f8fc !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
.max-w-login .btn-primary{
    background-color:#004b60 !important;
    color:#f1f8fc;
    text-transform:uppercase;
}