 /* body{

    font-family: 'arial';
    font-size: 16px;
    background-color: #e8e8fd;
    color: #07080a;
    
 } */

h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    padding: 0px;
    padding-top: 10px;
    
}

.containe{
    padding-left: 10px;
    font-family: Tahoma;
    top: 60%;
    position: sticky;
    box-shadow: 1px 1px 15px rgb(255, 196, 0);
    background-color:rgb(255, 252, 205);
    width: 70%;
    left: 200px;
    


}

/* .telaLogin{
    box-shadow: 1px 1px 15px rgb(255, 196, 0);
    background-color:rgb(255, 249, 167);
    border-radius: 10px; 
    position: sticky;
    top: 60%;
    left: 10%;
    height: 80%;
    width: 70%;
    /* transform: translate(-50%,-50%); 
    padding: 70px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left ;
    font-size: 15px; 
    

}*/
/* input{
    padding: 5px;
    outline: none;
    outline: none;
    font-size: 15px;
    border: #0c4ac7;  

} */
.logo{
    padding-top: 2px;
    align-items: center;
    height: 120px;
    padding: auto;
    left: 0%;
    
}
.inputsubmit:hover{
    background-color:  #ffd900;
}
.inputsubmit{
    text-decoration: none;
    text-align: center;
    background-color: #ffc400;
    border: none;
    padding: 15px 20px; 
    padding-right: 20px;
    padding-bottom: 15px;
    width: 55%; 
    border-radius: 10px;
    color:rgb(0, 0, 0);
    font-size: 15px;
    
    
    cursor: pointer;
}
a{
    text-decoration: none;
    color: white;
    


}

p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 12PX;
}