h4 {
    text-align: center;
    width: inherit;
}
.paragrafoCentralizado {
    alignment: center;
}
.mensagemBiometria {
    text-align: center;
    font-size: large;
    margin-bottom: 100px;
}
.imgFingerPrint {
    width: 225px;
    height: 300px;
}
.imgFingerPrintErro {
    border-color: red;
    border-width: 10px;
    border-style: solid;
}
.imgFingerPrintSucesso {
    border-color: green;
    border-width: 10px;
    border-style: solid;
}
.linhaBiometria {
    margin-top: 10% !important;
    width: 100%;
    display: flex;
}
.dedoBiometria {
    display: grid;
    margin: 5%;
}
.btnBiometria {
    margin-top: 20px;
}

.infraButton:disabled{
    background-color: darkgrey !important;
    color: darkgrey !important;
    border-color: darkgrey !important;
}

.divSecaoJudiciaria{
    text-align: center;
    font-size: large;
    margin-bottom: 100px;
}
.divImgSiape {
    text-align-last: center;
    margin-bottom: 5%;
}