
body{
    width: 100%;
    background-color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   
}

section{
    background-color: white;
    border-radius: 10px;
    min-width: 320px;
    max-width: 100%;
    margin: auto;


}
aside{
    min-width: 320px;
    max-width: 100%;
    margin: auto;
}

/*login*/


.cadastro{
    text-align: center;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 10%;
}

.area-login{
    display: flex;
    height: 100vh; /*ocupa todo o navegador*/
    justify-content: center;
    align-items: center;
}

.cadastro{

   display: flex;
   flex-direction: column;
   align-items: center;
    background-color:   #040B29;
    width: 400px;
    height: 365px;
    padding: 35px;
    border-radius: 10px;
    margin-top: 124px
    
   
    
}


.cadastro form{

    display: flex;
    flex-direction: column;
    width: 100%;

}


.cadastro input{

    margin-top: 10px;
    background-color:#B3BFF5 ;
    border: none;
    height: 45px;
    outline: none;
    border-radius: 8px;
    color: black;
    padding-left: 10px;
    
    
}


.cadastrotitle{

    margin-top: 32px;
    color: #B3BFF5;
    text-align: center;
    font-size: 35px;
    
}



.input::placeholder{
    color:#495DB7;
    font-size: 14px;
    
} 

 .cadastre{   /*botão cadastro*/
    display: block;
    background-color: #0C1F75;
    font-size: 20px;
    color: #B3BFF5;
    width: 200px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 60px;
    margin-top: 26px;
    border-radius: 10px;
    height: 50px;
    
    
}

 

.cad{              /*Já passui conta, faça login*/
    color:aliceblue; 
    font-size: 10px;
    margin: auto;
    margin-top: 4px;
}




.a{
    color: #495DB7;
    text-decoration: none;      /*tirar o sublinhado*/
    margin-left: 10px;

}
