#login{
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    height: 600px;

}
#formLogin{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.logo-img{
    width: 45px;
    margin-bottom: 10px;
}
.logo-front::selection{
    color: transparent;
}