html {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
}

body {
    background: #181818;
    font-family: Yu Gothic UI;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
}

    body .navbar .navbar-toggler {
        background: linear-gradient(135deg, #fff, #fff);
        border: 1px solid #000;
    }

    body.test nav {
        background: #181818;
    }

#particles-js {
    height: 100%;
    background: #181818;
}

.contenedor {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    background-size: cover;
    margin-top: 70px;
}

.contenedorcentrado {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}

.contenedorcentrado {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-width: 380px;
    max-width: 900px;
    width: 100%;
    background: linear-gradient(600deg, #1c2025f0, #1f2935f2);
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
    box-sizing: border-box;
}


.login {
    width: 100%;
    max-width: 380px;
    min-width: 380px;
    padding: 30px 30px 50px 30px;
    background-color: #212529;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    opacity: 1;
    filter: alpha(opacity=1);
}

    .login label {
        display: block;
        font-family: 'Overpass', sans-serif;
        font-size: 120%;
        color: #fff;
        margin-top: 15px;
        margin-bottom: 0em;
    }

    .login input {
        font-family: 'Overpass', sans-serif;
        font-size: 110%;
        color: #000;
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        padding: 5px 5px 5px 10px;
        box-sizing: border-box;
        border: none;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
    }

    .login .ingreso {
        background-color: #2b394a;
        color: #fff;
    }

        .login .ingreso:hover {
            background-color: #2e445a;
            border: 1px solid #D9E2EC;
        }

    .login button {
        font-family: 'Overpass', sans-serif;
        font-size: 110%;
        color: #1b262c;
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        background-color: #dfcdc3;
        margin-top: 10px;
    }

        .login button:hover {
            background-color: #3c4245;
            color: #dfcdc3;
        }

.derecho {
    text-align: center;
    width: 100%;
    filter: alpha(opacity=70);
    padding: 20px 20px 20px 50px;
    box-sizing: border-box;
}

.titulo {
    font-size: 180%;
    color: #fff;
}

.logo-empresa img {
    width: 60%;
}

hr {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #dfcdc3;
}

.pie-form {
    font-size: 90%;
    text-align: center;
    margin-top: 15px;
}

    .pie-form a {
        display: block;
        text-decoration: none;
        color: black;
        margin-bottom: 7px;
    }

        .pie-form a:hover {
            color: #719192;
        }

@media (max-width: 775px) {
    .contenedorcentrado {
        flex-direction: column-reverse;
        min-width: 380px;
        max-width: 900px;
        width: 80%;
        background: linear-gradient(600deg, #1c2025f0, #1f2935f2);
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
        padding: 30px;
        box-sizing: border-box;
    }

    .login {
        margin: 0;
    }

    .derecho {
        padding: 20px 20px 20px 20px;
    }

    .login label {
        text-align: left;
    }
}
