.iniciar-sesion,
.iniciar-sesion * {
  box-sizing: border-box;
}
.iniciar-sesion {
  background: #ffcd29;
  width: 390px;
  height: 844px;
  position: relative;
  overflow: hidden;
}

.cruz-cierre{
  position: absolute;
  width: 40px;
  right: 10px;
  top: 10px;
}

h1{
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-top: 70px;
}

h2{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
}

.barra-divisoria{
  width: 70%;
  border-top: 1px solid black;
  margin: auto;
}

.info{
  display: flex;
  justify-content: center;
  align-items: center;
}

.info img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

#qr{
  width: 85%;
  display: block;
  margin: auto;
}

#presenta{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}