body {
    background-color: #5d3a85 !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.image_login {
    width: 240px !important;
    height: 240px !important;
    /*margin-block-start: -3rem !important;*/
}

/* Scrollbar en navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px; /* Ancho de la barra */
}

::-webkit-scrollbar-thumb {
    background-color: #3779bd !important; /* Color de la barra */
    border-radius: 5px; /* Bordes redondeados */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color del fondo de la barra */
}
