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

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: system-ui, "Segoe UI", "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #040e1f;
  padding-top: 20px;
}

body,
div {
  margin: auto;
}

body,
button {
  color: #ffffff;
}

h1 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
  background-color: #184fa7;
  padding: 10px;
}

.info-contraseña {
  margin-top: 20px;
}

.info-contraseña div {
  padding: 20px;
  text-align: center;
}

.info-contraseña span {
  font-size: 1.1em;
  font-weight: 600;
}

input,
button {
  padding: 8px 12px;
  border: none;
  border-radius: 0;
}

input {
  margin: 14px;
  background: #ececec;
  color: rgb(28, 28, 28);
  font-size: 1em;
  font-weight: 700;
}

button {
  margin: 5px 10px;
  background: #ececec;
  color: #000;
  font-size: 1em;
  font-weight: 600;
}

button:hover {
  background: #dfdfdf;
  cursor: pointer;
}

h3 {
  margin: 8px;
}

.contenedor-resultado {
  display: flex;
  flex: 1;
  margin-bottom: 20px;
}

.resultado {
  border: 2px solid #888;
  display: flex;
  background-color: #dfdfdf;
  height: 100px;
  width: 50vw;
  align-self: flex-start;
  margin-top: 20px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
}

.exito {
  font-size: 1.35rem;
  font-weight: 600;
  color: #184fa7;
}

.yo {
  display: flex;
  opacity: 0.3;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  left: 2.5%;
  bottom: 1%;
}
.yo p {
  color: #06283d;
  font-size: 16px;
  font-weight: 700;
  margin: 7.5px 2.5px;
}
