html{
    overflow-y: hidden;
}
main{
    background-color: white;
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#bannerLogin{
    height: 100vh;
    background-image: url(/static/images/bg-login.jpg);
    background-size: cover;    
    padding: 0;
}

#bannerLogin .filter{
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(200, 212, 230, 0.781);

}
#bannerLogin .filter img{
    max-height: 500px;
}
a{
    text-decoration: none;
}
.btn-primary{
    border-color: #547DCD;
    background-color: #547DCD;
}

@media (max-width: 600px)
{    
    #bannerLogin{
        display: none;
    }
    .col-4{
        height: 100vh;
        width: 100% !important;        
    }
}

.btn{
    border-radius: 0;
}
input{
    border-radius: 0;
}