/* color de fondo del login */
.color-fondo
{
    background: rgb(54, 0, 51, 0.6) !important;
    background: -webkit-linear-gradient(to top, rgb(11, 135, 147, 0.6), rgb(54, 0, 51, 0.6)) !important;
    background: linear-gradient(to top, rgb(11, 135, 147, 0.6), rgb(54, 0, 51, 0.6)) !important;
}
/* para las particulas */
#particles-js
{
    top: 0;
    width: 100vh;
    height: 99%;
    position: fixed;
}
