* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: black;
}

.div-encuadre {
    position: absolute;
    width: 500px;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 0px;
    right: 0px;
}

.contenedor-index {
    width: 350px;
    margin-right: 100px;
    padding: 0px;

}

.contentimg {
    position: absolute;
    margin: 0 auto;
    margin-top: -25px;
    width: 350px;
}

.imguser {
    margin: 0 auto;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: 50%;
    background-size: 100% 100%;
    width: 111px;
    height: 107px;
    border: 2px solid #F2F2F2;
    background-color: #F2F2F2;
}

/* Animacion de texto */
.content-animar-texto {
    display: flex;
    height: 40px;
    color: white;
    line-height: 40px;
    overflow: hidden;
    font-size: 30px;
    font-family: monospace;
}

.content-animar-texto ul {
    list-style: none;
    padding-left: 10px;
    animation: cambiar 20s infinite;
}

@keyframes cambiar {
    0% {
        margin-top: 0;
    }

    16% {
        margin-top: 0;
    }

    22% {
        margin-top: -40px;
    }

    32% {
        margin-top: -40px;
    }

    38% {
        margin-top: -80px;
    }

    54% {
        margin-top: -80px;
    }

    60% {
        margin-top: -40px;
    }

    76% {
        margin-top: -40px;
    }

    82% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

/*Fin Animacion de texto */


.contentlogin {
    position: relative;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    min-height: 10px;
    text-align: center;
    padding-top: 10px;
}

.login {
    margin: 0 auto;
    background-color: #F2F2F2;
    width: 100%;
    min-height: 320px;
    border-radius: 10px;
    -moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.349019607843137);
    padding-top: 100px;
}

.otracuenta {
    height: 30px;
    margin: 0 auto;
    padding-top: 20px;
}

.otracuenta a {
    color: #796F6D;
    font-size: 12px;
    text-decoration: none;
    text-align: center;

}

.otracuenta a:hover {
    color: #2E2E2E;
}


#contentlogin form input[type="text"],
#contentlogin form input[type="password"] {
    /*Redondemoas 5px los input */
    border-radius: 5px;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eae7e7 url(../img/icons.png) no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 15px 10px 15px 40px;
    width: 80%;
}

#contentlogin form input[type="text"]:focus,
#contentlogin form input[type="password"]:focus {
    -webkit-box-shadow: 0 0 2px #ed1c24 inset;
    -moz-box-shadow: 0 0 2px #ed1c24 inset;
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px gray inset;
    background-color: #fff;
    border: 1px solid gray;
    outline: none;
}

#login-username {
    background-position: 10px 10px !important
}

#login-userpass {
    background-position: 10px -53px !important
}

#contentlogin form input[type="submit"] {
    margin-top: 10px;
    width: 80%;
    padding: 7px 10px;
    background: inherit;
    background-color: rgba(0, 153, 153, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Negrita', 'Arial Normal', 'Arial';
    font-style: normal;
    color: #FFFFFF;
}

#contentlogin form input[type="submit"]:hover {

    background-image: -webkit-linear-gradient(top, #009999, #087070);
    background-image: -moz-linear-gradient(top, #009999, #087070);
    background-image: -ms-linear-gradient(top, #009999, #087070);
    background-image: -o-linear-gradient(top, #009999, #087070);
    background-image: linear-gradient(to bottom, #009999, #087070);
    cursor: pointer;
}


.error {
    background-color: #E74F4F;
    position: fixed;
    z-index: 1000;
    top: 0;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}

label#error2 {
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
}

.nombredeusuario {
    width: 100%;
    min-height: 2em;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #585858;
}

.mensajecopyright {
    position: relative;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 350px;
    font-size: 14px;
    color: white;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

div#enterprise {
    top: 35%;
    left: 25%;
    position: absolute;
    z-index: 4000;
    opacity: 0.8;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1C2833;

}

div#exacto {
    opacity: 0.4;
    transition: all .5s ease;
}

div#exacto:hover {
    transition: all .5s ease;
    opacity: 0.9;
}

@keyframes movimiento1 {
    from {
        margin-left: 0%;
    }

    to {
        margin-left: 90%;
    }
}


@keyframes movimiento2 {
    from {
        margin-left: 50%;
    }

    to {
        margin-left: -10%;
    }
}

@keyframes movimiento3 {
    from {
        margin-left: 20%;
    }

    to {
        margin-left: 90%;
    }
}

@media screen and (max-width: 1300px) {
    div#enterprise {
        left: 10px;
    }
}

@media screen and (max-width: 900px) {
    div#enterprise {
        display: none;
    }
}




@media screen and (max-width: 700px) {
    .div-encuadre {
        display: none;
    }

    .contenedor-index {
        margin: 0 auto;

    }

}

@media screen and (max-width: 400px) {

    .contentlogin,
    .contentimg {
        width: 100%;
    }

    /* Animacion de texto */
    .content-animar-texto {
        font-size: 30px;
    }
}