@import url('https://fonts.googleapis.com/css2?family=Anton&amp;display=swap');

/* Contenedor */
.container {
    display: flex;
    z-index: 10;
}

/* Frame del fondo */

/* Marco de los dispositivos */
.background__deviceframe {
    background-image: url("../img/login_dispositivos.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80vh;
    position: fixed;
    display: none;
}

/* Fondo de Hexágonos */
.background__patternframe {
    flex-wrap: wrap;
    display: flex;
    background-image: url('../img/patron2.png');
    background-clip: content-box;
    transform: rotate(25deg) scale(200%);
    background-size: 5%;
    animation: gradient 60s ease-in-out infinite;
    margin: 0;
    background-repeat: repeat;
    position: fixed;
}

/* Utilidades */

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.absolute {
    position: absolute;
}

.z-10 {
    z-index: 10;
}

.h-full {
    height: 100%;
}

.w-1\/2 {
    width: 50%;
}

.w-full {
    width: 100%;
}

.m-auto {
    margin: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.text-center {
    text-align: center;
}

img {
    width: 100%;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%; 
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body {
    background: linear-gradient(-45deg, #000f30, #003cbe, #001136);
    background-size: 400% 300%;
    animation: gradient 15s ease infinite;
    background-color: #0049be;
    margin: 0;
    background-repeat: no-repeat;
}



.login{
    min-height: 100vh;
    flex-wrap: wrap;
    display: flex;
}

.login_container {
    padding-left: 10px;
    padding-right: 10px;
}

.logo {
    width: 200px;
}

.login_box {
    display: "flex";
    padding: 40px;
    justify-items: center;
    align-items: center;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    /* background: linear-gradient(-45deg, #dcd7e0, #ffffff98);*/
    background-color: rgb(255, 255, 255);
}


/*----------Mediaquieries------------*/

/* Dispositivos pequeños (teléfonos, 600px y menos) */
/* @media only screen and (min-width: 500px) {
    .xs\:w-full {
        width: 100%;
    }

    .xs\:w-auto {
        width: auto;
    }

} */

/* Dispositivos medianos (tabletas en horizontal, 768px y más) */
@media only screen and (min-width: 768px) {

    .sm\:w-full {
        width: 100%;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

}

/* Dispositivos grandes (portátiles/ordenadores de escritorio, 992px y más) */
@media only screen and (min-width: 992px) {

    .md\:w-full {
        width: 100%;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .background__deviceframe {
        display: block;
    }

}

/* Dispositivos extra grandes (portátiles y ordenadores de escritorio grandes, 1200px y más) */
@media only screen and (min-width: 1200px) {
    
}

.login_box input {
    border: none;
    width: 100%;
    margin: 5px 0px;
    align-items: center;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 8px;
    padding: 10px;
    padding-left: 35px;
    padding-right: 40px;
    color: rgb(54, 54, 54);
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
}

input:focus {
    outline: none;
}

.submit {
    white-space: nowrap;
    border: none;
    padding: 15px;
    align-self: stretch;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    color: #474747;
    font-weight:500;
}


.btn-grad {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    background-size: 200% auto;
    color: #ffffff;
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 100px;
    display: block;
    background-color: #093586;
   /* box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);*/
}

.btn-grad:hover {
    background-position: right center;
    background-color: #1752c0;
    /* change the direction of the change here */
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}


.version {
    color: rgb(158, 158, 158);
    margin-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.version span {
    font-weight: 100;
    font-size: small;
}

.formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input__icon{
    color: rgb(95, 95, 95);
    position: absolute;
    top: 17px;
    left: 10px;
}

.formulario__grupo-input {
    width: 250px;
    position: relative;
    align-items: center;
}

.formulario__input-error {
    font-size: 10;
    display: none;
}

.formulario__input-error-activo {
    display: block;
}

.formulario__validacion-estado {
    position: absolute;
    bottom: 25px;
    top: 40%;
    transform: translate(-50%,-50%);
    z-index: 100px;
    font-size: 16px;
    right: 10px;
    opacity: 0;
}

hr.style-eight {
    overflow: visible;
    /* For IE */
    padding: 0;
    border: none;
    border-top: #333;
    color: #333;
    text-align: center;
    margin-bottom: 35;
    margin-top: 30;
}

hr.style-eight:after {
    content: "Login";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: small;
    padding: 0 0.25em;
    background: #e9e9e9;
}
/*-------------Estilos para valicacion----------*/

.formulario__grupo-incorrecto .input__icon{
    color: #bb2929;
}

.formulario__grupo-correcto .formulario__validacion-estado {
    color: #1ed12d;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
    color: #bb2929;
    opacity: 1;
}

.formulario__grupo-incorrecto input {
    border: 1px solid;
    color: #bb2929;
}

.heading{
    padding-top: 20px;
    padding-bottom: 10px;
    color: rgb(95, 95, 95);
}

.heading .title {
    font-size: 20px;
    margin: 0;
}

.heading .rif {
    font-size: 15px;
    font-weight: lighter;
}






.switch__label {
    font-size: small;
    font-weight: bold;
    padding: 2;
    color: rgb(255, 255, 255);
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    padding-top: 4;
}
/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #001131;
}

input:focus+.slider {
    box-shadow: 0 0 1px #001131;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*animacion de texto*/

.context {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textos {
    position: absolute;
    z-index: 30;
    /*text-shadow: 1px 1px 2px black;*/
}

.textos h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
}

.textos h5 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: lighter;
}

.area {
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100%;
    
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 600%;
    }
}