body {
      background-image: url('https://trazvalor.net.br/sistema-all-merca/public/assets/images/login-bg_waifu2x_noise0_scale2x.png');

    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    body {
        background: none;
    }
}

.form-control:focus {
    border-color: rgb(95, 88, 88); /* ou a cor que você deseja */
    box-shadow: none; /* remove a sombra */
}

button.btn-entrar {
    background-color: #69bc5f;
    color: white;
    border-radius: 0%;
    --bs-btn-active-bg: #69bc5f;
    --bs-btn-active-color: white;
}
button.btn-entrar.disabled {
    background-color: #69bc5f;
    color: white;
    border-radius: 0%;
    --bs-btn-active-bg: #69bc5f;
    --bs-btn-active-color: white;
}
button.btn-entrar:hover {
    background-color: #68bc5fd7;
    color: white;
    border-radius: 0%;
}

a.btn-cadastrar {
    background-color: rgba(0, 0, 0);
    color: white;
    border-radius: 0%;
    --bs-btn-active-bg: rgb(0, 0, 0);
    --bs-btn-active-color: white;
    --bs-btn-hover-bg: rgb(0, 0, 0);
}

a.btn-cadastrar.disabled {
    background-color: rgba(0, 0, 0);
    color: white;
    border-radius: 0%;
    --bs-btn-active-bg: rgb(0, 0, 0);
    --bs-btn-active-color: white;
    --bs-btn-hover-bg: rgb(0, 0, 0);
}

a.btn-cadastrar:hover {
    background-color: rgba(0, 0, 0, 0.836);
    color: white;
    border-radius: 0%;
}
a.btn-lateral {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    margin-right: 15px;
    margin-left: 120px;
    text-align: right;
}
a.btn-lateral:hover {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
}
a.btn-lateral:focus {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
}

div.btn-lateral {
    text-align: right;
}

a.btn-lateral:active {
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
}

a.btn-entrar {
    background-color: #69bc5f;
    color: white;
    border-radius: 0%;
    --bs-btn-active-bg: #69bc5f;
    --bs-btn-active-color: white;
}
a.btn-entrar.disabled {
    background-color: #69bc5f;
    color: white;
    border-radius: 0%;
    --bs-btn-active-bg: #69bc5f;
    --bs-btn-active-color: white;
}
a.btn-entrar:hover {
    background-color: #68bc5fd7;
    color: white;
    border-radius: 0%;
}
