body {
  display: flex;
  flex-direction: column;
}

.top-bar {
  background-color: #3b5998;
  display: flex;
  height: 12vh;
  justify-content: space-between;
}

.facebook-logo {
  align-self: flex-end;
  width: 60%;
}

.loginArea {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}

.button-login {
  background-color: #849fda;
  color: white;
  font-weight: 900;
  margin-left: 5px;
  margin-top: 12px;
}

.input-content > label {
  color: white;
  display: block;
}

.input-content > input {
  margin-right: 10px;
  width: 130px;
}

.bottom-div {
  background-image: linear-gradient(to top, rgb(212, 218, 233), white);
  display: flex;
  height: 85vh;
}

.lado-esquerdo {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 60%;
}

p {
  color: #102553;
  font-size: 22px;
  font-weight: 900;
  margin-top: 60px;
  max-width: 400px;
  text-align: left;
}

.facebook-networking {
  width: 400px;
}

.lado-direito {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.nomeSobrenome > input {
  height: 30px;
  width: 190px;
}

form .content-formulario {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
}

.dataNascimento > input {
  height: 30px;
  margin-top: 10px;
  width: 200px;
}

form .content-formulario > input {
  height: 30px;
  margin-top: 10px;
}

.dataNascimento {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.register {
  background-color: rgb(93, 151, 74);
  border-radius: 5px;
  color: white;
  font-size: 20px;
  height: 40px;
  margin-top: 30px;
  width: 200px;
}

.genero p {
  margin-top: 20px;
}
