#headSmart{
  display: flex;
  align-items: center;
  justify-content: center;
}

#smart{
  max-width: 40%;
  margin: 5%;
}

#titulo{
  display: flex;
  align-items: center;
  justify-content: center;
}

#elTitulo{
  font-size: 1.2625rem;
  font-family:Kalam, Acme, Permanent Marker, Verdana;
  color:#17202A;
  margin: 2%;
}

#formulario{
  display: flex;
  align-items: center;
  justify-content: center;
}

#boton{
  display: flex;
  justify-content: center;
}

#versionCon{
  display: flex;
  justify-content: center;
  width: 380px;
  height: 100px;
}

#versionP{
  display: flex;
  justify-content: right;
  align-items:flex-end;
}


.website{
  margin:0% auto;
  margin: 33%;
  padding: 0;
  margin-top: 5%;
}

.website{
  background-color: #ffffff;
  opacity:.90;
  padding: 0 25px;
  box-shadow: 0px 0px 5px #848484;
  border-radius: 50px;
}

body{
  background: url(https://images.unsplash.com/photo-1558959356-2f36c7322d3b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fG9maWNpbmElMjBtb2Rlcm5hfGVufDB8fDB8fA%3D%3D&w=1000&q=80) no-repeat center center fixed;
  background-size: cover;
}
