*{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin: 0 auto;    
    box-sizing: border-box;
    }


.logoname{
         padding: 15px 0;
        max-width: 300px;
        margin-bottom: 2px;        
    }

    .logoname2{
        padding: 20px 0;
       max-width: 300px;
       margin-bottom: 2px;        
   }

body{
    background-color: #18181b;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

a{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

button,
input,
textarea, 
select{
    outline: 0;
    border: 0;
}

.container{   
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    width: 60%;
    max-width: 500px;
    margin: 0 auto;
    gap: 10px;

}

.container2{   
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    width: 40%;
    max-width: 500px;
    margin: 0 auto;
    gap: 10px;

}


.title{
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 800;

}

.title2{
    width: 100%;
    font-size: 100px;
    text-align: center;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: 800;
    height: min-content;

}

.caes{
    cursor: pointer;
    font-size: 20px;
    width:  calc(95%/2);   
    background-color: rgba(255, 255, 255, 0.253);
    padding: 5px 0;
    display: flex;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;    
    transition: scale .3s ease-in-out,opacity .3s ease-in-out;
}

.caes:hover{
    scale: 1.1;
    opacity: .5;

}

form{
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap:10px;
    padding-bottom: 10px;    
}

form input:not(.submit), 
select{
    width: 100%;
    max-width: 250px;
    display: flex;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.322);
    color: #ffffff;    
}

select>option{
    color: #18181b !important;
}

form label{
    color: #ffffff;
}

form>div{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

form>input.submit{
    width: 100%;
    max-width: 150px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(30, 255, 0, 0.253);    
}

.cadastrados{
    padding-bottom: 10px; 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;   
    padding-bottom: 50px;
}

.cadastrados .caes{    
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    width: min-content; 
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff7e;
    background: rgba(0, 0, 0, 0.315);    
}

.caocadastrados .caes{
    width: 40%;
}

.cadastrados .caes:hover{
    scale: 1.0;
    opacity: 1.0;
}

.del{
    font-weight: 400;
    color: red;
}


/* .conts{  
    width: 1500px; 
    margin-left: auto;
    margin-right: auto; 
    font-size: 200px;
    color: #ffffff;    

} */

.conts{  
    display: flex;
    justify-content: center;
    min-height: 60vh;
    align-items: center;
    font-size: 200px;
    color: #ffffff;  

}

.conts>h1{
    text-align: center;
    height: min-content;
    }