.bloco {
    width: 100%;
}

.dest1 {
    background-color: aqua;
}

#b1 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.content {
    width: 60%;
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.content form {
    width: 100%;
    background-color: aqua;
}

.linha {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.campo {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px;
}

.login {
    margin-top: 150px;
    width: 40%;
    margin-left: 30%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.login form {
    width: 100%;
}
