.brand-link {
    text-align: center;
}

.brand-link img{
    width: 100%;
}

.main-back-img {
    background: url('/dist/img/auth-bg.webp') no-repeat center center fixed;
    background-size: cover;
}

.main-back-img::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
