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

.img-cel {
  width: 450px;
}

.container-imagens{
  position: relative;
}

.img-celular{
  height: 520px;
  position: absolute;
  left: 153px;
  top: 30px;
  transition: opacity 2s ease-in-out;
}

body{
  background: #FAFAFA;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.isnta-logo {
  margin-bottom: 20px;
}

.container-itens{
  width: 350px;
}

.container-form{
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  padding: 50px;
  color: #262626;
  padding: 50px 40px 20px 40px;
}

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

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

.login-face {
  color: #385185;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
}

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

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

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

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

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

.img-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.logo-app{
  width: 150px;

}