* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #FAFAFA; /* cor de fundo */
  width: 100vw; /* largura*/
  height: 100vh;/* altura*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}

img {
  width: 240px; /* largura da imagem*/
}


.caixa-imagens {
  position: relative;
}
 
.imagem-celular {
  width: 450px;
}

.imagem-insta {
  height: 520px;
  position: absolute;
  left: 153px;
  top: 26px;
  transition: opacity 2s;
  

}

.insta-logo{
  margin-bottom: 20px;
  
}
 
.caixa-form {
  width: 350px;
  border: 1px solid #dbdbdb;
  padding: 50px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;

}

input {
  height: 36px;
  margin-top: 5px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  outline: none;
  padding-left: 5px;
  color: #262626;
}

button {
  background-color: #0095f6;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  height: 30px;
  margin-top: 20px;
  cursor: pointer;
}

.login-facebook {
 color: #385185;
 font-size: 14px; /* tamanho da fonte*/
 font-weight: bold; /* espressura da fonte / BOLD = negrito*/
 text-align: center; /* aliamento do texto*/
 margin-top: 20px;
 margin-bottom: 20px;
 cursor: pointer;
}

.esqueceu-senha {
  color: #355185;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.caixa-cadrastro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dbdbdb ;
} 

.paragrafo-cadrastro {
  font-size: 14px;
}

.link-cadrastro {
  color: #0095f6;
  font-weight: bold;
  font-size: 14px;
  margin-left:5px;
  cursor: pointer;
}

.logo-app {
  width: 150px;
}

.paragrafo-app {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  
}

.caixa-app {
  display: flex;
  justify-content: center;
  gap: 10px;
}

































































































































































  

