h1{
    font-weight: bold;
    font-size: 27px;
    margin: 20px;
}

#login-pai{
    margin: 20px;
}

#logincliente{
    display: flex;
    margin-right: 20px;
}

#cadastro{
    border: solid 1px black;
    width: 300px;
    height: 350px;
    padding: 30px;
    background-color: rgb(252, 171, 160); 
    margin-right: 30px;
}

.titulo-ja-e-cadastrado-ainda-nao{
    display: flex;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.input-cadastro{
    display: flex;
    width: 150px;
    height: 20px;
}
.icone-rede-social{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid gray;
    border-radius: 50%;
    color: gray;
    text-decoration: none;
    transition: all 0.3s ease;
}

#aindanaocadastrado{
    border: solid 1px black;
    width: 350px;
    height: 550px;
    padding: 20px 20px;
    background-color:  rgb(252, 171, 160);
}
