body{
    width: 100%;
    height: 100vh ;
    display: flex;
    flex-direction: row;
    align-items: center;
     justify-content: center;
    background-color:#d2d6de;
    
    font-family: "Cambo", serif;
    font-weight: 400;
    font-style: normal;
} 
.input-data {
    border-radius: 10px; 
    width: 40%;  
    max-height:20%;
    height: 40px;
    min-height: 5%;
    margin: 10px;
    text-align: center;
}

.form-login{
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    width: 35%;
    height:40%; 
    border-radius: 20px;
    border-color: black;
    border-style: solid;
    background-color: rgba(252, 251, 251, 0.918);
    margin: 5%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#submit-form {
    border-radius: 10px; 
    width: 20%;  
    max-height:20%;
    height: 40px;
    min-height: 5%;
    margin: 10px;
    background-color:rgb(145, 199, 247);
}
.div-text{
    width: 30%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: flex-start;
    font-size: larger; 
    text-align: center;  
}
.small-logo{
    font-family: "pridi-bold", serif;
    font-weight: 300;
    font-style:normal;
}
.title{
    font-size: xxx-large;
    margin-top: 20%;
    font-family: "pridi-bold", serif;
    font-weight: 400;
    font-style:normal;
}
.pridi-extralight {
    font-family: "Pridi", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .pridi-light {
    font-family: "Pridi", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .pridi-regular {
    font-family: "Pridi", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .pridi-medium {
    font-family: "Pridi", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .pridi-semibold {
    font-family: "Pridi", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .pridi-bold {
    font-family: "Pridi", serif;
    font-weight: 700;
    font-style: normal;
  }
  