body{
    background-color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   
}

/*login*/

section{
    min-width: 320px;
    max-width: 100%;
    margin: auto;
}

.area-login{
    display: flex;
    height: 100vh; /*ocupa todo o navegador*/
    justify-content: center;
    align-items: center;
}

.login{
   display: flex;
   flex-direction: column;
   align-items: center;
    background-color:   #040B29;
    width: 400px;
    height: 365px;
    padding: 35px;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 50px;
    
}

.login form{
    display: flex;
    flex-direction: column;
    width: 100%

}

.login input{
    margin-top: 10px;
    background-color:#B3BFF5 ;
    border: none;
    height: 45px;
    outline: none;
    border-radius: 8px;
    color: black;
    padding-left: 10px;
    
    
}

.logintitle{
    margin-top: 32px;
    color: #B3BFF5;
    text-align: center;
    font-size: 35px;
    
}



.input::placeholder{
    color:#495DB7;
    font-size: 14px;
    
} 


 

.cad{              /*É novo por aqui, cadastre-se*/
    color:aliceblue; 
    font-size: 10px;
    margin-left: 100px;
}

.loginrec{                   /*esqueceu a senha*/
    font-size: 10px;
    margin-left: 220px;
    margin-top: 5px;
    
}


a{
    color: #495DB7;
    text-decoration: none;      /*tirar o sublinhado*/
    margin-left: 10px
}

.logue{                           /*botão login */
    display: block;
    background-color: #0C1F75;
    font-size: 20px;
    color: #B3BFF5;
    width: 210px;
    height: 50px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 60px;
    margin-top: 43px;
    border-radius: 10px;
}






/*css da recuperação de senha*/

.area-recsenha{
    display: flex;
    height: 100vh; /*ocupa todo o navegador*/
    justify-content: center;
    align-items: center;
}

.recsenha{
   display: flex;
   flex-direction: column;
   align-items: center;
    background-color:   #040B29;
    width: 400px;
    height: 365px;
    padding: 35px;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 50px;
     
     
     
}

.recsenha form{
    display: flex;
    flex-direction: column;
    width: 100%

}

.recsenha input{
    margin-top: 10px;
    background-color:#B3BFF5 ;
    border: none;
    height: 45px;     
    outline: none;
    border-radius: 8px;
    color: black;
    padding-left: 10px;
    ;
    
}

.recsenhatitle{
    margin-top: 32px;
    color: #B3BFF5;
    text-align: center;
    font-size: 35px;
}



.input::placeholder{
    color:#495DB7;
    font-size: 14px;
    
}



.alterar {                           /*botão recuperação senha */
    display: block;
    background-color: #0C1F75;
    font-size: 20px;
    color: #B3BFF5;
    width: 210px;
    height: 50px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 60px;
    margin-top: 60px;
    border-radius: 10px;
}




