@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    background-color: rgb(235, 209, 139);
    width: 30%;
    margin: 0 auto;
    margin-top: 5%;
    height: 550px;
    padding: 60px;
    box-shadow: 4px 6px 4px black;
    align-items: center;
}
.logo{
    width: 130px;
    display: block;
    margin: 0 auto;
}
.inputdiv{
    padding-top: 70px;
    background-color: none;
    margin: 0% auto;
    justify-content: center;
    
}
.pra{
    font-size: 17px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-family: "Roboto", sans-serif;
}
input{
    width: 350px;
    height: 30px;
    border: 1px solid rgb(43, 40, 40);
    border-radius: 3px;
    cursor: pointer;

}
.btndiv{
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0% auto;
}
button{
    width: 290px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    background-color: blue;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    font-size: 17px;
}
.content{
    padding: 24px;
}
#link{
    font-size: 17px;
    text-decoration: none;
}
#bold{
    font-weight: bold;
}