/* VARIABLES */

:root {
    --main-background: #3FA9F5;
    --main-blue: #0088c2;
    --main-black: #090909;
    --mail-claro: #f5f5f5;
    --main-icon: #f1f1f1;
    --color-text: #f1f1f1;
    --data-text: #9c9c9c;
    --color-sombra: #f3f3f3;
    /* TAMAÑOS */
    --font-text: 14px;
    --azul-joint: #27224e;
    --naranja-joint: #fcc038;
    --success: #24bb24;
    --select: #e1edf1;
}



/* :root {
    --main-background: #1e293b;
    --main-blue: #0088c2;
    --main-black: #090909;
    --mail-claro: #f5f5f5;
    --main-icon: #f1f1f1;
    --color-text: #f1f1f1;
    --data-text: #9c9c9c;
    --color-sombra: #f3f3f3;
    --font-text: 14px;
    --azul-joint: #1e293b;
    --ppal-serpent: #3FA9F5;
    --success: #24bb24;
    --select: #e1edf1;
    --bck-serpent: #1e293b;
} */


/* FIN VARIABLES */

@font-face {
    font-family: 'Inter light';
    src: url(../../fonts/relaway/static/Raleway-Light.ttf);
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Inter italic';
    src: url(../../fonts/roboto/Roboto-Thin-webfont.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Inter Bold';
    src: url(../../fonts/roboto/Roboto-Bold-webfont.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter regular';
    src: url(../../fonts/relaway/static/Raleway-Light.ttf);
    font-weight: 500;
    font-style: normal
}

.loginDiv {
    position: absolute; 
    width: 1080px;
    height: 580px;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background:var(--azul-joint);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.158), 0 6px 6px rgba(0, 0, 0, 0.096);
}

@media (min-width: 360px) and (max-width: 450px) {
    .loginDiv {
        position: absolute; 
        width: 85%;
        /* height: 80%; */
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%);
        background:var(--azul-joint);
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.521), 0 6px 6px rgba(0, 0, 0, 0.11);
    }
    .dataLogin{
        background-color: none !important;
        width: 85%;
        height: 85%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.521), 0 6px 6px rgba(0, 0, 0, 0.11);

    }
    .imageLogin {
        display: none;
        margin-top: 25%;
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 100%;
    }
  }

  @media (max-width: 1079px) {
    .loginDiv {
        position: absolute; 
        width: 85%;
        /* height: 80%; */
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%);
        background:var(--azul-joint);
        border-radius: 15px;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.521), 0 6px 6px rgba(0, 0, 0, 0.11); */
    }
    .dataLogin{
        background-color: none !important;
        width: 85%;
        height: 85%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.521), 0 6px 6px rgba(0, 0, 0, 0.11);

    }
    .imageLogin {
        display: none;
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .logoData{
        margin-top: 15%;
        margin-bottom: 5%;
    }
  }


  @media (max-width: 370px) {
    .loginDiv {
        position: absolute; 
        width: 300px;
        height: 600px;
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%);
        background:var(--azul-joint);
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.521), 0 6px 6px rgba(0, 0, 0, 0.11);
    }
    .dataLogin{
        background-color: none !important;
    }
    .imageLogin {
        display: none;
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 100%;
    }

  }


.dataLogin{
    background-color: white;
    max-width: 100%;
    height: 580px;
    border-radius: 15px;
}


.btn-entrar{
background: var(--naranja-joint);
width: 30%;
margin: 0 auto !important;
color: white;
font-size: 12px;
}

.footerText{
    font-size: 10px;
    color: gray;
}
body {
    background: rgb(243, 243, 243);
    font-family: 'Inter regular';
    color: var(--azul-joint);
}


.imageLogin{
    width: 50%;
    transform: translate(17%, 20%);

}

.logoData{
    margin-top: 35%;
    margin-bottom: 15%;
}

.textPassword{
    text-align: center;
    font-size: 12px;
    margin-top: 3%;
    color: gray;
}


.inputsLogin {
    width: 80%;
    margin: 0 auto !important;
    padding-bottom: 5%;
}

.recordar {
    font-size: 13px;
    font-weight: 600;
}
/* background */

.area{
    width: 100%;
    height:100vh;  
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fcc038;
    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: 1s;
    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: 50s;
}

.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: 50%;
    }

}

.footer_login   {
    position: absolute;
    bottom: 3%;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.footer_version   {
    position: absolute;
    bottom: 0%;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #fcc038;
}
