.portal-login-page {
  top: 0px;
  background-image: url("../images/Banner-Fondo.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
}

.span-subrayado {
  text-decoration: underline;
}

.flex-navbar_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}

.flex-item_a-login {
  margin-right: 40px;
  margin-top: auto;
  text-decoration: underline;
}

.flex-item_logo-portal {
  height: 100%;
  object-fit: scale-down;
}

.grid-container {
  display: grid;
  grid-template-columns: 550px;
  grid-gap: 10px;
  padding: 10px;
  margin-left: 5%;
  position: absolute;
  top: 15%;
}
.grid-container > div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.items-input {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #eaeaec;
  border-radius: 15px;
}
