
.container-fluid.h-custom {
    background-color: rgb(48, 48, 48);
    color: white;
}
body {
    background-color: rgb(48, 48, 48);
}
.fw-bold {
    font-weight: 700 !important;
    color: aliceblue !important;
}
element.style {
    color: hsl(0deg 0% 99.37%) !important;
}
h1.titulo_registro {
    text-align: center;
    margin-bottom: revert-layer;
}