#bg{
    position: absolute;
    top: 0;
    background-image: url(../../images/WB0X2192S.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(48.774px);
    height: 100vh;
    width: 100vw;
    z-index: -1;    
}
.FormLogo{
    height: 10vh;
    filter: blur(0px;);
}
#ParentDivLogin,#ParentDivRegister{
    height: 80vh;
    width: 100vw;
}
#LoginContainer, #RegisterContainer{
    background-color: rgba(255,255,255,0.98);
    border: 1px solid rgba(0,0,0,0.5);
    padding: 1.5rem;
    border-radius: 0.5rem;
    
}
.navbar a:hover{
    color: rgba(0,0,0,1) !important;
    font-weight: bold;
}
.navbar { box-shadow: none !important; }
.footertext{
    color: rgba(0,0,0,0.5);
}
.footertext:hover{
    color: rgba(0,0,0,1);
    font-weight: bold;
}
