* {
    margin: 0;
    display: 0; 
    box-sizing: border-box;
    font-family: 'Roboto';
    outline: none;
    user-select: none; 
}

@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto/Roboto-Regular.ttf);
    font-display: block;
}

.panFondo{
    width:100%;
    height:100vh;
    background: linear-gradient(to bottom, #0f2027, #2c5364);
}

.patron-lineas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 192, 239, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 192, 239, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.panLogi{
    width:380px;
    height:460px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-190px;
    margin-top:-230px;
    text-align:center;
    border:1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.1);
    border-radius:10px;
    background:white;
}
.panCuerLogi{
    padding:20px 20px 40px 20px;
}
.panPieLogi{
    height:30px;
    font-size:13px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:0px 10px;
    border-top:1px solid rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.5);
}
.panVersLogi{
    padding-right:40px;
    border-right:2px solid rgba(0,0,0,0.1);
}
.imgLogo{
    width:200px;
    margin:10px 0;
}
.lblTitu{
    color:rgba(0,0,0,0.8);
}
.lblT{
    font-size:13px;
    color:rgba(0,0,0,0.5);
}
.panDatoLogi{
    padding:25px 0 10px 0;
}
.txtLogi{
    width:100%;
    height:40px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:5px;
    margin-bottom:10px;
    padding:0 10px;
}
.panOpciLogi{
    text-align:left
}
.lblS{
    font-size:12px;
    color:rgba(0,0,0,0.8);
}
.panMenj{
    height:40px;
    margin-bottom:5px;
}
.btnInci{
    width:100%;
    height:40px;
    border-radius:20px;
    border:none;
    background: linear-gradient(to right, #2b80b9, #48c9b0);
    color:white;
    cursor:pointer;
}

@media screen and (max-width: 400px) {
    .panLogi{
        width:90%;
        top:10%;
        left:5%;
        margin-left:0;
        margin-top:0;
        height:auto;
        
    }
    
    .lblT{
        font-size:11px;
    }
    
    .panPieLogi{
        font-size:11px;
    }
    
    .panVersLogi{
        padding-right:30px;
    }
.
}
