
body {
    background-color: #f8f9fa;
}
.header-container {
    text-align: center;
    background-color: #007bff;
    padding: 10px;
    color: #fff;
}

.header-container h1 {
    font-size: 40px;
    font-weight: bold;
}
.form-group label {
    font-weight: bold;
}
.form-control {
    border-radius: 5px;
}
.input-group-text {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 5px;
}
.btn-primary:hover {
    background-color: #0056b3;
}

.header-container-dados {
    border-bottom: 5px solid #1a1a1a;
}

.subtitulo {
    font-size: 20px;
}

h1 {
    margin-left: 40px;
}


table td,
table th {
    text-align: center;
}

.btn-vercadastros {
    margin-bottom: 53px;
}


#mensagemSucesso {
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #dff0d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: none;
}

