div#container-fluid {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
}

div.spinner-grow {
    width: 2rem;
    height: 2rem;
}


/* ICONTA GERAL */
body#admin,
body#user {
    background: #0b0142;
    background-image: url('../brand/user/fundo.png');
    background-size: cover;
}

div#iconta,
div#user,
div#admin {
    background: #0b0142;
}

button#user,
button#admin {
    background: #130272;
}

/* MEGASHOPLY */
body#megashoply {
    background: #64104f;
    background-image: url('../brand/megashoply/fundo.png');
    background-size: cover;
}

div#megashoply {
    background: #64104f;
}

button#megashoply {
    background: #971978;
}

nav#user,
#nav#admin {
    background: #171ee8;
    background: linear-gradient(90deg, rgba(3, 3, 48, 1) 1%, rgba(19, 13, 120, 1) 50%, rgba(23, 30, 232, 1) 100%);
}

a.page-link {
    color: rgb(57, 89, 197);
}

li.page-item.active a.page-link {
    background-color: rgb(57, 89, 197);
    border-color: rgb(57, 89, 197);
}
