@import url('https://fonts.googleapis.com/css2?family=Crete+Round&display=swap');
.login-dark {
  height: 100vh;
  background: linear-gradient(to bottom, rgb(0, 170, 192) , #007887);
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 13%;

}

.login-dark form {
  max-width: 320px;
  width: 90%;
  background-color: #1e2833;
  padding: 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 100px;
  color: #00aac0;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

.login-dark form .btn-primary {
  background: #007887;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #00aac0;
  outline: none;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}
.mensajeError{
  text-align: center;
  color: red;
}

.logoTextiltex{
  width: 80%;
  height: 8%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin: auto  ;
}

.fraseLogoTextiltex{
  color: white;
  font-family: 'Crete Round', serif; 
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center ;
  font-size: small;
  text-align: center;
  position: relative;
  top: 20%;
}
.containerLogin{
  margin:auto;
}
@media only screen and (min-width: 600px) {
  .logoTextiltex{
    width: 320px;
  }
}
@media only screen and (min-height: 900px) {
  .logoTextiltex{
    top: 40%;
  }
}
