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#user {
    background: #0b0142;
    background-image: url('../brand/fundo.png');
    background-size: cover;
}

div#user,
nav#user {
    background: #0b0142;
}

button.btn-primary {
    background: #130272;
    border: none;
}

button.btn-primary:hover,
button.btn-secondary:hover {
    background: #1004b3;
}

button.btn-secondary {
    background: #2c62c5;
    border: none;
}

