ul.campoObrigatorio {
    margin-bottom: 5px;
    list-style-type: circle;
    text-align: left;
}

div[data-notify='container'] {
    width: fit-content;
}

span[data-notify='message'] {
    padding-right: 20px;
}

.fundo-topo {
    background: #525252;
    background: -webkit-linear-gradient(270deg, #3d72b4, #525252);
    background: linear-gradient(270deg, #3d72b4, #525252);
    height: 7vh;
}

.fundo-rodape {
    background-color: rgb(13, 23, 67);
}

.fundo-rodape a {
    color: rgba(232, 230, 227, 0.5);
}

.fundo-rodape a:hover{
    color: rgba(232, 230, 227, 0.5);
    text-decoration: none;
}

.btnTeste {
    background: #1A2980;
    background: -webkit-linear-gradient(180deg, #26D0CE, #1A2980);
    background: linear-gradient(180deg, #26D0CE, #1A2980);
    transition: 1.5s;
}

.btnTeste:hover {
    background: #3a6073;
}

.toast-center {
    position: absolute;
    top: 3vh;
    left: 0;
    right: 0;
    margin: auto;
}

/* Estilização da página validation.view.php */
div#body-validation {
    min-height: 85vh;
    height: auto;
}

div#body-validation>div.row {
    min-height: 85vh;
    height: auto;
    padding: 15px 10px;
}

div#body-validation>div.row>aside {
    display: flex;
    align-items: center;
    padding: 20px 15px;
}

div#body-validation>div.row>aside>div.card {
    width: 100%;
}

div#body-validation>div.row>aside>div.card>div.card-header>h5 {
    margin: 0px;
}

/****** NÃO APAGAR OS ACIMA DESSA LINHA *******/
