body {
  font-family: "Montserrat", serif;
  margin: 0;
}
.content {
  display: flex;
}
.fondo-image {
  width: 70%;
  min-height: 100vh;
  background-image: url("../assets/fondo.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fondo-image:before {
  content: "";
  background-color: #dddddd42;
  position: absolute;
  width: 100%;
  height: 100%;
}
.form {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.formin {
  flex: 4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loginin {
  width: 60%;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.recuperar {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.formin img {
  width: 75px;
  height: 104px;
}
.titulo {
  font-size: 21px;
}
input[type="text"],
input[type="password"] {
  background: #ddd;
  border: 0;
  height: 25px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  text-indent: 8px;
  border-color: red;
  width: 100%;
}
input:focus-visible {
  outline: none;
}
.form-input {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 370px;
}
.form-input .heroicon {
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 30px;
  color: #09468e;
}
input[type="submit"] {
  background: #9e005d;
  color: #fff;
  outline: none;
  border: 0;
  padding: 15px 20px 15px 20px;
  border-radius: 6px;
  width: 180px;
  font-size: 15px;
  margin: auto;
  cursor: pointer;
}
.subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 40px;
}
.two {
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 30px;
}
.two label,
.two a {
  color: #09468e;
  text-decoration: none;
  font-size: 14px;
}
.logowhite {
  position: absolute;
  bottom: 0;
  padding: 80px;
}
.titleLeft {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 80px 50px;
  color: #fff;
  max-width: 400px;
  font-size: 35px;
}
.titleLeft span {
  color: #0c76bc;
}
.footer {
  align-items: center;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
}
.footer .tiqsi {
  width: 56px;
  height: 56px;
}
.footer .ip {
  width: 79px;
  height: 24px;
}
.footer div {
  display: flex;
  align-items: center;
}
.footer div span {
  font-size: 11px;
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .content {
    display: block;
  }
  .fondo-image {
    display: none;
  }
  .form {
    width: 100%;
    margin-top: 60px;
  }
}
