
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: #0b132b;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


#el{
   text-align: justify;
   font-size: 13px;
   padding: 10px;
   margin: 5px; 

}
#cajas {
    width: 100%;
    height: 40px;
    background-color: white;
    border-bottom: 6px solid #f77f00;
    top: 0;
    position: absolute;
    padding-left: 20px;
    color: black;
    
}


#ted {
    width: 380px;
    height: 270px;
    position: absolute;
    left: 20px;
    color: white;
    text-align: center;
    border: 7px solid #f77f00;
    border-radius: 10px;
}




.container-page{ 
    height: 50vh;
    width: 20vw;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 7px solid #f77f00;
   
}


.login-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

form{
    width: 80%;
    margin: auto;
}

.input-line-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 2rem 0;
}

.name-input{
    font-size: 12px;
}

.input-line{
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CBCBCB;
    outline: none;
    color: white;
}

.button-login{
    width: 100%;
    height: 45px;
    border-radius: 55px;
    background: rgba(255, 255, 255, 0.137);
    color: white;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
 
   
}





.button-login: hover{
    box-shadow: 0px 0px 8px #ffffffa4;
}

#tu {

    position: fixed;
    bottom: 100px;
    margin: auto;
    
  
}

a{
    color: white;
}
 
